Home
last modified time | relevance | path

Searched refs:LABEL_MASK (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.h290 static const uint32_t LABEL_MASK; variable
348 return (hashedKey >> (level * NUM_OF_BITS_USED_FOR_ONE_LEVEL)) & LABEL_MASK; in getLabel()
Dtrie_map.cpp33 const uint32_t TrieMap::LABEL_MASK = 0x1F; member in latinime::TrieMap