LatinIME/tests/src/com/android/inputmethod/latin/utils
Yohei Yukawa eac8670830 Enable StringUtils to split CharSequence like String#split
This is a groundwork for enabling LocaleSpan.

To enable LocaleSpan everywhere, we need to switch to
CharSequence from String so that Span infromation can be
preserved end-to-end.  To achieve this, we need to have
CharSequence version of String#split.

BUG: 16029304
Change-Id: I0dd103185dcf62fb1e25054a374340790e6a4678
2014-07-19 22:47:56 +09:00
..
AdditionalSubtypeUtilsTests.java Additional subtype ID should be independent of OS-version 2014-07-04 15:08:58 +09:00
AsyncResultHolderTests.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
BinaryDictionaryUtilsTests.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
ByteArrayDictBuffer.java Move code only used for dicttool and tests under tests. 2014-03-27 15:30:32 +09:00
CapsModeUtilsTests.java Add a test for Armenian periods. 2014-06-18 17:45:53 +09:00
DictionaryInfoUtilsTests.java Fix build. 2014-01-10 12:18:26 +09:00
EditDistanceTests.java Separate utility methods from BinaryDictionary. 2014-03-05 18:19:34 +09:00
ExecutorUtilsTests.java Remove PrioritizedSerialExecutor. 2014-05-29 17:36:32 +09:00
RecapitalizeStatusTests.java Refactoring 2014-06-04 16:29:29 +09:00
ResizableIntArrayTests.java Rename InputPointers.addPointer and ResizableIntArray.add 2014-01-08 14:30:21 +09:00
ResourceUtilsTests.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
SpacebarLanguagetUtilsTests.java Additional subtype ID should be independent of OS-version 2014-07-04 15:08:58 +09:00
SpannableStringUtilsTests.java Fix the offdevice regression test build 2013-09-25 19:13:47 +09:00
StringAndJsonUtilsTests.java Enable StringUtils to split CharSequence like String#split 2014-07-19 22:47:56 +09:00
SubtypeLocaleUtilsTests.java Additional subtype ID should be independent of OS-version 2014-07-04 15:08:58 +09:00