Home | History | Annotate | Download | only in intltest

Lines Matching defs:wordCount

95     int32_t wordCount = 0;
99 ++wordCount;
100 if (wordCount <= 8) {
102 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
114 logln((UnicodeString)"Words checked: " + wordCount);
142 int32_t wordCount = 0;
146 ++wordCount;
147 if (wordCount <= 8) {
149 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
196 logln((UnicodeString)"Words checked: " + wordCount);