Home
last modified time | relevance | path

Searched refs:goodLatin (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dspooftest.c84 const UChar goodLatin[] = {(UChar)0x75, (UChar)0x7a, 0}; /* "uz", all ASCII */ variable
156 checkResults = uspoof_check(rsc, goodLatin, -1, NULL, &status); in TestOpenFromSource()
219 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
296 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
311 result = uspoof_check(sc, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
376 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
416 uset_remove(tmpSet, goodLatin[1]); in TestUSpoofCAPI()
425 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
442 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status); in TestUSpoofCAPI()
478 const UChar* tests[] = { goodLatin, scMixed, scLatin, in TestUSpoofCAPI()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
DSpoofCheckerTest.java52 String goodLatin = new String(goodLatinChars); /* "uz", all ASCII */ field in SpoofCheckerTest
262 checkResults = sc.failsChecks(goodLatin); in TestAllowedLocales()
295 tmpSet.remove(goodLatin.charAt(1)); in TestAllowedChars()
300 checkResults = sc.failsChecks(goodLatin, result); in TestAllowedChars()
312 checkResults = sc.failsChecks(goodLatin, result); in TestCheck()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java49 String goodLatin = new String(goodLatinChars); /* "uz", all ASCII */ field in SpoofCheckerTest
259 checkResults = sc.failsChecks(goodLatin); in TestAllowedLocales()
292 tmpSet.remove(goodLatin.charAt(1)); in TestAllowedChars()
297 checkResults = sc.failsChecks(goodLatin, result); in TestAllowedChars()
309 checkResults = sc.failsChecks(goodLatin, result); in TestCheck()