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

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

Completed in 28 milliseconds