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

  /external/chromium/third_party/icu/source/test/cintltst/
spooftest.c 110 const UChar goodGreek[] = {(UChar)0x3c0, (UChar)0x3c6, 0}; /* Plain lower case Greek letters */
365 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status);
377 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status);
411 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status);
458 checkResults = uspoof_areConfusable(sc, goodGreek, -1, scLatin, -1, &status);
484 u_strToUTF8(s1, sizeof(s1), NULL, goodGreek, -1, &status);
  /external/icu4c/test/cintltst/
spooftest.c 89 const UChar goodGreek[] = {(UChar)0x3c0, (UChar)0x3c6, 0}; /* Plain lower case Greek letters */
346 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status);
358 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status);
392 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status);
439 checkResults = uspoof_areConfusable(sc, goodGreek, -1, scLatin, -1, &status);
465 u_strToUTF8(s1, sizeof(s1), NULL, goodGreek, -1, &status);

Completed in 36 milliseconds