Searched refs:goodLatin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspooftest.c80 const UChar goodLatin[] = {(UChar)0x75, (UChar)0x7a, 0}; /* "uz", all ASCII */ variable
209 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
286 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
301 result = uspoof_check(sc, goodLatin, -1, NULL, &status);
366 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status);
406 uset_remove(tmpSet, goodLatin[1]);
415 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status);
432 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c80 const UChar goodLatin[] = {(UChar)0x75, (UChar)0x7a, 0}; /* "uz", all ASCII */ variable
209 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
286 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
301 result = uspoof_check(sc, goodLatin, -1, NULL, &status);
366 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status);
406 uset_remove(tmpSet, goodLatin[1]);
415 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status);
432 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status);

Completed in 227 milliseconds