/external/chromium_org/third_party/icu/source/i18n/ |
uspoof_build.cpp | 49 const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, 75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
|
/external/icu4c/i18n/ |
uspoof_build.cpp | 49 const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, 75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
spooftest.c | 134 char *confusablesWholeScript; 153 strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "confusablesWholeScript.txt"); 156 confusablesWholeScript = malloc(1000000); 157 confusablesWholeScriptLength = fread(confusablesWholeScript, 1, 1000000, f); 161 confusablesWholeScript, confusablesWholeScriptLength, 165 free(confusablesWholeScript);
|
/external/icu4c/test/cintltst/ |
spooftest.c | 136 char *confusablesWholeScript; 156 strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "confusablesWholeScript.txt"); 159 confusablesWholeScript = malloc(1000000); 161 confusablesWholeScriptLength = fread(confusablesWholeScript, 1, 1000000, f); 166 confusablesWholeScript, confusablesWholeScriptLength, 170 free(confusablesWholeScript);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
uspoof.h | 259 * confusablesWholeScript.txt and xidmdifications.txt as described in 269 * @param confusablesWholeScript 271 * as found in the file confusablesWholeScript.txt from unicode.org. 289 const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, [all...] |
/external/icu4c/i18n/unicode/ |
uspoof.h | 349 * confusablesWholeScript.txt and xidmdifications.txt as described in 359 * @param confusablesWholeScript 361 * as found in the file confusablesWholeScript.txt from unicode.org. 379 const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, [all...] |
/external/chromium_org/third_party/icu/source/data/ |
makedata.mak | [all...] |
Makefile.in | 259 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt [all...] |
/external/icu4c/data/ |
Makefile.in | 265 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt [all...] |
makedata.mak | [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |