HomeSort by relevance Sort by last modified time
    Searched refs:confusablesWholeScript (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
uspoof_build.cpp 49 const char *confusablesWholeScript, int32_t confusablesWholeScriptLen,
75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
  /external/icu4c/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/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/data/
Makefile 232 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt
makedata.mak     [all...]
Makefile.in 252 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt
    [all...]

Completed in 292 milliseconds