Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictionarydata.cpp50 int32_t codePointsMatched = 0; in matches() local
53 UStringTrieResult result = (codePointsMatched == 0) ? uct.first(c) : uct.next(c); in matches()
55 codePointsMatched += 1; in matches()
65 cpLengths[wordCount] = codePointsMatched; in matches()
82 *prefix = codePointsMatched; in matches()
117 int32_t codePointsMatched = 0; in matches() local
120 …UStringTrieResult result = (codePointsMatched == 0) ? bt.first(transform(c)) : bt.next(transform(c… in matches()
122 codePointsMatched += 1; in matches()
132 cpLengths[wordCount] = codePointsMatched; in matches()
149 *prefix = codePointsMatched; in matches()