Searched refs:codePointsMatched (Results 1 – 1 of 1) sorted by relevance
50 int32_t codePointsMatched = 0; in matches() local53 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() local120 …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()