aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/makedict/Ver2DictEncoderTests.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code, including tests.Dan Zivkovic2015-03-101-81/+0
| | | | Change-Id: Id88b02b74bdfe4ca05b08181ceb6b34d5652fc0c
* Remove shortcut support from LatinIME.Dan Zivkovic2015-02-111-12/+3
| | | | | | Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-3/+1
| | | | | | | | | | | | | | | | | | | | | This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
* Renaming "blacklist" flag to "possibly offensive"Adrian Velicu2014-10-211-1/+2
| | | | | | | | | No behaviour changes. Unified the overloaded FusionDictionary::add method to always take an isPossiblyOffensive argument. Bug: 11031090 Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
* Fix bug of testCodePointTable.Akifumi Yoshimoto2014-09-301-5/+5
| | | | | Bug:17097992 Change-Id: Ia26bfceb008f52e2c3b760159c5129b7eca5d6d6
* Create a code point table based on occurrence counts.Akifumi Yoshimoto2014-09-261-0/+91
Bug:17097992 Change-Id: Ifd76dbd4d385d800af416368e25c9e56a76d0fbf