/external/chromium_org/third_party/icu/source/i18n/ |
uspoof_build.cpp | 19 * Confusables, 20 * Whole Script Confusables 48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, 74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
|
uspoof_conf.h | 32 // by the confusable mapping data (confusables.txt from Unicode.org) 107 void build(const char * confusables, int32_t confusablesLen, UErrorCode &status); 125 static void buildConfusableData(SpoofImpl *spImpl, const char * confusables,
|
uspoof_conf.cpp | 41 // the Unicode data file confusables.txt, into the binary 191 void ConfusabledataBuilder::buildConfusableData(SpoofImpl * spImpl, const char * confusables, 198 builder.build(confusables, confusablesLen, status); 206 void ConfusabledataBuilder::build(const char * confusables, int32_t confusablesLen, 214 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status); 223 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); 226 // Regular Expression to parse a line from Confusables.txt. The expression will match 233 // Example Line from the confusables.txt source file:
|
/external/icu4c/i18n/ |
uspoof_build.cpp | 19 * Confusables, 20 * Whole Script Confusables 48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, 74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
|
uspoof_conf.h | 32 // by the confusable mapping data (confusables.txt from Unicode.org) 107 void build(const char * confusables, int32_t confusablesLen, UErrorCode &status); 125 static void buildConfusableData(SpoofImpl *spImpl, const char * confusables,
|
uspoof_conf.cpp | 41 // the Unicode data file confusables.txt, into the binary 191 void ConfusabledataBuilder::buildConfusableData(SpoofImpl * spImpl, const char * confusables, 198 builder.build(confusables, confusablesLen, status); 206 void ConfusabledataBuilder::build(const char * confusables, int32_t confusablesLen, 214 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status); 224 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); 227 // Regular Expression to parse a line from Confusables.txt. The expression will match 234 // Example Line from the confusables.txt source file:
|
/external/chromium_org/third_party/icu/source/tools/gencfu/ |
gencfu.cpp | 17 // Usage: gencfu [options] -r confusables-file.txt -w whole-script-confusables.txt -o output-file.cfu 24 // confusables.txt and confusablesWholeScript.txt. This source (.txt) format 156 fprintf(stderr, "confusables file, whole script confusables file and output file must all be specified.\n"); 205 // Read in the confusables source file 208 const char *confusables = readFile(confFileName, &confusablesLen); 209 if (confusables == NULL) { 222 // Create the Spoof Detector from the source confusables files. 229 USpoofChecker *sc = uspoof_openFromSource(confusables, confusablesLen [all...] |
/external/icu4c/tools/gencfu/ |
gencfu.cpp | 17 // Usage: gencfu [options] -r confusables-file.txt -w whole-script-confusables.txt -o output-file.cfu 24 // confusables.txt and confusablesWholeScript.txt. This source (.txt) format 156 fprintf(stderr, "confusables file, whole script confusables file and output file must all be specified.\n"); 205 // Read in the confusables source file 208 const char *confusables = readFile(confFileName, &confusablesLen); 209 if (confusables == NULL) { 222 // Create the Spoof Detector from the source confusables files. 229 USpoofChecker *sc = uspoof_openFromSource(confusables, confusablesLen [all...] |
/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,
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
uspoof.h | 111 * -# USPOOF_ANY_CASE: modifies the mixed script and whole script confusables tests. If 186 If specified, consider all characters, of any case, when looking for confusables. 258 * The Three inputs correspond to the Unicode data files confusables.txt 265 * @param confusables a pointer to the confusable characters definitions, 266 * as found in file confusables.txt from unicode.org. 267 * @param confusablesLen The length of the confusables text, or -1 if the 270 * a pointer to the whole script confusables definitions, 272 * @param confusablesWholeScriptLen The length of the whole script confusables text, or 288 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, [all...] |
/external/icu4c/i18n/unicode/ |
uspoof.h | 109 * -# USPOOF_ANY_CASE: modifies the mixed script and whole script confusables tests. If 184 If specified, consider all characters, of any case, when looking for confusables. 348 * The Three inputs correspond to the Unicode data files confusables.txt 355 * @param confusables a pointer to the confusable characters definitions, 356 * as found in file confusables.txt from unicode.org. 357 * @param confusablesLen The length of the confusables text, or -1 if the 360 * a pointer to the whole script confusables definitions, 362 * @param confusablesWholeScriptLen The length of the whole script confusables text, or 378 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, [all...] |
/external/chromium_org/third_party/icu/source/data/ |
makedata.mak | 601 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) $(CNV_FILES) $(CNV_FILES_SPECIAL) "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_PKG)\nfc.nrm" "$(ICUBLD_PKG)\nfkc.nrm" "$(ICUBLD_PKG)\nfkc_cf.nrm" "$(ICUBLD_PKG)\uts46.nrm" "$(ICUBLD_PKG)\$(ICUCOL)\ucadata.icu" "$(ICUBLD_PKG)\$(ICUCOL)\invuca.icu" $(CURR_RES_FILES) $(LANG_RES_FILES) $(REGION_RES_FILES) $(ZONE_RES_FILES) $(BRK_FILES) $(BRK_CTD_FILES) $(BRK_RES_FILES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(TRANSLIT_RES_FILES) $(ALL_RES) $(SPREP_FILES) "$(ICUBLD_PKG)\confusables.cfu" 607 confusables.cfu [all...] |
Makefile.in | 258 ## Confusables (Spoofing) files 259 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt 260 CFU_FILES_SHORT=confusables.cfu [all...] |
/external/icu4c/data/ |
makedata.mak | 605 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) $(CNV_FILES) $(CNV_FILES_SPECIAL) "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_PKG)\nfc.nrm" "$(ICUBLD_PKG)\nfkc.nrm" "$(ICUBLD_PKG)\nfkc_cf.nrm" "$(ICUBLD_PKG)\uts46.nrm" "$(ICUBLD_PKG)\$(ICUCOL)\ucadata.icu" "$(ICUBLD_PKG)\$(ICUCOL)\invuca.icu" $(CURR_RES_FILES) $(LANG_RES_FILES) $(REGION_RES_FILES) $(ZONE_RES_FILES) $(BRK_FILES) $(BRK_DICT_FILES) $(BRK_RES_FILES) $(ALL_RES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(TRANSLIT_RES_FILES) $(SPREP_FILES) "$(ICUBLD_PKG)\confusables.cfu" 610 confusables.cfu [all...] |
Makefile.in | 264 ## Confusables (Spoofing) files 265 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt 266 CFU_FILES_SHORT=confusables.cfu [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |