Home
last modified time | relevance | path

Searched refs:greekString (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp1148 …UnicodeString greekString("\\u03B4\\u03B9\\u03B1\\u03C6\\u03BF\\u03C1\\u03B5\\u03C4\\u03B9\\u03BA\… in run() local
1149 greekString = greekString.unescape(); in run()
1150 gSharedTranslit->transliterate(greekString); in run()
1151 …if (greekString[0] != 0x64) // 'd'. The whole transliterated string is "diaphoretikous" (acce… in run()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4698 UChar greekString[] = { 0x03b1 }; in TestReorderingAPI() local
4746 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI()
4766 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI()
4820 static const UChar greekString[] = { 0x03b1 }; in TestReorderingAPIWithRuleCreatedCollator() local
4851 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), hanString, UPRV_LE… in TestReorderingAPIWithRuleCreatedCollator()
4891 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPIWithRuleCreatedCollator()
4911 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPIWithRuleCreatedCollator()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java3238 String greekString = "\u03b1"; 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.java3241 String greekString = "\u03b1"; 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()