HomeSort by relevance Sort by last modified time
    Searched refs:matchedCodePointCount (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_helper.cpp 223 const int matchedCodePointCount = getPrevTotalCodePointCount();
226 searchCodePoints[matchedCodePointCount])) {
235 if (!isMatchedCodePoint(ptNodeParams, j, searchCodePoints[matchedCodePointCount + j])) {
dynamic_pt_updating_helper.cpp 40 const size_t matchedCodePointCount = readingHelper->getPrevTotalCodePointCount();
42 wordCodePoints[matchedCodePointCount])) {
51 const size_t nextIndex = matchedCodePointCount + j;
54 wordCodePoints[matchedCodePointCount + j])) {
57 wordCodePoints.skip(matchedCodePointCount));

Completed in 182 milliseconds