aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/suggest (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use base lower character to get point to key length."Keisuke Kuroyanagi2013-09-261-4/+5
|\
| * Use base lower character to get point to key length.•••Bug: 9490364 Change-Id: I3755f00ab22f926f087fc917b95a2db7d722fa00 Keisuke Kuroyanagi2013-09-261-4/+5
* | Create empty dictionary file in native code.•••Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212 Keisuke Kuroyanagi2013-09-262-0/+3
|/
* Merge "Prepare dictionary file creating in native code."Keisuke Kuroyanagi2013-09-266-70/+172
|\
| * Prepare dictionary file creating in native code.•••Bug: 6669677 Change-Id: I7c476a6e99ec7ac883f05d84ef306265255154da Keisuke Kuroyanagi2013-09-266-70/+172
* | Merge "Add empty PtNode checking for PatriciaTriePolicy."Keisuke Kuroyanagi2013-09-264-4/+18
|\ \
| * | Add empty PtNode checking for PatriciaTriePolicy.•••Bug: 9503570 Change-Id: I784d29c307c1040699fa0aadfc6a47d97f03ffe4 Keisuke Kuroyanagi2013-09-264-4/+18
* | | Merge "Refactoring header attribute reading."Keisuke Kuroyanagi2013-09-264-83/+142
|\ \ \ | |/ / |/| / | |/
| * Refactoring header attribute reading.•••Bug: 6669677 Change-Id: Ifc11da614d5c331ac61019a324e3a0ff187329cd Keisuke Kuroyanagi2013-09-264-83/+142
* | Boundary check for children creating of PatriciaTriePolicy.•••Bug: 10537529 Change-Id: I0cd8b6de230795498395ca08789ccc1c74780f2c Keisuke Kuroyanagi2013-09-252-0/+14
|/
* Allow large memory space for GC.•••Bug: 6669677 Change-Id: I021c92a1ca5cd28f745cbfe729c99e346c58074d Keisuke Kuroyanagi2013-09-245-17/+33
* GC step 5. Add large tests and fix bugs.•••Bug: 6669677 Change-Id: I41e44a64730f9c66645995095a7ecff51ffd5351 Keisuke Kuroyanagi2013-09-2410-57/+129
* GC step 4. Update all positions in new dict and add a test.•••Bug: 6669677 Change-Id: I035d848a210653dcd3c1a1f21781968adced9225 Keisuke Kuroyanagi2013-09-2410-45/+231
* GC step 3. Place and write valid PtNodes.•••Bug: 6669677 Change-Id: Id2b7359bafb34acf12dc3bf4c595a03073fda805 Keisuke Kuroyanagi2013-09-206-15/+199
* GC step 2. Finding garbage bigram entries.•••Bug: 6669677 Change-Id: Ie3f406776ab56bf589ac10e15e2534ff8cb1f275 Keisuke Kuroyanagi2013-09-2019-262/+382
* Step 1 to implement GC. Finding garbage PtNodes.•••Bug: 6669677 Change-Id: I3551fe2f16a09d2bf7761f4e1d73ebd4a03380e7 Keisuke Kuroyanagi2013-09-206-67/+346
* Groundwork for implementing GC.•••Bug: 6669677 Change-Id: Ia2b2f338795ab62cc9eef73731285b2a5a0ac5e4 Keisuke Kuroyanagi2013-09-196-75/+147
* Change name of header_reading_utlis.*•••Bug: 6669677 Change-Id: I91389050148237580ef640d3a58b935ea752954e Keisuke Kuroyanagi2013-09-183-6/+5
* Add dictionary header writing methods.•••Bug: 6669677 Change-Id: I392ac4776b55779903cbaa17e683005d80017a41 Keisuke Kuroyanagi2013-09-1811-65/+179
* Merge "Implement dictionary flush."Keisuke Kuroyanagi2013-09-183-1/+49
|\
| * Implement dictionary flush.•••Bug: 6669677 Change-Id: I1d70ac6319fb6d8700074de382568c2108887960 Keisuke Kuroyanagi2013-09-183-1/+49
* | Merge "Add BinaryDictionary.getBigramProbabilityNative()."Keisuke Kuroyanagi2013-09-184-9/+12
|\ \ | |/ |/|
| * Add BinaryDictionary.getBigramProbabilityNative().•••Bug: 10197478 Change-Id: Id16e3ee22a17679c46cc7a0199a9e28065177aa3 Keisuke Kuroyanagi2013-09-184-9/+12
* | Output input index of second word's first char.•••This is for partial commit. Bug: 9059617 Change-Id: I77a0245b63c29b7234fd9b06d362e05aebf30051 Keisuke Kuroyanagi2013-09-176-31/+63
|/
* Merge "Prepare dictionary saving in native code."Keisuke Kuroyanagi2013-09-179-8/+78
|\
| * Prepare dictionary saving in native code.•••Bug: 6669677 Change-Id: I0787f66409e2b183c6328fa05805945520e1e93a Keisuke Kuroyanagi2013-09-179-8/+78
* | Implement removeBigramWords() for DynamicPatriciaTrie.•••Bug: 6669677 Change-Id: I99cb517511b4c968b8bf937baab5d7f42b0f534e Keisuke Kuroyanagi2013-09-173-15/+27
|/
* Fix handling multi-bytes characters and add a test.•••Bug: 6669677 Change-Id: Id2154db47adea2929559a4187a726f9dfa83363e Keisuke Kuroyanagi2013-09-172-5/+9
* Fix build.•••Change-Id: I1c3c2996ca11bfe8864df774e9280893cf17c0d4 Keisuke Kuroyanagi2013-09-171-1/+1
* Implement addBigramWords() for DynamicPatriciaTrie.•••Bug: 6669677 Change-Id: Ia6aa76c212165690191c65fee9dacdc44be5acd5 Keisuke Kuroyanagi2013-09-176-36/+93
* Merge NOT_A_VALID_WORD_POS into NOT_A_DICT_POS.•••Change-Id: I2ac3aa2a19d14e8c4159a59334e7816bd1409688 Keisuke Kuroyanagi2013-09-1616-51/+50
* Move methods using ByteArrayUtils from .h to .cpp.•••Bug: 10402083 Change-Id: Ic5f1aa11eb403f5bdc83de8e38a6457200519cae Keisuke Kuroyanagi2013-09-168-89/+120
* Add boundary check for PtNode reading position.•••Bug: 10743878 Change-Id: I6727b12b0ef98bb9cfb3ca95aeab2c79749f47a2 Keisuke Kuroyanagi2013-09-162-0/+24
* Merge "Employ "bigram link" for handling moved bigram target."Keisuke Kuroyanagi2013-09-138-72/+128
|\
| * Employ "bigram link" for handling moved bigram target.•••Bug: 6669677 Change-Id: I9a6c0cdb28265e3215ced88f38344df12c25a76d Keisuke Kuroyanagi2013-09-138-72/+128
* | Merge "Fix bug related to dynamic patricia trie bigram adding."Keisuke Kuroyanagi2013-09-134-14/+10
|\ \ | |/ |/|
| * Fix bug related to dynamic patricia trie bigram adding.•••Bug: 6669677 Change-Id: Ia1216a1860a7c5c12a0d8a0816dda8d6a3bea123 Keisuke Kuroyanagi2013-09-134-14/+10
* | Update children's parent position when the node get moved.•••Bug: 6669677 Change-Id: Ifcaf784afd218c7afd70167045cd2aed8b7909c2 Keisuke Kuroyanagi2013-09-133-2/+27
* | Change cache capacity depending on the dictionary size.•••Bug: 10699291 Change-Id: I7042d4c1307da2d991d4dd10d637f18026acb996 Keisuke Kuroyanagi2013-09-124-10/+36
|/
* Merge "Make terminal cache small."Keisuke Kuroyanagi2013-09-124-48/+56
|\
| * Make terminal cache small.•••Bug: 10699291 Before: (0) 2997.63 (0.98%) (1) 303760.77 (98.92%) (2) 274.94 (0.09%) (66) 0.38 (0.00%) Total 307062.27 (sum of others 307033.73) After: (0) 2953.22 (0.96%) (1) 304633.86 (98.93%) (2) 293.76 (0.10%) (66) 0.38 (0.00%) Total 307915.65 (sum of others 307881.22) Change-Id: I6905abeb590ef50d48ddfcd8ef8b5351af399150 Keisuke Kuroyanagi2013-09-124-48/+56
* | Use same session id for typing and gesture.•••Bug: 10699291 Change-Id: I7c8a3a57e8d189b72a17e4b9c6831becee6ec146 Keisuke Kuroyanagi2013-09-122-6/+9
|/
* Fix bug of dictionary dynamic updating methods.•••Bug: 6669677 Change-Id: I5483adb03e1ac0c27bbfd99d5f4d7cc29809d70a Keisuke Kuroyanagi2013-09-103-5/+5
* Move a flag about switching dynamic update to java.•••Bug: 6669677 Change-Id: I6aa99cae4a227f9202179c2873d13473a773e024 Keisuke Kuroyanagi2013-09-102-33/+13
* Merge "Fix: ExtendableBuffer"Keisuke Kuroyanagi2013-09-101-3/+4
|\
| * Fix: ExtendableBuffer•••Bug: 6669677 Change-Id: I73142fdabac1cbd4128b83c3b26b642b4b4f4da7 Keisuke Kuroyanagi2013-09-101-3/+4
* | Merge "Implement split and create node methods."Keisuke Kuroyanagi2013-09-102-19/+115
|\|
| * Implement split and create node methods.•••Bug: 6669677 Change-Id: Iac4afb637a8ba3d55f7a88f4a532831c1731f93e Keisuke Kuroyanagi2013-09-102-19/+115
* | Merge "Calculate parent offset from the head of moved node."Keisuke Kuroyanagi2013-09-104-12/+15
|\|
| * Calculate parent offset from the head of moved node.•••Bug: 6669677 Change-Id: I710453f1c37ec14e5b6830595c1afb2caff83cf2 Keisuke Kuroyanagi2013-09-104-12/+15