Searched refs:isMatchedCodePoint (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
D | dynamic_pt_reading_helper.cpp | 225 || !isMatchedCodePoint(ptNodeParams, 0 /* index */, in getTerminalPtNodePositionOfWord() 235 if (!isMatchedCodePoint(ptNodeParams, j, searchCodePoints[matchedCodePointCount + j])) { in getTerminalPtNodePositionOfWord()
|
D | dynamic_pt_updating_helper.cpp | 41 if (!readingHelper->isMatchedCodePoint(ptNodeParams, 0 /* index */, in addUnigramWord() 53 || !readingHelper->isMatchedCodePoint(ptNodeParams, j, in addUnigramWord()
|
D | dynamic_pt_reading_helper.h | 135 AK_FORCE_INLINE bool isMatchedCodePoint(const PtNodeParams &ptNodeParams, const int index, in isMatchedCodePoint() function
|