Searched refs:nodeCodePointCount (Results 1 – 3 of 3) sorted by relevance
153 const int nodeCodePointCount = ptNodeParams.getCodePointCount(); in fetchMergedNodeCodePointsInReverseOrder() local155 for (int i = 0; i < nodeCodePointCount; ++i) { in fetchMergedNodeCodePointsInReverseOrder()156 outCodePoints[index + i] = nodeCodePoints[nodeCodePointCount - 1 - i]; in fetchMergedNodeCodePointsInReverseOrder()
233 const int nodeCodePointCount = ptNodeParams.getCodePointCount(); in getTerminalPtNodePositionOfWord() local234 for (int j = 1; j < nodeCodePointCount; ++j) { in getTerminalPtNodePositionOfWord()
49 const size_t nodeCodePointCount = ptNodeParams.getCodePointArrayView().size(); in addUnigramWord() local50 for (size_t j = 1; j < nodeCodePointCount; ++j) { in addUnigramWord()