Searched refs:confusables (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Duspoof_build.cpp48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, argument
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
H A Duspoof_conf.h32 // 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,
H A Duspoof_conf.cpp41 // the Unicode data file confusables.txt, into the binary
191 void ConfusabledataBuilder::buildConfusableData(SpoofImpl * spImpl, const char * confusables, argument
198 builder.build(confusables, confusablesLen, status);
206 void ConfusabledataBuilder::build(const char * confusables, int32_t confusablesLen, argument
214 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status);
224 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status);
234 // Example Line from the confusables.txt source file:
/macosx-10.10/ICU-531.30/icuSources/tools/gencfu/
H A Dgencfu.cpp17 // 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, confusablesLe
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dspooftest.c87 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,
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Duspoof.h109 * -# 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.
358 * The Three inputs correspond to the Unicode data files confusables.txt
365 * @param confusables a pointer to the confusable characters definitions,
366 * as found in file confusables.txt from unicode.org.
367 * @param confusablesLen The length of the confusables text, or -1 if the
370 * a pointer to the whole script confusables definitions,
372 * @param confusablesWholeScriptLen The length of the whole script confusables text, or
388 uspoof_openFromSource(const char *confusables, int32_t confusablesLen,
/macosx-10.10/ICU-531.30/icuSources/data/
H A Dmakedata.mak605 "$(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" $(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
988 "$(ICUBLD_PKG)\confusables.cfu": "$(ICUUNIDATA)\confusables.txt" "$(ICUUNIDATA)\confusablesWholeScript.txt" "$(ICUTOOLS)\gencfu\$(CFG)\gencfu.exe"
990 @"$(ICUTOOLS)\gencfu\$(CFG)\gencfu" -c -r "$(ICUUNIDATA)\confusables.txt" -w "$(ICUUNIDATA)\confusablesWholeScript.txt" -o $@ -i "$(ICUBLD_PKG)"
H A DMakefile.in268 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt
269 CFU_FILES_SHORT=confusables.cfu

Completed in 124 milliseconds