Lines Matching full:wordcount
49 int32_t wordCount = 0;
57 if (wordCount < limit) {
59 values[wordCount] = uct.getValue();
62 lengths[wordCount] = lengthMatched;
65 cpLengths[wordCount] = codePointsMatched;
67 ++wordCount;
84 return wordCount;
116 int32_t wordCount = 0;
124 if (wordCount < limit) {
126 values[wordCount] = bt.getValue();
129 lengths[wordCount] = lengthMatched;
132 cpLengths[wordCount] = codePointsMatched;
134 ++wordCount;
151 return wordCount;