Searched defs:readingHelper (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
H A Ddynamic_pt_updating_helper.cpp32 DynamicPtReadingHelper *const readingHelper,
36 while (!readingHelper->isEnd()) {
37 const PtNodeParams ptNodeParams(readingHelper->getPtNodeParams());
41 const int matchedCodePointCount = readingHelper->getPrevTotalCodePointCount();
42 if (!readingHelper->isMatchedCodePoint(ptNodeParams, 0 /* index */,
46 readingHelper->readNextSiblingNode(ptNodeParams);
53 if (nextIndex >= codePointCount || !readingHelper->isMatchedCodePoint(ptNodeParams, j,
62 if (codePointCount == readingHelper->getTotalCodePointCount(ptNodeParams)) {
68 wordCodePoints + readingHelper->getTotalCodePointCount(ptNodeParams),
69 codePointCount - readingHelper
31 addUnigramWord( DynamicPtReadingHelper *const readingHelper, const int *const wordCodePoints, const int codePointCount, const UnigramProperty *const unigramProperty, bool *const outAddedNewUnigram) argument
[all...]

Completed in 95 milliseconds