HomeSort by relevance Sort by last modified time
    Searched refs:lll_Latin_a (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/cintltst/
spooftest.c 95 const UChar lll_Latin_a[] = {(UChar)0x6c, (UChar)0x49, (UChar)0x31, 0}; /* lI1, all ASCII */
479 goodCyrl, goodGreek, lll_Latin_a, lll_Latin_b, han_Hiragana };
529 checkResults = uspoof_areConfusable(sc, lll_Latin_a, -1, lll_Latin_b, -1, &status);
558 u_strToUTF8(s1, sizeof(s1), NULL, lll_Latin_a, -1, &status);
576 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, UPRV_LENGTHOF(dest), &status);
585 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/
SpoofCheckerTest.java 58 String lll_Latin_a = "lI1"; // small letter l, cap I, digit 1, all ASCII
336 checkResults = sc.areConfusable(lll_Latin_a, lll_Latin_b);
344 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 57 String lll_Latin_a = "lI1"; // small letter l, cap I, digit 1, all ASCII
335 checkResults = sc.areConfusable(lll_Latin_a, lll_Latin_b);
343 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a);
    [all...]

Completed in 605 milliseconds