Searched refs:NOT_A_CHARACTER (Results 1 – 4 of 4) sorted by relevance
56 if (NOT_A_CHARACTER == charCode) break; in getNextShortcutTarget()
143 return NOT_A_CHARACTER; in getCharCodeAndForwardPointer()335 while (NOT_A_CHARACTER != character) { in getTerminalPosition()426 while (NOT_A_CHARACTER != nextChar && --charCount > 0) { in getWordAtAddress()
720 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()
180 #define NOT_A_CHARACTER -1 macro