aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/Ver3DictEncoder.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Have dicttool use the native library to generate v4 dicts.•••Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9 Jean Chalard2013-12-131-255/+0
* Remove flags from Java side.•••This simplifies the code quite a bit. - GERMAN_UMLAUTS are now handled through a key-value attribute. The dictionary generator does not need to know about it any more. - FRENCH_LIGATURES are deprecated as we handle them with shortcuts now. - CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied regardless of this flag. Bug: 11281748 Change-Id: If567e52e245a9342adc7f3104a0f7d8d782df8c1 Jean Chalard2013-12-131-1/+1
* Fix: PtNode array size writirng when array size > 127. DO NOT MERGE.•••This is a manual cherrypick of Ib729ceedbc8ef837e50490439817b36039ae2b4e. Bug: 11772864 Change-Id: I5ecbe729dbdd24e194e48b4d68b17af8549c4726 Keisuke Kuroyanagi2013-11-211-1/+3
* Remove some unused variables.•••Change-Id: Iaf1556fec194d17cb4318f2bdcc837f8d79449ef Yuichiro Hanada2013-10-021-5/+3
* Add Ver4DictDecoder.•••Bug: 9618601 Change-Id: I43c5840505c6a847aaf4893a400392ccd45903c0 Yuichiro Hanada2013-09-191-1/+1
* Add Ver4DictEncoder.•••Bug: 9618601 Change-Id: I161d2845906f07c1251deb8005fdffe49c5b7940 Yuichiro Hanada2013-09-131-2/+2
* Add writePtNode to DictEncoder.•••Bug: 9618601 Change-Id: Ie4529444780edee8d0f0d5f23c5619c1a3344286 Yuichiro Hanada2013-09-111-33/+51
* Check the version of format options before writing.•••Change-Id: I3951e4395a2da225e240e856c23339b679e6155e Yuichiro Hanada2013-09-101-0/+6
* Hide physical structure of the dictionary from BinaryDictEncoderUtils.•••Bug: 9618601 Change-Id: I01b8da42058d7c05bf7f4e6d43718032c2ad12c5 Yuichiro Hanada2013-09-091-2/+164
* [Refactor] Add writeDictionaryHeader.•••Change-Id: I69026c47ce1d23f5c39c99ace76fa6b96cd1ce1b Yuichiro Hanada2013-09-051-1/+2
* Add DictEncoder.•••Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef Yuichiro Hanada2013-08-221-0/+68