Home | History | Annotate | Download | only in intltest

Lines Matching refs:lastWord

98     UnicodeString lastWord, word;
110 if (lastWord.length() > 0) {
111 Collator::EComparisonResult result = coll->compare(lastWord, word);
112 doTest(coll, lastWord, word, result);
114 lastWord = word;
145 UnicodeString lastWord, word;
157 if (lastWord.length() > 0) {
158 int32_t result = coll->compare(lastWord, word);
167 + " compare(" + IntlTest::prettify(lastWord, str);
173 coll->getCollationKey(lastWord, k1, status);
185 lastWord = word;