Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_reading_helper.cpp225 || !isMatchedCodePoint(ptNodeParams, 0 /* index */, in getTerminalPtNodePositionOfWord()
235 if (!isMatchedCodePoint(ptNodeParams, j, searchCodePoints[matchedCodePointCount + j])) { in getTerminalPtNodePositionOfWord()
Ddynamic_pt_updating_helper.cpp41 if (!readingHelper->isMatchedCodePoint(ptNodeParams, 0 /* index */, in addUnigramWord()
53 || !readingHelper->isMatchedCodePoint(ptNodeParams, j, in addUnigramWord()
Ddynamic_pt_reading_helper.h135 AK_FORCE_INLINE bool isMatchedCodePoint(const PtNodeParams &ptNodeParams, const int index, in isMatchedCodePoint() function