Searched refs:goodLatin (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | spooftest.c | 80 const UChar goodLatin[] = {(UChar)0x75, (UChar)0x7a, 0}; /* "uz", all ASCII */ variable 209 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 286 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 301 result = uspoof_check(sc, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 366 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 406 uset_remove(tmpSet, goodLatin[1]); in TestUSpoofCAPI() 412 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 429 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status); in TestUSpoofCAPI()
|