Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictionarydata.cpp52 int32_t codePointsMatched = 0; in matches() local
55 UStringTrieResult result = (codePointsMatched == 0) ? uct.first(c) : uct.next(c); in matches()
57 codePointsMatched += 1; in matches()
67 cpLengths[wordCount] = codePointsMatched; in matches()
84 *prefix = codePointsMatched; in matches()
119 int32_t codePointsMatched = 0; in matches() local
122 …UStringTrieResult result = (codePointsMatched == 0) ? bt.first(transform(c)) : bt.next(transform(c… in matches()
124 codePointsMatched += 1; in matches()
134 cpLengths[wordCount] = codePointsMatched; in matches()
151 *prefix = codePointsMatched; in matches()