Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp517 int ngramPrevWordsCodePointCount[MAX_PREV_WORD_COUNT_FOR_N_GRAM]; in getWordProperty() local
525 ngramPrevWordsCodePointCount[i] = getCodePointsAndReturnCodePointCount(prevWordIds[i], in getWordProperty()
530 ngramPrevWordsCodePointCount[i] = CharUtils::removeBeginningOfSentenceMarker( in getWordProperty()
531 ngramPrevWordsCodePoints[i], ngramPrevWordsCodePointCount[i]); in getWordProperty()
534 const NgramContext ngramContext(ngramPrevWordsCodePoints, ngramPrevWordsCodePointCount, in getWordProperty()