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