Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictbe.cpp100 int32_t cuLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code units. member in PossibleWord
134 …count = dict->matches(text, rangeEnd-start, UPRV_LENGTHOF(cuLengths), cuLengths, cpLengths, NULL, … in candidates()
141 utext_setNativeIndex(text, start+cuLengths[count-1]); in candidates()
150 utext_setNativeIndex(text, offset + cuLengths[mark]); in acceptMarked()
151 return cuLengths[mark]; in acceptMarked()
158 utext_setNativeIndex(text, offset + cuLengths[--current]); in backUp()