Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dspooftest.c95 const UChar lll_Latin_a[] = {(UChar)0x6c, (UChar)0x49, (UChar)0x31, 0}; /* lI1, all ASCII */ variable
479 goodCyrl, goodGreek, lll_Latin_a, lll_Latin_b, han_Hiragana }; in TestUSpoofCAPI()
529 checkResults = uspoof_areConfusable(sc, lll_Latin_a, -1, lll_Latin_b, -1, &status); in TestUSpoofCAPI()
558 u_strToUTF8(s1, sizeof(s1), NULL, lll_Latin_a, -1, &status); in TestUSpoofCAPI()
576 …skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, UPRV_LENGTHOF(dest), &… in TestUSpoofCAPI()
585 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status); in TestUSpoofCAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
DSpoofCheckerTest.java63 String lll_Latin_a = "lI1"; // small letter l, cap I, digit 1, all ASCII field in SpoofCheckerTest
341 checkResults = sc.areConfusable(lll_Latin_a, lll_Latin_b); in TestAreConfusable1()
349 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a); in TestGetSkeleton()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java60 String lll_Latin_a = "lI1"; // small letter l, cap I, digit 1, all ASCII field in SpoofCheckerTest
338 checkResults = sc.areConfusable(lll_Latin_a, lll_Latin_b); in TestAreConfusable1()
346 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a); in TestGetSkeleton()