aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderUtils.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide DictBuffer from BinaryDictDecoderUtils.•••Bug: 9618601 Change-Id: I87515bc1555bdfe09426a056ceda74d8e63eba82 Yuichiro Hanada2013-09-121-35/+25
* Remove a broken dictionary file when fail to read a dictionary file.•••Bug: 10434720 Change-Id: Ibdf05a39113538546b8fcf9d59af7dddf7ca27fc Yuichiro Hanada2013-08-261-2/+1
* [Refactor] Add DictDecoder.getTerminalPosition.•••Change-Id: I9d04f64a58f5481cbb64cf1c09b5c485dd4176b4 Yuichiro Hanada2013-08-261-1/+1
* Rename CharGroup to PtNode.•••Bug: 10233675 Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107 Yuichiro Hanada2013-08-261-37/+38
* Add DictDecoder.readDictionaryBinary.•••Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4 Yuichiro Hanada2013-08-231-9/+1
* Make readPtNode be called with the address from the beginning of the file.•••Change-Id: I8939fdfb4f79e55bcd7393633784effb30df3f8f Yuichiro Hanada2013-08-211-39/+36
* Add PtNodeReader.•••Change-Id: Ic918822fc1b3a8a7c39ffbcf7defde2c5bf888db Yuichiro Hanada2013-08-211-112/+25
* Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832 Yuichiro Hanada2013-08-201-3/+3
* Remove populateOptions.•••Change-Id: I1a1830aaa8ea586b68fc34ff3a27ae52b810e8af Yuichiro Hanada2013-08-201-46/+1
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.•••BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37 Yuichiro Hanada2013-08-191-0/+777