OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goodLatin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c
80
const UChar
goodLatin
[] = {(UChar)0x75, (UChar)0x7a, 0}; /* "uz", all ASCII */
204
checkResults = uspoof_check(sc2,
goodLatin
, -1, NULL, &status);
281
checkResults = uspoof_check(clone2,
goodLatin
, -1, NULL, &status);
342
checkResults = uspoof_check(sc,
goodLatin
, -1, NULL, &status);
382
uset_remove(tmpSet,
goodLatin
[1]);
388
checkResults = uspoof_check(sc,
goodLatin
, -1, NULL, &status);
405
u_strToUTF8(utf8buf, sizeof(utf8buf), NULL,
goodLatin
, -1, &status);
/external/icu4c/test/cintltst/
spooftest.c
80
const UChar
goodLatin
[] = {(UChar)0x75, (UChar)0x7a, 0}; /* "uz", all ASCII */
209
checkResults = uspoof_check(sc2,
goodLatin
, -1, NULL, &status);
286
checkResults = uspoof_check(clone2,
goodLatin
, -1, NULL, &status);
301
result = uspoof_check(sc,
goodLatin
, -1, NULL, &status);
366
checkResults = uspoof_check(sc,
goodLatin
, -1, NULL, &status);
406
uset_remove(tmpSet,
goodLatin
[1]);
415
checkResults = uspoof_check(sc,
goodLatin
, -1, NULL, &status);
432
u_strToUTF8(utf8buf, sizeof(utf8buf), NULL,
goodLatin
, -1, &status);
Completed in 144 milliseconds