aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/DynamicBinaryDictIOUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to the v3 dictionary.Jean Chalard2013-12-131-492/+0
| | | | Change-Id: I811c8c923ad67a6d9bfdd11bdef8991eb7135c27
* Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-7/+7
| | | | | | Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
* Remove flags from Java side.Jean Chalard2013-12-131-2/+2
| | | | | | | | | | | | 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
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-1/+1
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Add resolveBigramPositions.Yuichiro Hanada2013-10-091-11/+22
| | | | | Bug: 11073222 Change-Id: I680e4304c6ab701e9aa132e1e140d789097a53ae
* Add DictUpdater.Yuichiro Hanada2013-10-031-62/+42
| | | | Change-Id: Ic586e46e5a9f59de53d53e59886d635345940974
* Remove some unused variables.Yuichiro Hanada2013-10-021-3/+2
| | | | Change-Id: Iaf1556fec194d17cb4318f2bdcc837f8d79449ef
* Change scopes of some methods in DynamicBinaryDictIOUtils.Yuichiro Hanada2013-09-301-3/+3
| | | | Change-Id: I1371d41760b38834d1d5ff40e682ac0a6fc9f2e9
* [Refactor] Add DictDecoder.getTerminalPosition.Yuichiro Hanada2013-08-261-2/+2
| | | | Change-Id: I9d04f64a58f5481cbb64cf1c09b5c485dd4176b4
* Rename CharGroup to PtNode.Yuichiro Hanada2013-08-261-82/+82
| | | | | Bug: 10233675 Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107
* Rename BinaryDictEncoder to BinaryDictEncoderUtils.Yuichiro Hanada2013-08-211-7/+7
| | | | Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805
* Add PtNodeReader.Yuichiro Hanada2013-08-211-2/+2
| | | | Change-Id: Ic918822fc1b3a8a7c39ffbcf7defde2c5bf888db
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-201-2/+2
| | | | Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
* Remove populateOptions.Yuichiro Hanada2013-08-201-2/+2
| | | | Change-Id: I1a1830aaa8ea586b68fc34ff3a27ae52b810e8af
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-191-89/+94
| | | | | | | BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
* Add HeaderReaderInterface.Yuichiro Hanada2013-08-191-26/+26
| | | | Change-Id: I298f86b70d18cd08b240509b6f757c72e1a59ffe
* Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader.Yuichiro Hanada2013-08-161-9/+10
| | | | Change-Id: I191dfe0e05ff3c2c5af99e8beebbb73b097748a3
* Rename Node to PtNodeArrayJean Chalard2013-08-161-42/+45
| | | | | Bug: 10247660 Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99
* [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Yuichiro Hanada2013-08-151-15/+15
| | | | | | BinaryDictDecoder. Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
* Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils ↵Ken Wakasa2013-08-151-15/+15
| | | | | | | | and BinaryDictOutputUtils." This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92. Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
* [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and ↵Yuichiro Hanada2013-08-151-15/+15
| | | | | | BinaryDictOutputUtils. Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
* [Refactor] Move some helper methods to BinaryDictIOUtils.Yuichiro Hanada2013-08-151-2/+2
| | | | Change-Id: Ib817a975dc1f82241f732b236c44b042fda25b3c
* Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils.Yuichiro Hanada2013-08-141-0/+493
Change-Id: I9ba55582c533fef0eb3e60c46bf23c8b16ee1ff4