Searched refs:goodGreek (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 93 const UChar goodGreek[] = {(UChar)0x3c0, (UChar)0x3c6, 0}; /* Plain lower case Greek letters */ variable 380 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status); in TestUSpoofCAPI() 392 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status); in TestUSpoofCAPI() 429 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status); in TestUSpoofCAPI() 479 goodCyrl, goodGreek, lll_Latin_a, lll_Latin_b, han_Hiragana }; in TestUSpoofCAPI() 525 checkResults = uspoof_areConfusable(sc, goodGreek, -1, scLatin, -1, &status); in TestUSpoofCAPI() 551 u_strToUTF8(s1, sizeof(s1), NULL, goodGreek, -1, &status); in TestUSpoofCAPI()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 60 …String goodGreek = "\u03c0\u03c6"; // "Greek small letter pi and phi" Plain lower case Greek le… field in SpoofCheckerTest 265 checkResults = sc.failsChecks(goodGreek, result); in TestAllowedLocales() 275 checkResults = sc.failsChecks(goodGreek); in TestAllowedLocales() 338 checkResults = sc.areConfusable(goodGreek, scLatin); in TestAreConfusable1()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 57 …String goodGreek = "\u03c0\u03c6"; // "Greek small letter pi and phi" Plain lower case Greek le… field in SpoofCheckerTest 262 checkResults = sc.failsChecks(goodGreek, result); in TestAllowedLocales() 272 checkResults = sc.failsChecks(goodGreek); in TestAllowedLocales() 335 checkResults = sc.areConfusable(goodGreek, scLatin); in TestAreConfusable1()
|