Searched refs:scLatin (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c89 const UChar scLatin[] = {(UChar)0x73, (UChar)0x63, 0}; /* "sc", plain ascii. */ variable
478 const UChar* tests[] = { goodLatin, scMixed, scLatin,
521 checkResults = uspoof_areConfusable(sc, scLatin, -1, scMixed, -1, &status);
525 checkResults = uspoof_areConfusable(sc, goodGreek, -1, scLatin, -1, &status);
544 u_strToUTF8(s1, sizeof(s1), NULL, scLatin, -1, &status);
552 u_strToUTF8(s2, sizeof(s2), NULL, scLatin, -1, &status);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
H A DSpoofCheckerTest.java58 String scLatin = "sc"; /* "sc", plain ascii. */ field in class:SpoofCheckerTest
335 checkResults = sc.areConfusable(scLatin, scMixed);
338 checkResults = sc.areConfusable(goodGreek, scLatin);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java55 String scLatin = "sc"; /* "sc", plain ascii. */ field in class:SpoofCheckerTest
332 checkResults = sc.areConfusable(scLatin, scMixed);
335 checkResults = sc.areConfusable(goodGreek, scLatin);

Completed in 96 milliseconds