Searched refs:lastWord (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/intltest/ |
D | thcoll.cpp | 93 UnicodeString lastWord, word; in TestNamesList() local 105 if (lastWord.length() > 0) { in TestNamesList() 106 Collator::EComparisonResult result = coll->compare(lastWord, word); in TestNamesList() 107 doTest(coll, lastWord, word, result); in TestNamesList() 109 lastWord = word; in TestNamesList() 140 UnicodeString lastWord, word; in TestDictionary() local 152 if (lastWord.length() > 0) { in TestDictionary() 154 doTest(coll, lastWord, word, Collator::LESS); in TestDictionary() 155 int32_t result = coll->compare(lastWord, word); in TestDictionary() 164 + " compare(" + IntlTest::prettify(lastWord, str); in TestDictionary() [all …]
|