Home
last modified time | relevance | path

Searched refs:NOT_A_CHARACTER (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
Dterminal_attributes.h56 if (NOT_A_CHARACTER == charCode) break; in getNextShortcutTarget()
Dbinary_format.h143 return NOT_A_CHARACTER; in getCharCodeAndForwardPointer()
335 while (NOT_A_CHARACTER != character) { in getTerminalPosition()
426 while (NOT_A_CHARACTER != nextChar && --charCount > 0) { in getWordAtAddress()
Dunigram_dictionary.cpp720 while (NOT_A_CHARACTER != character) { in testCharGroupForContinuedLikeness()
876 assert(NOT_A_CHARACTER != c); in processCurrentNode()
890 ? BinaryFormat::getCharCodeAndForwardPointer(DICT_ROOT, &pos) : NOT_A_CHARACTER; in processCurrentNode()
891 const bool isLastChar = (NOT_A_CHARACTER == nextc); in processCurrentNode()
922 } while (NOT_A_CHARACTER != c); in processCurrentNode()
Ddefines.h180 #define NOT_A_CHARACTER -1 macro