Lines Matching refs:wordCount
51 int32_t wordCount = 0; in matches() local
59 if (wordCount < limit) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
64 lengths[wordCount] = lengthMatched; in matches()
67 cpLengths[wordCount] = codePointsMatched; in matches()
69 ++wordCount; in matches()
86 return wordCount; in matches()
118 int32_t wordCount = 0; in matches() local
126 if (wordCount < limit) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
131 lengths[wordCount] = lengthMatched; in matches()
134 cpLengths[wordCount] = codePointsMatched; in matches()
136 ++wordCount; in matches()
153 return wordCount; in matches()