Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictbe.cpp127 int32_t cuLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code units. member in PossibleWord
161 …count = dict->matches(text, rangeEnd-start, UPRV_LENGTHOF(cuLengths), cuLengths, cpLengths, NULL, … in candidates()
168 utext_setNativeIndex(text, start+cuLengths[count-1]); in candidates()
177 utext_setNativeIndex(text, offset + cuLengths[mark]); in acceptMarked()
178 return cuLengths[mark]; in acceptMarked()
185 utext_setNativeIndex(text, offset + cuLengths[--current]); in backUp()