diff options
author | 2012-09-20 06:10:27 -0700 | |
---|---|---|
committer | 2012-09-20 06:10:27 -0700 | |
commit | f1eb35c9f0ef96da7921d612f3b433834641e126 (patch) | |
tree | 1836a0f65c41e66e65b22c2282c2807935dffe7a /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java | |
parent | 36c7b2d82cce5b5bb11c127b32fb57f0e8b9ca11 (diff) | |
parent | 54717534b1164c575a14a4a117284e72c6cd0ee0 (diff) | |
download | latinime-f1eb35c9f0ef96da7921d612f3b433834641e126.tar.gz latinime-f1eb35c9f0ef96da7921d612f3b433834641e126.tar.xz latinime-f1eb35c9f0ef96da7921d612f3b433834641e126.zip |
am 54717534: Merge "Add getTerminalPosition." into jb-mr1-dev
* commit '54717534b1164c575a14a4a117284e72c6cd0ee0':
Add getTerminalPosition.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/FormatSpec.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/makedict/FormatSpec.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java index f8f13b197..adc6037bb 100644 --- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java +++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java @@ -207,6 +207,9 @@ public final class FormatSpec { static final int MAX_TERMINAL_FREQUENCY = 255; static final int MAX_BIGRAM_FREQUENCY = 15; + // This option needs to be the same numeric value as the one in binary_format.h. + static final int NOT_VALID_WORD = -99; + /** * Options about file format. */ |