Searched refs:goodGreek (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | spooftest.c | 89 const UChar goodGreek[] = {(UChar)0x3c0, (UChar)0x3c6, 0}; /* Plain lower case Greek letters */ variable 370 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status); in TestUSpoofCAPI() 382 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status); in TestUSpoofCAPI() 416 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status); in TestUSpoofCAPI() 463 checkResults = uspoof_areConfusable(sc, goodGreek, -1, scLatin, -1, &status); in TestUSpoofCAPI() 489 u_strToUTF8(s1, sizeof(s1), NULL, goodGreek, -1, &status); in TestUSpoofCAPI()
|