Home
last modified time | relevance | path

Searched refs:WordIdArray (Results 1 – 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.cpp94 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> prevWordIdArray; in getPredictions()
122 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> prevWordIdArray; in getNgramProbability()
Ddictionary_utils.cpp38 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> prevWordIdArray; in getMaxProbabilityOfExactMatches()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp292 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> prevWordIdArray; in addNgramEntry()
353 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> prevWordIdArray; in removeNgramEntry()
399 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> prevWordIdArray; in updateEntriesForWordWithNgramContext()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dngram_context.h51 WordIdArray<N> *const prevWordIdBuffer, const bool tryLowerCaseSearch) const { in getPrevWordIds()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_properties.h127 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> mPrevWordIds;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
Ddic_traverse_session.h169 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> mPrevWordIdArray;
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dint_array_view.h170 using WordIdArray = std::array<int, size>; variable
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp367 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> prevWordIdArray; in addNgramEntry()
427 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> prevWordIdArray; in removeNgramEntry()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h118 WordIdArray<MAX_PREV_WORD_COUNT_FOR_N_GRAM> newPrevWordIds; in initAsRootWithPreviousWord()