aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/com_android_inputmethod_latin_DicTraverseSession.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename prev_words_info.h to ngram_context.hKeisuke Kuroyanagi2014-10-091-1/+1
| | | | | Bug: 14425059 Change-Id: I0e906631ecad2361a8198b3f9e3394bb22c5bf83
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-10-091-4/+4
| | | | | Bug: 14425059 Change-Id: I30703fc80e9450d4e2dbfec965e7f9f4468f6a11
* Refactoring: Move prev word information into PrevWordsInfo.Keisuke Kuroyanagi2014-05-151-2/+5
| | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I5a5f81c6b189e3ad1da093343a3121463f87c21c
* Cleanup DicTraverseSession.Keisuke Kuroyanagi2014-05-151-4/+5
| | | | Change-Id: I953665e1958e7214e9365e2bc9d3f3843016dc81
* Change cache capacity depending on the dictionary size.Keisuke Kuroyanagi2013-09-121-3/+4
| | | | | | Bug: 10699291 Change-Id: I7042d4c1307da2d991d4dd10d637f18026acb996
* Cleanups in JNI related codeKen Wakasa2013-06-041-10/+16
| | | | | | | | | | Removed the malloc version in binary dictionary support -- this has not really been tested well so far, and the mmap version has been working pretty well after all. Several cosmetic fixes etc. Change-Id: Iad0da58b300b769fb5946a3e73fc96f56215980e
* Purge DicTraverseWrapperSatoshi Kataoka2013-06-031-7/+8
| | | | | | bug: 8550444 Change-Id: Iad017e66ac579c6727b9f60ad9cda64e478200e5
* Make DicTraverseSession having suggest options.Keisuke Kuroyanagi2013-05-291-2/+4
| | | | Change-Id: I2b802c06634e5226c763fd838f3fc0918fc4a161
* Add const_cast to live with host's jni.hTadashi G. Takaoka2013-03-261-6/+9
| | | | | Bug: 7970626 Change-Id: I2fd09e16dd9df36eebca2d737a0b7cc3ddd1c862
* Remove MAX_WORD_LENGTH_INTERNALKen Wakasa2013-01-151-3/+3
| | | | Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071
* Yet another small cleanupsKen Wakasa2013-01-081-2/+2
| | | | Change-Id: Ie940c4d4d9d85c95e2f04ba23f00a54ba3dc53bf
* Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused ↵Ken Wakasa2012-10-091-2/+2
| | | | | | parameter. Change-Id: I3c7e6c59990c92b0d5e2fb80493e8673cdd37b09
* A couple of cleanups. Remove unnecessary casts.Ken Wakasa2012-08-141-3/+3
| | | | Change-Id: Ice530aa83a9a688da35aec408be2a60242699157
* Clean up constructorsKen Wakasa2012-08-131-5/+7
| | | | | | | | | | | And, use C++ style casts and use float math functions rather than double ones to save memory space. Also, stop using FloatMath and NativeUtils as standard Math methods are faster now. See http://code.google.com/p/android/issues/detail?id=36199 and https://android-review.googlesource.com/40700 multi-project commit with I4259fb5ab8a15ac5760a7f04fc8f4c860529f04a Change-Id: I0b81cff8c91769f7559a59b9528c75a5aabb4211
* Fix JNIsatok2012-08-111-5/+7
| | | | Change-Id: If134baf52e78fbe18b78611a23870f5d10c80955
* Workaround to stop init dict traverse sessionSatoshi Kataoka2012-08-101-1/+4
| | | | Change-Id: I3d46c54a96a9fc0359ef75b9d2f8590b44164a8b
* Fix a bug on jni of DicTraverseSessionSatoshi Kataoka2012-08-101-1/+1
| | | | Change-Id: Ieeac36cbad9a99d15911f2e6e2e841cae38ecb9b
* Add arguments for dic traverse sessionSatoshi Kataoka2012-08-101-11/+9
| | | | Change-Id: I8776ad528eeea9a5fc4dcf394ca13bb80c04fb6d
* Add reset method for dic travserse sessionSatoshi Kataoka2012-08-091-3/+11
| | | | Change-Id: Ia3dd924f92549da2cf8302ef77c629902d4f275b
* Pass traverse sessionSatoshi Kataoka2012-08-081-4/+5
| | | | Change-Id: I84bfaaa406e3f51421c08a7ee8f9576ebdba54d4
* Add traverse sessionSatoshi Kataoka2012-08-081-0/+49
Bug: 6942265 Change-Id: I384cf701f5ee44c4b1037e5b8ddfa3d570286f55