Searched refs:scLatin (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 89 const UChar scLatin[] = {(UChar)0x73, (UChar)0x63, 0}; /* "sc", plain ascii. */ variable 478 const UChar* tests[] = { goodLatin, scMixed, scLatin, in TestUSpoofCAPI() 521 checkResults = uspoof_areConfusable(sc, scLatin, -1, scMixed, -1, &status); in TestUSpoofCAPI() 525 checkResults = uspoof_areConfusable(sc, goodGreek, -1, scLatin, -1, &status); in TestUSpoofCAPI() 544 u_strToUTF8(s1, sizeof(s1), NULL, scLatin, -1, &status); in TestUSpoofCAPI() 552 u_strToUTF8(s2, sizeof(s2), NULL, scLatin, -1, &status); in TestUSpoofCAPI()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 58 String scLatin = "sc"; /* "sc", plain ascii. */ field in SpoofCheckerTest 335 checkResults = sc.areConfusable(scLatin, scMixed); in TestAreConfusable1() 338 checkResults = sc.areConfusable(goodGreek, scLatin); in TestAreConfusable1()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 55 String scLatin = "sc"; /* "sc", plain ascii. */ field in SpoofCheckerTest 332 checkResults = sc.areConfusable(scLatin, scMixed); in TestAreConfusable1() 335 checkResults = sc.areConfusable(goodGreek, scLatin); in TestAreConfusable1()
|