Searched defs:FLAG_IS_NOT_A_WORD (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java69 * | is not a word ? 1 bit, 1 = yes, 0 = no : FLAG_IS_NOT_A_WORD
184 static final int FLAG_IS_NOT_A_WORD = 0x02; field in class:FormatSpec
/packages/inputmethods/LatinIME/native/jni/src/
H A Dbinary_format.h47 static const int FLAG_IS_NOT_A_WORD = 0x02; member in class:latinime::BinaryFormat

Completed in 85 milliseconds