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