HomeSort by relevance Sort by last modified time
    Searched refs:KIND_MASK_FLAGS (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 52 static const int KIND_MASK_FLAGS = 0xFFFFFF00; // Mask to get the flags
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 187 public static final int KIND_MASK_FLAGS = 0xFFFFFF00; // Mask to get the flags
BinaryDictionary.java 212 final int flags = mOutputTypes[j] & SuggestedWordInfo.KIND_MASK_FLAGS;

Completed in 74 milliseconds