HomeSort by relevance Sort by last modified time
    Searched defs:FLAG_HAS_MULTIPLE_CHARS (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h 44 static const int FLAG_HAS_MULTIPLE_CHARS = 0x20;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java 51 * g | has several chars ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_MULTIPLE_CHARS
56 * c | IF FLAG_HAS_MULTIPLE_CHARS
148 private static final int FLAG_HAS_MULTIPLE_CHARS = 0x20;
700 if (group.mChars.length > 1) flags |= FLAG_HAS_MULTIPLE_CHARS;
    [all...]

Completed in 203 milliseconds