/external/icu4c/data/mappings/ |
ucmebcdic.mk | 3 # A list of EBCDIC UCM's to build 6 UCM_SOURCE_EBCDIC = ebcdic-xml-us.ucm\ 7 ibm-1025_P100-1995.ucm ibm-1026_P100-1995.ucm ibm-1097_P100-1995.ucm\ 8 ibm-1112_P100-1995.ucm ibm-1122_P100-1999.ucm ibm-1130_P100-1997.ucm\ 9 ibm-1132_P100-1998.ucm ibm-1137_P100-1999.ucm ibm-1364_P110-2007.ucm [all...] |
ucmcore.mk | 3 # A list of UCM's to build for core MIME/Unix/Windows encodings 18 UCM_SOURCE_CORE=ibm-912_P100-1995.ucm ibm-913_P100-2000.ucm\ 19 ibm-914_P100-1995.ucm ibm-915_P100-1995.ucm ibm-5012_P100-1999.ucm\ 20 ibm-920_P100-1995.ucm ibm-923_P100-1998.ucm ibm-1089_P100-1995.ucm\ 21 ibm-4909_P100-1999.ucm\ [all...] |
ucmfiles.mk | 3 # A list of UCM's to build 17 # | UCM_SOURCE_LOCAL = myconverter.ucm ... 23 # if the name contains either JIPS, KEIS, or JEF. (e.g. my_KEIS_converter.ucm) 25 # | UCM_SOURCE_EBCDIC_IGNORE_SISO_LOCAL = my_KEIS_converter.ucm 30 # | UCM_SOURCE = ibm-913.ucm ibm-949.ucm ibm-37.ucm 35 # Note: noop-*.ucm are for Android only to prevent 2022 security attack. 37 UCM_SOURCE_FILES = ibm-437_P100-1995.ucm\ 38 ibm-737_P100-1997.ucm\ [all...] |
/external/icu4c/tools/makeconv/ |
makeconv.c | 33 #include "ucm.h" 42 UCMFile *ucm; member in struct:ConvData 67 ucm_close(data->ucm); 68 data->ucm=NULL; 230 "\tread .ucm codepage mapping files and write .cnv files\n" 248 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n", 451 if(ucm_parseHeaderLine(data->ucm, line, &key, &value)) { 495 staticData->maxBytesPerChar=(int8_t)data->ucm->states.maxCharLength; 496 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength; 497 staticData->conversionType=data->ucm->states.conversionType [all...] |
genmbcs.h | 102 MBCSOpen(UCMFile *ucm); 122 CnvExtOpen(UCMFile *ucm);
|
genmbcs.cpp | 24 #include "ucm.h" 36 UCMFile *ucm; member in struct:MBCSData 38 /* toUnicode (state table in ucm->states) */ 150 MBCSInit(MBCSData *mbcsData, UCMFile *ucm) { 153 mbcsData->ucm=ucm; /* aliased, not owned */ 162 MBCSOpen(UCMFile *ucm) { 169 MBCSInit(mbcsData, ucm); 197 sum=mbcsData->ucm->states.countToUCodeUnits; 215 maxCharLength=mbcsData->ucm->states.maxCharLength [all...] |
gencnvex.c | 26 #include "ucm.h" 50 UCMFile *ucm; member in struct:CnvExtData 52 /* toUnicode (state table in ucm->states) */ 75 CnvExtOpen(UCMFile *ucm) { 85 extData->ucm=ucm; /* aliased, not owned */ 128 length=(int32_t)uprv_strlen(extData->ucm->baseName)+1; 131 extData->ucm->baseName[length++]=0; 143 udata_writeBlock(pData, extData->ucm->baseName, length); 221 indexes[UCNV_EXT_FLAGS]=extData->ucm->ext->unicodeMask [all...] |
/external/icu4c/tools/toolutil/ |
ucm.c | 8 * file name: ucm.c 16 * This file reads a .ucm file, stores its mappings and sorts them. 17 * It implements handling of Unicode conversion mappings from .ucm files 35 #include "ucm.h" 135 * Comparing by lengths first is for compatibility with old .ucm tools 245 fprintf(stderr, "ucm error: unable to allocate reverseMap\n"); 259 fprintf(stderr, "ucm error: sortTable()/uprv_sortArray() fails - %s\n", 372 "ucm error: the base table contains a mapping whose input sequence\n" 397 "ucm error: the base table contains a mapping whose input sequence\n" 489 "ucm error: the base table contains a mapping whose input sequence\n 1011 UCMFile *ucm=(UCMFile *)uprv_malloc(sizeof(UCMFile)); local [all...] |
ucm.h | 6 * file name: ucm.h 14 * Definitions for the .ucm file parser and handler module ucm.c. 62 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */ 63 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */ 122 ucm_close(UCMFile *ucm); 125 ucm_parseHeaderLine(UCMFile *ucm, 137 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, 143 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates); 166 * Read a table from a .ucm file, from after the CHARMAP line t [all...] |
ucmstate.c | 16 * This file handles ICU .ucm file state information as part of the ucm module. 27 #include "ucm.h" 190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT); 197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error); 205 ucm_parseHeaderLine(UCMFile *ucm, 211 states=&ucm->states; 237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line); 243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line); 273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue) [all...] |
/external/icu4c/test/testdata/ |
testdata.mak | 129 "$(TESTDATABLD)\test1.cnv": "$(TESTDATA)\test1.ucm" 133 "$(TESTDATABLD)\test1bmp.cnv": "$(TESTDATA)\test1bmp.ucm" 137 "$(TESTDATABLD)\test2.cnv": "$(TESTDATA)\test2.ucm" 141 "$(TESTDATABLD)\test3.cnv": "$(TESTDATA)\test3.ucm" 145 "$(TESTDATABLD)\test4.cnv": "$(TESTDATA)\test4.ucm" 149 "$(TESTDATABLD)\test4x.cnv": "$(TESTDATA)\test4x.ucm" 153 "$(TESTDATABLD)\test5.cnv": "$(TESTDATA)\test5.ucm" 157 "$(TESTDATABLD)\ibm9027.cnv": "$(TESTDATA)\ibm9027.ucm"
|
/external/icu4c/data/ |
Makefile.in | 269 ## UCM files 274 ALL_UCM_SOURCE=ibm-37_P100-1995.ucm ibm-1047_P100-1995.ucm $(UCM_SOURCE_CORE) $(UCM_SOURCE_FILES) $(UCM_SOURCE_EBCDIC) $(UCM_SOURCE_LOCAL) 276 CNV_FILES = $(ALL_UCM_SOURCE:%.ucm=$(BUILDDIR)/%.cnv) 277 CNV_FILES_SHORT = $(ALL_UCM_SOURCE:%.ucm=%.cnv) 280 CNV_FILES_SPECIAL=$(UCM_SOURCE_SPECIAL:%.ucm=$(BUILDDIR)/%.cnv) 281 CNV_FILES_SHORT_SPECIAL=$(UCM_SOURCE_SPECIAL:%.ucm=%.cnv) 551 $(INVOKE) $(TOOLBINDIR)/makeconv --ignore-siso-check -c -d $(BUILDDIR) $(UCMSRCDIR)/$(@F:%.cnv=%.ucm) 553 $(BUILDDIR)/%.cnv: $(UCMSRCDIR)/%.ucm $(TOOLBINDIR)/makeconv$(TOOLEXEEXT) [all...] |
makedata.mak | 31 .SUFFIXES : .nrm .icu .ucm .cnv .dll .dat .res .txt .c 62 # The directory that contains ucmcore.mk files along with *.ucm files 182 # We're including a list of .ucm files. 189 UCM_SOURCE=ibm-37_P100-1995.ucm ibm-1047_P100-1995.ucm 229 CNV_FILES=$(UCM_SOURCE:.ucm=.cnv) 231 CNV_FILES_SPECIAL=$(UCM_SOURCE_SPECIAL:.ucm=.cnv) 754 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" -c -d"$(ICUBLD_PKG)" $(ICUSRCDATA_RELATIVE_PATH)\$(ICUUCM)\$(@B).ucm 760 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" -c --ignore-siso-check -d"$(ICUBLD_PKG)" $(ICUSRCDATA_RELATIVE_PATH)\$(ICUUCM)\$(@B).ucm [all...] |
/external/icu4c/extra/uconv/ |
makedata.mak | 60 .SUFFIXES : .ucm .cnv .dll .dat .res .txt .c
|