aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-10-22 18:24:44 +0900
committerKen Wakasa <kwakasa@google.com>2014-10-22 19:26:21 +0900
commit54a1b8ec54c0a001cae93af43e25a8e35de02ff1 (patch)
treee0ca148b9a408ab752d62a6a69146632d0ad957c /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
parent90aa229f01f2a14ae5b4542e065d27d000dafb82 (diff)
downloadlatinime-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.tar.gz
latinime-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.tar.xz
latinime-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.zip
Add latinime-common local lib
This is just a placeholder in this CL. It will be shared by LatinIME, dicttool, and tests. Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
index d1cb14196..a35fa13ce 100644
--- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
+++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
@@ -23,6 +23,7 @@ import android.util.Pair;
import android.util.SparseArray;
import com.android.inputmethod.latin.BinaryDictionary;
+import com.android.inputmethod.latin.common.CodePointUtils;
import com.android.inputmethod.latin.makedict.BinaryDictDecoderUtils.CharEncoding;
import com.android.inputmethod.latin.makedict.BinaryDictDecoderUtils.DictBuffer;
import com.android.inputmethod.latin.makedict.FormatSpec.FormatOptions;