HomeSort by relevance Sort by last modified time
    Searched defs:ucm (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/tools/makeconv/
makeconv.cpp 36 #include "ucm.h"
43 UCMFile *ucm; member in struct:ConvData
68 ucm_close(data->ucm);
69 data->ucm=NULL;
226 "\tread .ucm codepage mapping files and write .cnv files\n"
245 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n",
443 if(ucm_parseHeaderLine(data->ucm, line, &key, &value)) {
487 staticData->maxBytesPerChar=(int8_t)data->ucm->states.maxCharLength;
488 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength;
489 staticData->conversionType=data->ucm->states.conversionType
    [all...]
gencnvex.c 28 #include "ucm.h"
49 UCMFile *ucm; member in struct:CnvExtData
51 /* toUnicode (state table in ucm->states) */
74 CnvExtOpen(UCMFile *ucm) {
84 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...]
genmbcs.cpp 26 #include "ucm.h"
38 UCMFile *ucm; member in struct:MBCSData
40 /* toUnicode (state table in ucm->states) */
152 MBCSInit(MBCSData *mbcsData, UCMFile *ucm) {
155 mbcsData->ucm=ucm; /* aliased, not owned */
164 MBCSOpen(UCMFile *ucm) {
171 MBCSInit(mbcsData, ucm);
199 sum=mbcsData->ucm->states.countToUCodeUnits;
217 maxCharLength=mbcsData->ucm->states.maxCharLength
    [all...]
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 87 const UCharsetMatch *ucm; local
207 ucm = ucsdet_detect(csd, &status);
208 if (!ucm) {
212 enc = ucsdet_getName(ucm, &status);
214 enc, mNames.getEntry(i), ucsdet_getConfidence(ucm, &status));
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 10 * file name: ucm.c
18 * This file reads a .ucm file, stores its mappings and sorts them.
19 * It implements handling of Unicode conversion mappings from .ucm files
37 #include "ucm.h"
137 * Comparing by lengths first is for compatibility with old .ucm tools
247 fprintf(stderr, "ucm error: unable to allocate reverseMap\n");
261 fprintf(stderr, "ucm error: sortTable()/uprv_sortArray() fails - %s\n",
374 "ucm error: the base table contains a mapping whose input sequence\n"
399 "ucm error: the base table contains a mapping whose input sequence\n"
491 "ucm error: the base table contains a mapping whose input sequence\n
1013 UCMFile *ucm=(UCMFile *)uprv_malloc(sizeof(UCMFile)); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_sched.h 254 uc_map ucm; member in class:r600_sb::post_scheduler
267 live(), ucm(), alu(sh), regmap(), cleared_interf() {}

Completed in 386 milliseconds