OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:confusables
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c
87
no latin
confusables
*/
132
char *
confusables
;
local
144
strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "
confusables
.txt");
147
confusables
= malloc(3000000);
148
confusablesLength = fread(
confusables
, 1, 3000000, f);
160
rsc = uspoof_openFromSource(
confusables
, confusablesLength,
166
free(
confusables
);
337
/* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script
confusables
also,
/external/icu4c/test/cintltst/
spooftest.c
87
no latin
confusables
*/
134
char *
confusables
;
local
146
strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "
confusables
.txt");
149
confusables
= malloc(3000000);
151
confusablesLength = fread(
confusables
, 1, 3000000, f);
165
rsc = uspoof_openFromSource(
confusables
, confusablesLength,
171
free(
confusables
);
361
/* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script
confusables
also,
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 56 milliseconds