Home | History | Annotate | Download | only in intltest

Lines Matching refs:word

91     // Loop through each word in the dictionary and compare it to the previous
92 // word. They should be in sorted order.
94 UnicodeString lastWord, word;
97 while (names.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) {
103 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
107 Collator::EComparisonResult result = coll->compare(lastWord, word);
108 doTest(coll, lastWord, word, result);
110 lastWord = word;
138 // Loop through each word in the dictionary and compare it to the previous
139 // word. They should be in sorted order.
141 UnicodeString lastWord, word;
144 while (riwords.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) {
150 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
154 int32_t result = coll->compare(lastWord, word);
165 + IntlTest::prettify(word, str) + ") returned " + result
170 coll->getCollationKey(word, k2, status);
181 lastWord = word;
221 // Doubler follows an indentical word without the doubler
235 // Tones are compared after the rest of the word (e.g. primary ignorable)