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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java65 * | has several chars ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_MULTIPLE_CHARS
81 * c | IF FLAG_HAS_MULTIPLE_CHARS
179 static final int FLAG_HAS_MULTIPLE_CHARS = 0x20; field in class:FormatSpec
/packages/inputmethods/LatinIME/native/jni/src/
H A Dbinary_format.h37 static const int FLAG_HAS_MULTIPLE_CHARS = 0x20; member in class:latinime::BinaryFormat
378 if (FLAG_HAS_MULTIPLE_CHARS & flags) {
412 if (FLAG_HAS_MULTIPLE_CHARS & flags) {
465 if (FLAG_HAS_MULTIPLE_CHARS & flags) {
480 if (FLAG_HAS_MULTIPLE_CHARS & flags) {
529 if (FLAG_HAS_MULTIPLE_CHARS & lastFlags) {

Completed in 66 milliseconds