aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
diff options
context:
space:
mode:
authorYuichiro Hanada <yhanada@google.com>2012-09-19 14:38:17 +0900
committerYuichiro Hanada <yhanada@google.com>2012-09-20 18:02:16 +0900
commitd36245fad292ea660ca49f38a3ec36e07727dda5 (patch)
treedc490be912aa746d32bc0e3c648eeb59e57bdbe5 /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
parent84c1bbd76d144c2d777952079b9e8d8fea98c9b2 (diff)
downloadlatinime-d36245fad292ea660ca49f38a3ec36e07727dda5.tar.gz
latinime-d36245fad292ea660ca49f38a3ec36e07727dda5.tar.xz
latinime-d36245fad292ea660ca49f38a3ec36e07727dda5.zip
Add getTerminalPosition.
Change-Id: If04d779db23b1aea2cc12e5e9b8cecfcb35a5737
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/FormatSpec.java')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/FormatSpec.java3
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.
*/