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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 37 static const int KIND_MASK_KIND = 0xFF; // Mask to get only the kind
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 172 public static final int KIND_MASK_KIND = 0xFF; // Mask to get only the kind
BinaryDictionary.java 220 final int kind = mOutputTypes[j] & SuggestedWordInfo.KIND_MASK_KIND;

Completed in 28 milliseconds