Searched refs:NOT_VALID_WORD (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/src/
H A Dbinary_format.h225 // dictionary. If no match is found, it returns NOT_VALID_WORD.
234 if (wordPos > length) return NOT_VALID_WORD;
240 if (0 >= charGroupCount) return NOT_VALID_WORD;
247 // no match and we can return NOT_VALID_WORD. So we will check all the characters
257 if (wordPos > length) return NOT_VALID_WORD;
258 if (inWord[wordPos] != character) return NOT_VALID_WORD;
275 return NOT_VALID_WORD;
H A Dbigram_dictionary.cpp117 if (NOT_VALID_WORD == pos) return 0;
H A Ddefines.h163 #define NOT_VALID_WORD -99 macro
H A Dunigram_dictionary.cpp575 return NOT_VALID_WORD != BinaryFormat::getTerminalPosition(DICT_ROOT, inWord, length);

Completed in 394 milliseconds