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

  /development/tools/makedict/src/com/android/tools/dict/
MakeBinaryDictionary.java 48 private static final int FLAG_ADDRESS_MASK = 0x400000;
244 childrenAddress |= FLAG_ADDRESS_MASK;
252 if ((childrenAddress & FLAG_ADDRESS_MASK) != 0) {
309 if ((dict[pos] & (FLAG_ADDRESS_MASK >> 16)) > 0) {
311 ((dict[pos + 0] & (FLAG_ADDRESS_MASK >> 16)) << 16)
  /packages/inputmethods/LatinIME/native/src/
dictionary.h 26 #define FLAG_ADDRESS_MASK 0x40
dictionary.cpp 128 if ((mDict[*pos] & FLAG_ADDRESS_MASK) == 0) {

Completed in 734 milliseconds