Home
last modified time | relevance | path

Searched refs:cpWordLength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Ddictbe.cpp234 int32_t cpWordLength = 0; // Word Length in Code Points. in divideUpDictionaryRange() local
243 cpWordLength = 0; in divideUpDictionaryRange()
252 cpWordLength = words[wordsFound % THAI_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
290 cpWordLength = words[wordsFound % THAI_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
301 …if ((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < THAI_ROOT_COMBINE_THRESHOLD)… in divideUpDictionaryRange()
469 int32_t cpWordLength = 0; in divideUpDictionaryRange() local
479 cpWordLength = 0; in divideUpDictionaryRange()
487 cpWordLength = words[wordsFound % LAO_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
524 cpWordLength = words[wordsFound % LAO_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
533 … if ((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < LAO_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()
[all …]