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/
dictionary.h 45 static const int KIND_MASK_FLAGS = 0xFFFFFF00; // Mask to get the flags
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 153 final int flags = mOutputTypes[j] & SuggestedWordInfo.KIND_MASK_FLAGS;
SuggestedWords.java 137 public static final int KIND_MASK_FLAGS = 0xFFFFFF00; // Mask to get the flags

Completed in 270 milliseconds