Home
last modified time | relevance | path

Searched refs:punctuationString (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4699 UChar punctuationString[] = { 0x203e }; in TestReorderingAPI() local
4746 …ollation, greekString, UPRV_LENGTHOF(greekString), punctuationString, UPRV_LENGTHOF(punctuationStr… in TestReorderingAPI()
4766 …ollation, greekString, UPRV_LENGTHOF(greekString), punctuationString, UPRV_LENGTHOF(punctuationStr… in TestReorderingAPI()
4821 static const UChar punctuationString[] = { 0x203e }; in TestReorderingAPIWithRuleCreatedCollator() local
4891 …ollation, greekString, UPRV_LENGTHOF(greekString), punctuationString, UPRV_LENGTHOF(punctuationStr… in TestReorderingAPIWithRuleCreatedCollator()
4911 …ollation, greekString, UPRV_LENGTHOF(greekString), punctuationString, UPRV_LENGTHOF(punctuationStr… in TestReorderingAPIWithRuleCreatedCollator()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java3239 String punctuationString = "\u203e"; in TestReorderingAPI() local
3252 if (!(myCollation.compare(greekString, punctuationString) < 0)) { in TestReorderingAPI()
3263 if (!(myCollation.compare(greekString, punctuationString) > 0)) { in TestReorderingAPI()
3276 if (!(myCollation.compare(greekString, punctuationString) < 0)) { in TestReorderingAPI()
3287 if (!(myCollation.compare(greekString, punctuationString) > 0)) { in TestReorderingAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java3242 String punctuationString = "\u203e"; in TestReorderingAPI() local
3255 if (!(myCollation.compare(greekString, punctuationString) < 0)) { in TestReorderingAPI()
3266 if (!(myCollation.compare(greekString, punctuationString) > 0)) { in TestReorderingAPI()
3279 if (!(myCollation.compare(greekString, punctuationString) < 0)) { in TestReorderingAPI()
3290 if (!(myCollation.compare(greekString, punctuationString) > 0)) { in TestReorderingAPI()