OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goodGreek
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/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);
/external/icu4c/test/cintltst/
spooftest.c
89
const UChar
goodGreek
[] = {(UChar)0x3c0, (UChar)0x3c6, 0}; /* Plain lower case Greek letters */
370
checkResults = uspoof_check(sc,
goodGreek
, -1, NULL, &status);
382
checkResults = uspoof_check(sc,
goodGreek
, -1, NULL, &status);
419
checkResults = uspoof_check(sc,
goodGreek
, -1, NULL, &status);
466
checkResults = uspoof_areConfusable(sc,
goodGreek
, -1, scLatin, -1, &status);
492
u_strToUTF8(s1, sizeof(s1), NULL,
goodGreek
, -1, &status);
Completed in 27 milliseconds