OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scLatin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c
85
const UChar
scLatin
[] = {(UChar)0x73, (UChar)0x63, 0}; /* "sc", plain ascii. */
435
checkResults = uspoof_areConfusable(sc,
scLatin
, -1, scMixed, -1, &status);
439
checkResults = uspoof_areConfusable(sc, goodGreek, -1,
scLatin
, -1, &status);
458
u_strToUTF8(s1, sizeof(s1), NULL,
scLatin
, -1, &status);
466
u_strToUTF8(s2, sizeof(s2), NULL,
scLatin
, -1, &status);
/external/icu4c/test/cintltst/
spooftest.c
85
const UChar
scLatin
[] = {(UChar)0x73, (UChar)0x63, 0}; /* "sc", plain ascii. */
462
checkResults = uspoof_areConfusable(sc,
scLatin
, -1, scMixed, -1, &status);
466
checkResults = uspoof_areConfusable(sc, goodGreek, -1,
scLatin
, -1, &status);
485
u_strToUTF8(s1, sizeof(s1), NULL,
scLatin
, -1, &status);
493
u_strToUTF8(s2, sizeof(s2), NULL,
scLatin
, -1, &status);
Completed in 28 milliseconds