/external/chromium/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_buildconf.h | 30 // by the confusable mapping data (confusables.txt from Unicode.org) 105 void build(const char * confusables, int32_t confusablesLen, UErrorCode &status); 123 static void buildConfusableData(SpoofImpl *spImpl, const char * confusables,
|
uspoof_buildconf.cpp | 41 // the Unicode data file confusables.txt, into the binary 189 void ConfusabledataBuilder::buildConfusableData(SpoofImpl * spImpl, const char * confusables, 196 builder.build(confusables, confusablesLen, status); 204 void ConfusabledataBuilder::build(const char * confusables, int32_t confusablesLen, 212 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status); 221 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); 224 // Regular Expression to parse a line from Confusables.txt. The expression will match 231 // 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 189 void ConfusabledataBuilder::buildConfusableData(SpoofImpl * spImpl, const char * confusables, 196 builder.build(confusables, confusablesLen, status); 204 void ConfusabledataBuilder::build(const char * confusables, int32_t confusablesLen, 212 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status); 221 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); 224 // Regular Expression to parse a line from Confusables.txt. The expression will match 231 // Example Line from the confusables.txt source file:
|
/external/chromium/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"); 204 // Read in the confusables source file 207 const char *confusables = readFile(confFileName, &confusablesLen); 208 if (confusables == NULL) { 221 // Create the Spoof Detector from the source confusables files. 228 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/icu4c/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/chromium/third_party/icu/source/test/cintltst/ |
spooftest.c | 108 no latin confusables */ 151 char *confusables; local 163 strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "confusables.txt"); 166 confusables = malloc(3000000); 167 confusablesLength = fread(confusables, 1, 3000000, f); 179 rsc = uspoof_openFromSource(confusables, confusablesLength, 185 free(confusables); 356 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
uspoof.h | 116 * -# USPOOF_ANY_CASE: modifies the mixed script and whole script confusables tests. If 178 If specified, consider all characters, of any case, when looking for confusables. 250 * The Three inputs correspond to the Unicode data files confusables.txt 257 * @param confusables a pointer to the confusable characters definitions, 258 * as found in file confusables.txt from unicode.org. 259 * @param confusablesLen The length of the confusables text, or -1 if the 262 * a pointer to the whole script confusables definitions, 264 * @param confusablesWholeScriptLen The length of the whole script confusables text, or 280 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, [all...] |
/external/icu4c/i18n/unicode/ |
uspoof.h | 116 * -# USPOOF_ANY_CASE: modifies the mixed script and whole script confusables tests. If 191 If specified, consider all characters, of any case, when looking for confusables. 263 * The Three inputs correspond to the Unicode data files confusables.txt 270 * @param confusables a pointer to the confusable characters definitions, 271 * as found in file confusables.txt from unicode.org. 272 * @param confusablesLen The length of the confusables text, or -1 if the 275 * a pointer to the whole script confusables definitions, 277 * @param confusablesWholeScriptLen The length of the whole script confusables text, or 293 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, [all...] |
/external/chromium/third_party/icu/source/data/ |
makedata.mak | 436 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) $(CNV_FILES) "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_PKG)\$(ICUCOL)\ucadata.icu" "$(ICUBLD_PKG)\$(ICUCOL)\invuca.icu" $(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" 442 confusables.cfu 689 # Confusables .cfu file generation 691 "$(ICUBLD_PKG)\confusables.cfu": "$(ICUUNIDATA)\confusables.txt" "$(ICUUNIDATA)\confusablesWholeScript.txt" "$(ICUTOOLS)\gencfu\$(CFG)\gencfu.exe" 693 @"$(ICUTOOLS)\gencfu\$(CFG)\gencfu" -c -r "$(ICUUNIDATA)\confusables.txt" -w "$(ICUUNIDATA)\confusablesWholeScript.txt" -o $@ -i "$(ICUBLD_PKG)"
|
Makefile.in | 232 ## Confusables (Spoofing) files 233 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt 234 CFU_FILES_SHORT=confusables.cfu
|
/external/icu4c/data/ |
Makefile | 231 ## Confusables (Spoofing) files 232 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt 233 CFU_FILES_SHORT=confusables.cfu
|
makedata.mak | 590 "$(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)\$(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" 596 confusables.cfu [all...] |
Makefile.in | 249 ## Confusables (Spoofing) files 250 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt 251 CFU_FILES_SHORT=confusables.cfu [all...] |