Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dspooftest.c86 const UChar scMixed[] = {(UChar)0x73, (UChar)0x0441, 0}; /* "sc", with Cyrillic 'c' */ variable
223 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
300 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
319 result = uspoof_check(sc, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
345 checkResults = uspoof_check(sc, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
456 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status); in TestUSpoofCAPI()
460 checkResults2 = uspoof_check(sc, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
478 const UChar* tests[] = { goodLatin, scMixed, scLatin, in TestUSpoofCAPI()
521 checkResults = uspoof_areConfusable(sc, scLatin, -1, scMixed, -1, &status); in TestUSpoofCAPI()
545 u_strToUTF8(s2, sizeof(s2), NULL, scMixed, -1, &status); in TestUSpoofCAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
DSpoofCheckerTest.java55 String scMixed = new String(scMixedChars); /* "sc", with Cyrillic 'c' */ field in SpoofCheckerTest
220 checkResults = sc.failsChecks(scMixed); in TestGetSetChecks()
321 checkResults = sc.failsChecks(scMixed, result); in TestCheck()
335 checkResults = sc.areConfusable(scLatin, scMixed); in TestAreConfusable1()
766 sc.getSkeleton(SpoofChecker.ANY_CASE, scMixed), in TestDeprecated()
767 sc.getSkeleton(scMixed)); in TestDeprecated()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java52 String scMixed = new String(scMixedChars); /* "sc", with Cyrillic 'c' */ field in SpoofCheckerTest
217 checkResults = sc.failsChecks(scMixed); in TestGetSetChecks()
318 checkResults = sc.failsChecks(scMixed, result); in TestCheck()
332 checkResults = sc.areConfusable(scLatin, scMixed); in TestAreConfusable1()
763 sc.getSkeleton(SpoofChecker.ANY_CASE, scMixed), in TestDeprecated()
764 sc.getSkeleton(scMixed)); in TestDeprecated()