aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
diff options
context:
space:
mode:
authorYuichiro Hanada <yhanada@google.com>2012-09-18 21:29:59 +0900
committerYuichiro Hanada <yhanada@google.com>2012-09-18 22:01:49 +0900
commitb686df15fcc95611c524318359fe9ecb4fd6f74c (patch)
treeb5604ee849fcda8eda3b84d09907062ea212fa84 /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
parentbf45dc4860ab28e97c3e7d116a642802fe960239 (diff)
downloadlatinime-b686df15fcc95611c524318359fe9ecb4fd6f74c.tar.gz
latinime-b686df15fcc95611c524318359fe9ecb4fd6f74c.tar.xz
latinime-b686df15fcc95611c524318359fe9ecb4fd6f74c.zip
Add a new flag for linked list nodes.
Change-Id: Ib2f194775cfe5ab05481ac95cd709d6e8e8dd3c6
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 7b6817a25..f8f13b197 100644
--- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
+++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
@@ -150,9 +150,12 @@ public final class FormatSpec {
// These options need to be the same numeric values as the one in the native reading code.
static final int GERMAN_UMLAUT_PROCESSING_FLAG = 0x1;
+ // TODO: Make the native reading code read this variable.
static final int HAS_PARENT_ADDRESS = 0x2;
static final int FRENCH_LIGATURE_PROCESSING_FLAG = 0x4;
static final int CONTAINS_BIGRAMS_FLAG = 0x8;
+ // TODO: Make the native reading code read this variable.
+ static final int HAS_LINKEDLIST_NODE = 0x10;
// TODO: Make this value adaptative to content data, store it in the header, and
// use it in the reading code.