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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_properties.h 35 mWordId(NOT_A_WORD_ID), mDepth(0), mLeavingDepth(0), mPrevWordCount(0) {}
55 mWordId = NOT_A_WORD_ID;
103 return mWordId != NOT_A_WORD_ID;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
ngram_context.cpp 93 return NOT_A_WORD_ID;
102 return NOT_A_WORD_ID;
108 if (wordId != NOT_A_WORD_ID || !tryLowerCaseSearch) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 61 const int wordId = isTerminal ? ptNodeParams.getTerminalId() : NOT_A_WORD_ID;
98 return NOT_A_WORD_ID;
102 return NOT_A_WORD_ID;
110 if (wordId == NOT_A_WORD_ID) {
119 if (wordId == NOT_A_WORD_ID || prevWordIds.contains(NOT_A_WORD_ID)) {
166 if (wordId == NOT_A_WORD_ID) {
224 if (wordId == NOT_A_WORD_ID) {
253 if (wordId == NOT_A_WORD_ID) {
299 if (prevWordIds[i] != NOT_A_WORD_ID) {
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
multi_bigram_map.cpp 40 if (prevWordIds.empty() || prevWordIds[0] == NOT_A_WORD_ID) {
77 if (targetWordId == NOT_A_WORD_ID) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 81 const int wordId = isTerminal ? ptNodeParams.getHeadPos() : NOT_A_WORD_ID;
121 if (wordId == NOT_A_WORD_ID) {
162 if (wordId == NOT_A_WORD_ID) {
173 if (prevWordIds[0] == NOT_A_WORD_ID) {
373 if (prevWordIds[0] == NOT_A_WORD_ID) {
430 if (prevWordIds.firstOrDefault(NOT_A_WORD_ID) == NOT_A_WORD_ID) {
653 return ptNodePos == NOT_A_DICT_POS ? NOT_A_WORD_ID : ptNodePos;
657 return wordId == NOT_A_WORD_ID ? NOT_A_DICT_POS : wordId;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp 279 // dictionary. If no match is found, it returns NOT_A_WORD_ID.
296 if (wordId == NOT_A_WORD_ID) {
341 if (wordId == NOT_A_WORD_ID) {
419 const int wordId = PatriciaTrieReadingUtils::isTerminal(flags) ? ptNodePos : NOT_A_WORD_ID;
429 if (wordId == NOT_A_WORD_ID) {
515 return ptNodePos == NOT_A_DICT_POS ? NOT_A_WORD_ID : ptNodePos;
519 return wordId == NOT_A_WORD_ID ? NOT_A_DICT_POS : wordId;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 69 if (targetWordId == NOT_A_WORD_ID) {
118 if (wordId == NOT_A_WORD_ID) return NOT_A_PROBABILITY;
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 239 #define NOT_A_WORD_ID (S_INT_MIN)
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
language_model_dict_content.cpp 237 if (prevWordIds[i] == NOT_A_WORD_ID) {

Completed in 5271 milliseconds