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

/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c92 const UChar lll_Latin_a[] = {(UChar)0x6c, (UChar)0x49, (UChar)0x31, 0}; /* lI1, all ASCII */ variable
477 checkResults = uspoof_areConfusable(sc, lll_Latin_a, -1, lll_Latin_b, -1, &status);
506 u_strToUTF8(s1, sizeof(s1), NULL, lll_Latin_a, -1, &status);
524 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, sizeof(dest)/sizeof(UChar), &status);
533 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
H A DSpoofCheckerTest.java63 String lll_Latin_a = "lI1"; // small letter l, cap I, digit 1, all ASCII field in class:SpoofCheckerTest
355 checkResults = sc.areConfusable(lll_Latin_a, lll_Latin_b);
362 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java59 String lll_Latin_a = "lI1"; // small letter l, cap I, digit 1, all ASCII field in class:SpoofCheckerTest
351 checkResults = sc.areConfusable(lll_Latin_a, lll_Latin_b);
358 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a);

Completed in 165 milliseconds