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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
dynamic_pt_reading_helper.cpp 196 totalCodePointCount = getTotalCodePointCount(ptNodeParams);
229 if (getTotalCodePointCount(ptNodeParams) > length
246 if (length == getTotalCodePointCount(ptNodeParams)) {
dynamic_pt_updating_helper.cpp 62 if (codePointCount == readingHelper->getTotalCodePointCount(ptNodeParams)) {
68 wordCodePoints + readingHelper->getTotalCodePointCount(ptNodeParams),
69 codePointCount - readingHelper->getTotalCodePointCount(ptNodeParams));
dynamic_pt_reading_helper.h 146 AK_FORCE_INLINE int getTotalCodePointCount(const PtNodeParams &ptNodeParams) const {

Completed in 88 milliseconds