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

  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp 485 while (NOT_A_CHARACTER != character) {
626 assert(NOT_A_CHARACTER != c);
631 // NOT_A_CHARACTER.
633 // next bytes so we will simulate the NOT_A_CHARACTER return by testing the flags.
637 // NOT_A_CHARACTER in the next char. From this we can decide whether this virtual node
640 ? BinaryFormat::getCharCodeAndForwardPointer(DICT_ROOT, &pos) : NOT_A_CHARACTER;
641 const bool isLastChar = (NOT_A_CHARACTER == nextc);
670 // contain NOT_A_CHARACTER.
672 } while (NOT_A_CHARACTER != c);
    [all...]
defines.h 164 #define NOT_A_CHARACTER -1
binary_format.h 77 return NOT_A_CHARACTER;
251 while (NOT_A_CHARACTER != character) {

Completed in 62 milliseconds