OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lll_Latin_a
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c
91
const UChar
lll_Latin_a
[] = {(UChar)0x6c, (UChar)0x49, (UChar)0x31, 0}; /* lI1, all ASCII */
443
checkResults = uspoof_areConfusable(sc,
lll_Latin_a
, -1, lll_Latin_b, -1, &status);
472
u_strToUTF8(s1, sizeof(s1), NULL,
lll_Latin_a
, -1, &status);
490
skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE,
lll_Latin_a
, -1, dest, sizeof(dest)/sizeof(UChar), &status);
499
skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE,
lll_Latin_a
, -1, NULL, 0, &status);
/external/icu4c/test/cintltst/
spooftest.c
91
const UChar
lll_Latin_a
[] = {(UChar)0x6c, (UChar)0x49, (UChar)0x31, 0}; /* lI1, all ASCII */
470
checkResults = uspoof_areConfusable(sc,
lll_Latin_a
, -1, lll_Latin_b, -1, &status);
499
u_strToUTF8(s1, sizeof(s1), NULL,
lll_Latin_a
, -1, &status);
517
skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE,
lll_Latin_a
, -1, dest, sizeof(dest)/sizeof(UChar), &status);
526
skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE,
lll_Latin_a
, -1, NULL, 0, &status);
Completed in 343 milliseconds