Searched refs:getTotalCodePointCount (Results 1 – 3 of 3) sorted by relevance
193 totalCodePointCount = getTotalCodePointCount(ptNodeParams); in getCodePointsAndReturnCodePointCount()224 if (getTotalCodePointCount(ptNodeParams) > length in getTerminalPtNodePositionOfWord()241 if (length == getTotalCodePointCount(ptNodeParams)) { in getTerminalPtNodePositionOfWord()
61 if (wordCodePoints.size() == readingHelper->getTotalCodePointCount(ptNodeParams)) { in addUnigramWord()67 wordCodePoints.skip(readingHelper->getTotalCodePointCount(ptNodeParams))); in addUnigramWord()
146 AK_FORCE_INLINE size_t getTotalCodePointCount(const PtNodeParams &ptNodeParams) const { in getTotalCodePointCount() function