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/dictionary/structure/pt_common/
dynamic_pt_reading_helper.cpp 193 totalCodePointCount = getTotalCodePointCount(ptNodeParams);
224 if (getTotalCodePointCount(ptNodeParams) > length
241 if (length == getTotalCodePointCount(ptNodeParams)) {
dynamic_pt_updating_helper.cpp 61 if (wordCodePoints.size() == readingHelper->getTotalCodePointCount(ptNodeParams)) {
67 wordCodePoints.skip(readingHelper->getTotalCodePointCount(ptNodeParams)));
dynamic_pt_reading_helper.h 146 AK_FORCE_INLINE size_t getTotalCodePointCount(const PtNodeParams &ptNodeParams) const {

Completed in 58 milliseconds