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

  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 82 const UChar scMixed[] = {(UChar)0x73, (UChar)0x0441, 0}; /* "sc", with Cyrillic 'c' */
213 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
290 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
309 result = uspoof_check(sc, scMixed, -1, NULL, &status);
333 /* The checks that were disabled just above are the same ones that the "scMixed" test fails.
335 checkResults = uspoof_check(sc, scMixed, -1, NULL, &status);
446 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status);
462 checkResults = uspoof_areConfusable(sc, scLatin, -1, scMixed, -1, &status);
486 u_strToUTF8(s2, sizeof(s2), NULL, scMixed, -1, &status);
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 82 const UChar scMixed[] = {(UChar)0x73, (UChar)0x0441, 0}; /* "sc", with Cyrillic 'c' */
213 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
290 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
309 result = uspoof_check(sc, scMixed, -1, NULL, &status);
333 /* The checks that were disabled just above are the same ones that the "scMixed" test fails.
335 checkResults = uspoof_check(sc, scMixed, -1, NULL, &status);
446 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status);
462 checkResults = uspoof_areConfusable(sc, scLatin, -1, scMixed, -1, &status);
486 u_strToUTF8(s2, sizeof(s2), NULL, scMixed, -1, &status);

Completed in 60 milliseconds