/external/chromium_org/third_party/icu/source/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 36 UCM_SOURCE_FILES = ibm-437_P100-1995.ucm\ 37 ibm-737_P100-1997.ucm\ 38 ibm-720_P100-1997.ucm\ [all...] |
ucmlocal.mk | 38 UCM_SOURCE_CORE=ibm-912_P100-1995.ucm ibm-913_P100-2000.ucm\ 39 ibm-914_P100-1995.ucm ibm-915_P100-1995.ucm\ 40 ibm-1089_P100-1995.ucm ibm-9005_X110-2007.ucm\ 41 ibm-5012_P100-1999.ucm ibm-920_P100-1995.ucm\ 42 iso-8859_10-1998.ucm\ 43 ibm-921_P100-1995.ucm iso-8859_14-1998.ucm ibm-923_P100-1998.ucm [all...] |
/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...] |
ucmlocal.mk | 4 # A list of additional .ucm files to build for Google. 5 # Note: noop-*.ucm are for Android only to prevent 2022 security attack. 7 UCM_SOURCE_LOCAL=gsm-03.38-2000.ucm \ 8 docomo-shift_jis-2012.ucm \ 9 jisx-208.ucm \ 10 kddi-jisx-208-2007.ucm \ 11 kddi-shift_jis-2012.ucm \ 12 softbank-jisx-208-2007.ucm \ 13 softbank-shift_jis-2012.ucm \ 14 noop-cns-11643.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 36 UCM_SOURCE_FILES = ibm-437_P100-1995.ucm\ 37 ibm-737_P100-1997.ucm\ 38 ibm-720_P100-1997.ucm\ [all...] |
/external/chromium_org/third_party/icu/source/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 %hu.%hu, 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.c | 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 */ 127 length=(int32_t)uprv_strlen(extData->ucm->baseName)+1; 130 extData->ucm->baseName[length++]=0; 142 udata_writeBlock(pData, extData->ucm->baseName, length); 220 indexes[UCNV_EXT_FLAGS]=extData->ucm->ext->unicodeMask [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/chromium_org/third_party/icu/source/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...] |
/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. 63 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */ 64 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */ 123 ucm_close(UCMFile *ucm); 126 ucm_parseHeaderLine(UCMFile *ucm, 138 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, 144 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates); 167 * Read a table from a .ucm file, from after the CHARMAP line t [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/chromium_org/third_party/icu/source/test/testdata/ |
testdata.mak | 128 "$(TESTDATABLD)\test1.cnv": "$(TESTDATA)\test1.ucm" 132 "$(TESTDATABLD)\test1bmp.cnv": "$(TESTDATA)\test1bmp.ucm" 136 "$(TESTDATABLD)\test3.cnv": "$(TESTDATA)\test3.ucm" 140 "$(TESTDATABLD)\test4.cnv": "$(TESTDATA)\test4.ucm" 144 "$(TESTDATABLD)\test4x.cnv": "$(TESTDATA)\test4x.ucm" 148 "$(TESTDATABLD)\test5.cnv": "$(TESTDATA)\test5.ucm" 152 "$(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...] |
/external/chromium_org/third_party/icu/source/data/ |
Makefile.in | 263 ## UCM files 271 CNV_FILES = $(ALL_UCM_SOURCE:%.ucm=$(BUILDDIR)/%.cnv) 272 CNV_FILES_SHORT = $(ALL_UCM_SOURCE:%.ucm=%.cnv) 275 CNV_FILES_SPECIAL=$(UCM_SOURCE_SPECIAL:%.ucm=$(BUILDDIR)/%.cnv) 276 CNV_FILES_SHORT_SPECIAL=$(UCM_SOURCE_SPECIAL:%.ucm=%.cnv) 543 $(INVOKE) $(TOOLBINDIR)/makeconv --ignore-siso-check -c -d $(BUILDDIR) $(UCMSRCDIR)/$(@F:%.cnv=%.ucm) 544 $(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) 743 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" -c -d"$(ICUBLD_PKG)" $(ICUSRCDATA_RELATIVE_PATH)\$(ICUUCM)\$(@B).ucm 749 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" -c --ignore-siso-check -d"$(ICUBLD_PKG)" $(ICUSRCDATA_RELATIVE_PATH)\$(ICUUCM)\$(@B).ucm [all...] |