Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_reading_helper.h153 const int nodeCodePointCount = ptNodeParams.getCodePointCount(); in fetchMergedNodeCodePointsInReverseOrder() local
155 for (int i = 0; i < nodeCodePointCount; ++i) { in fetchMergedNodeCodePointsInReverseOrder()
156 outCodePoints[index + i] = nodeCodePoints[nodeCodePointCount - 1 - i]; in fetchMergedNodeCodePointsInReverseOrder()
Ddynamic_pt_reading_helper.cpp233 const int nodeCodePointCount = ptNodeParams.getCodePointCount(); in getTerminalPtNodePositionOfWord() local
234 for (int j = 1; j < nodeCodePointCount; ++j) { in getTerminalPtNodePositionOfWord()
Ddynamic_pt_updating_helper.cpp49 const size_t nodeCodePointCount = ptNodeParams.getCodePointArrayView().size(); in addUnigramWord() local
50 for (size_t j = 1; j < nodeCodePointCount; ++j) { in addUnigramWord()