Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dngram_context.h51 WordIdArray<N> *const prevWordIdBuffer, const bool tryLowerCaseSearch) const { in getPrevWordIds() argument
53 prevWordIdBuffer->at(i) = getWordId(dictStructurePolicy, mPrevWordCodePoints[i], in getPrevWordIds()
56 return WordIdArrayView::fromArray(*prevWordIdBuffer).limit(mPrevWordCount); in getPrevWordIds()