Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_reading_helper.cpp199 fetchMergedNodeCodePointsInReverseOrder(ptNodeParams, getPrevTotalCodePointCount(), in getCodePointsAndReturnCodePointCount()
223 const int matchedCodePointCount = getPrevTotalCodePointCount(); in getTerminalPtNodePositionOfWord()
Ddynamic_pt_updating_helper.cpp40 const size_t matchedCodePointCount = readingHelper->getPrevTotalCodePointCount(); in addUnigramWord()
80 wordCodePoints.skip(readingHelper->getPrevTotalCodePointCount()), unigramProperty, in addUnigramWord()
Ddynamic_pt_reading_helper.h141 AK_FORCE_INLINE size_t getPrevTotalCodePointCount() const { in getPrevTotalCodePointCount() function