aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Support Emoji keyboard"Ken Wakasa2013-08-301-5/+0
| | | | | | This reverts commit d7791a93b0dee268a9e97f06fe5abcf6082e0ed1. Change-Id: I5ca4c0227f97540e8a22b487b5056dfa3611082b
* Support Emoji keyboardTadashi G. Takaoka2013-08-291-0/+5
| | | | | Bug: 6370846 Change-Id: I33ce8f952799c89929996a226ac17731a953ec2a
* Make DynamicPred...Base extend ExpandableBinaryDictionary.Keisuke Kuroyanagi2013-08-262-3/+2
| | | | | Bug: 6669677 Change-Id: I06afad35d3eb73510c34d10cd4116f5bcf934f7c
* Clean up unused imports.Yuichiro Hanada2013-08-261-2/+1
| | | | Change-Id: I7147ca237b99399e79210852aa5bf5a01101d779
* [Refactor] Add DictDecoder.readUnigramsAndBigramsBinary.Yuichiro Hanada2013-08-261-24/+24
| | | | Change-Id: I259db91d837c67cbcb3b6dc504b21dca23a6a5be
* [Refactor] Add DictDecoder.getTerminalPosition.Yuichiro Hanada2013-08-262-14/+10
| | | | Change-Id: I9d04f64a58f5481cbb64cf1c09b5c485dd4176b4
* Rename CharGroup to PtNode.Yuichiro Hanada2013-08-263-24/+24
| | | | | Bug: 10233675 Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107
* Remove symbols shifted layout related codeTadashi G. Takaoka2013-08-243-523/+66
| | | | | | | This is a follow up of I7fe6520e4e. Bug: 9059539 Change-Id: Idb39906ddb1e2234a0d1c7c4d5e6fc728090e79e
* Add DictDecoder.readDictionaryBinary.Yuichiro Hanada2013-08-234-52/+36
| | | | | Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4
* Fix addWord.Yuichiro Hanada2013-08-231-0/+56
| | | | Change-Id: Ib71dbd5954f44ca80733fa4b1048c829e1df138a
* Add an unit test for CharEncoding.Yuichiro Hanada2013-08-221-0/+19
| | | | Change-Id: Ifb1cc01fa5bc2d6d69671f1acb9b9675a4081d32
* Fix writePlacedNode.Yuichiro Hanada2013-08-221-1/+21
| | | | Change-Id: I1d6b086f1d9f0dbd8d74f964e29ae62c533af978
* Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.Yuichiro Hanada2013-08-222-10/+27
| | | | Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f
* Add DictEncoder.Yuichiro Hanada2013-08-222-15/+8
| | | | Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef
* Make readPtNode be called with the address from the beginning of the file.Yuichiro Hanada2013-08-212-4/+4
| | | | Change-Id: I8939fdfb4f79e55bcd7393633784effb30df3f8f
* Rename BinaryDictEncoder to BinaryDictEncoderUtils.Yuichiro Hanada2013-08-212-5/+5
| | | | Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805
* Add PtNodeReader.Yuichiro Hanada2013-08-212-10/+10
| | | | Change-Id: Ic918822fc1b3a8a7c39ffbcf7defde2c5bf888db
* Add tests for start composingJean Chalard2013-08-211-0/+28
| | | | | Bug: 10403176 Change-Id: I510bf1dccf6795426e6fb1b36181b18039a0f435
* [AC2] Reference a dict rather than a string in suggestion infosJean Chalard2013-08-202-3/+4
| | | | | Bug: 9059617 Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e
* [AC1] Add a memory of where to cut the first word.Jean Chalard2013-08-202-3/+6
| | | | | Bug: 9059617 Change-Id: I931b6d1eb49f9f7dd7d5b18956e35751d1b2b631
* Add DictDecoder.Yuichiro Hanada2013-08-202-11/+8
| | | | Change-Id: Ia1c32f21fe07081ce04d093660e18146b93275a4
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-204-34/+34
| | | | Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
* Remove populateOptions.Yuichiro Hanada2013-08-202-3/+3
| | | | Change-Id: I1a1830aaa8ea586b68fc34ff3a27ae52b810e8af
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-194-106/+111
| | | | | | | BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
* Remove an unnecessary debug output.Yuichiro Hanada2013-08-191-1/+0
| | | | Change-Id: If92bf1e3908257c4c0cd68d041b122404e301e08
* Merge "Add HeaderReaderInterface."Ken Wakasa2013-08-192-27/+31
|\
| * Add HeaderReaderInterface.Yuichiro Hanada2013-08-192-27/+31
| | | | | | | | Change-Id: I298f86b70d18cd08b240509b6f757c72e1a59ffe
* | Fix unit test.Yuichiro Hanada2013-08-194-15/+28
|/ | | | Change-Id: Ib104d5de71c2ab1a07921b407c74c21b0409d9af
* Merge "Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader."Ken Wakasa2013-08-162-86/+46
|\
| * Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader.Yuichiro Hanada2013-08-162-86/+46
| | | | | | | | Change-Id: I191dfe0e05ff3c2c5af99e8beebbb73b097748a3
* | Merge "Support languages that don't use spaces."Jean Chalard2013-08-163-3/+132
|\ \ | |/ |/|
| * Support languages that don't use spaces.Jean Chalard2013-08-163-3/+132
| | | | | | | | | | | | | | Thai is an example. Bug: 10138062 Change-Id: Ib9a8264c77ed42b4256432d7c8a60d08575dcdc7
* | Merge "Limit the number of waiting UpdateBinaryTask to at most 1."Ken Wakasa2013-08-161-47/+46
|\ \
| * | Limit the number of waiting UpdateBinaryTask to at most 1.Yuichiro Hanada2013-08-161-47/+46
| | | | | | | | | | | | Change-Id: Ia588d8f29ab58983ea5321ff8c63ad273c33eab3
* | | Merge "Rename Node to PtNodeArray"Jean Chalard2013-08-164-22/+24
|\ \ \ | |/ / |/| |
| * | Rename Node to PtNodeArrayJean Chalard2013-08-164-22/+24
| |/ | | | | | | | | Bug: 10247660 Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99
* | Merge "Add hex string utils"Satoshi Kataoka2013-08-161-0/+12
|\ \ | |/ |/|
| * Add hex string utilsSatoshi Kataoka2013-08-161-0/+12
| | | | | | | | | | Bug: 9429906 Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e
* | Fix SubtypeLocaleUtilsTestsTadashi G. Takaoka2013-08-161-2/+2
|/ | | | Change-Id: Ib1005ee7e99e526aad5099b160051b12e7614e81
* Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Ken Wakasa2013-08-153-22/+22
|\ | | | | | | BinaryDictDecoder."
| * [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Yuichiro Hanada2013-08-153-22/+22
| | | | | | | | | | | | BinaryDictDecoder. Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
| * Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils ↵Ken Wakasa2013-08-153-18/+18
| | | | | | | | | | | | | | | | and BinaryDictOutputUtils." This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92. Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
| * [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and ↵Yuichiro Hanada2013-08-153-18/+18
| | | | | | | | | | | | BinaryDictOutputUtils. Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
* | Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-2/+2
|/ | | | Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d
* Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils.Yuichiro Hanada2013-08-142-5/+5
| | | | Change-Id: I9ba55582c533fef0eb3e60c46bf23c8b16ee1ff4
* Merge "Add FusionDictionaryBufferFromWritableByteBufferFactory."Ken Wakasa2013-08-141-2/+16
|\
| * Add FusionDictionaryBufferFromWritableByteBufferFactory.Yuichiro Hanada2013-08-141-2/+16
| | | | | | | | Change-Id: I23de0a178e7f11f2cf301fd433cde60c6152055b
* | Add looksValidForDictionaryInsertionJean Chalard2013-08-141-0/+14
|/ | | | | | | | | | ...and test it. Also at the same time, add a facility to create a SettingsValues for test, and some minor performance improvement to surrounding methods. Change-Id: I13b629ae14755c244af2a9406a7e9b4a4a16090f
* Add BinaryDictReader.Yuichiro Hanada2013-08-133-52/+177
| | | | | | Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
* Utilize Keyboard.getKey(codePoint)Tadashi G. Takaoka2013-08-131-9/+8
| | | | Change-Id: Ia4df4dfbf3b6d22f7b93b979bba36e4920af2239