Home | History | Annotate | Download | only in intltest

Lines Matching full:wordcount

97     int32_t wordCount = 0;
101 ++wordCount;
102 if (wordCount <= 8) {
104 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
116 logln((UnicodeString)"Words checked: " + wordCount);
144 int32_t wordCount = 0;
148 ++wordCount;
149 if (wordCount <= 8) {
151 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
196 logln((UnicodeString)"Words checked: " + wordCount);