Home | History | Annotate | Download | only in intltest

Lines Matching full:compare

91     // Loop through each word in the dictionary and compare it to the previous
107 Collator::EComparisonResult result = coll->compare(lastWord, word);
138 // Loop through each word in the dictionary and compare it to the previous
154 int32_t result = coll->compare(lastWord, word);
163 + " compare(" + IntlTest::prettify(lastWord, str);
232 // Vowels reorder, should compare \\u0e2d and \\u0e34
278 int32_t result = c.compare(s1, s2);
283 i/3 + ": compare(" + IntlTest::prettify(s1, t1)
299 // Collator.compare worked OK; now try the collation keys
412 // In UCA 6.2, they compare equal again.