HomeSort by relevance Sort by last modified time
    Searched refs:ucm (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu/icu4c/source/data/mappings/
ucmebcdic.mk 5 # A list of EBCDIC UCM's to build
8 UCM_SOURCE_EBCDIC = ebcdic-xml-us.ucm\
9 ibm-1025_P100-1995.ucm ibm-1026_P100-1995.ucm ibm-1097_P100-1995.ucm\
10 ibm-1112_P100-1995.ucm ibm-1122_P100-1999.ucm ibm-1130_P100-1997.ucm\
11 ibm-1132_P100-1998.ucm ibm-1137_P100-1999.ucm ibm-1364_P110-2007.ucm
    [all...]
ucmcore.mk 5 # A list of UCM's to build for core MIME/Unix/Windows encodings
20 UCM_SOURCE_CORE=ibm-912_P100-1995.ucm ibm-913_P100-2000.ucm\
21 ibm-914_P100-1995.ucm ibm-915_P100-1995.ucm ibm-5012_P100-1999.ucm\
22 ibm-920_P100-1995.ucm ibm-923_P100-1998.ucm ibm-1089_P100-1995.ucm\
23 ibm-4909_P100-1999.ucm\
    [all...]
ucmfiles.mk 5 # A list of UCM's to build
19 # | UCM_SOURCE_LOCAL = myconverter.ucm ...
25 # if the name contains either JIPS, KEIS, or JEF. (e.g. my_KEIS_converter.ucm)
27 # | UCM_SOURCE_EBCDIC_IGNORE_SISO_LOCAL = my_KEIS_converter.ucm
32 # | UCM_SOURCE = ibm-913.ucm ibm-949.ucm ibm-37.ucm
38 UCM_SOURCE_FILES = ibm-437_P100-1995.ucm\
39 ibm-737_P100-1997.ucm\
40 ibm-720_P100-1997.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.
8 noop-cns-11643.ucm \
9 noop-gb2312_gl.ucm \
10 noop-iso-ir-165.ucm
  /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...]
genmbcs.h 104 MBCSOpen(UCMFile *ucm);
124 CnvExtOpen(UCMFile *ucm);
genmbcs.cpp 26 #include "ucm.h"
38 UCMFile *ucm; member in struct:MBCSData
40 /* toUnicode (state table in ucm->states) */
155 MBCSInit(MBCSData *mbcsData, UCMFile *ucm) {
158 mbcsData->ucm=ucm; /* aliased, not owned */
167 MBCSOpen(UCMFile *ucm) {
174 MBCSInit(mbcsData, ucm);
204 sum=mbcsData->ucm->states.countToUCodeUnits;
222 maxCharLength=mbcsData->ucm->states.maxCharLength
    [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...]
  /external/adhd/cras/src/server/
cras_alsa_card.c 50 * ucm - CRAS use case manager if available.
60 struct cras_use_case_mgr *ucm; member in struct:cras_alsa_card
120 alsa_card->ucm,
173 * specified in the ucm config. */
174 static struct mixer_name *filter_controls(struct cras_use_case_mgr *ucm,
179 char *dev = ucm_get_dev_for_mixer(ucm, control->name,
219 if (alsa_card->ucm) {
224 filter_controls(alsa_card->ucm,
230 extra_main_volume = ucm_get_flag(alsa_card->ucm,
244 alsa_card->ucm, "Speaker")
    [all...]
cras_alsa_io.h 30 * ucm - CRAS use case manager if available.
48 struct cras_use_case_mgr *ucm,
60 * section - UCM section information if available (or NULL).
66 /* Add IO nodes and jacks for this iodev using UCM data.
69 * section - UCM section information.
76 /* Complete initialization of this iodev with fully-spec UCM data.
77 * After all UCM devices associated with the same iodev have been processed
cras_alsa_jack.h 31 * fully specified UCM.
40 * ucm - CRAS use case manager if available.
54 struct cras_use_case_mgr *ucm,
71 /* Add the jack defined by the UCM section information.
74 * ucm_section - UCM section data.
126 /* Gets the ucm device of a jack.
156 /* Enables the ucm device for this jack if any.
cras_alsa_io.c 112 * ucm - CRAS use case manager, if configuration is found.
145 struct cras_use_case_mgr *ucm; member in struct:alsa_io
559 /* If the capture channel map is specified in UCM, prefer it over
561 if (aio->ucm && (iodev->direction == CRAS_STREAM_INPUT)) {
597 if (!aio->ucm)
600 return ucm_set_hotword_model(aio->ucm, model_name);
606 if (!aio->ucm)
609 return ucm_get_hotword_models(aio->ucm);
773 return ucm_enable_swap_mode(aio->ucm, node->name, enable);
963 if (!aio->ucm)
    [all...]
cras_alsa_jack.c 73 * ucm_device - Name of the ucm device if found, otherwise, NULL.
104 * ucm - CRAS use case manager if available.
117 struct cras_use_case_mgr *ucm; member in struct:cras_alsa_jack_list
130 * section - An associated UCM section.
404 * jack list. If the device name is not specified in UCM (common case),
417 /* If the device name is not specified in UCM, assume it should be
419 if (!jack_list->ucm || !jack->ucm_device)
422 /* Look for device name specified in a device section of UCM. */
424 jack_list->ucm, jack->ucm_device, direction);
507 jack->edid_file = ucm_get_edid_file_for_dev(jack_list->ucm,
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.cpp 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
248 fprintf(stderr, "ucm error: unable to allocate reverseMap\n");
262 fprintf(stderr, "ucm error: sortTable()/uprv_sortArray() fails - %s\n",
377 "ucm error: the base table contains a mapping whose input sequence\n"
402 "ucm error: the base table contains a mapping whose input sequence\n"
494 "ucm error: the base table contains a mapping whose input sequence\n
1016 UCMFile *ucm=(UCMFile *)uprv_malloc(sizeof(UCMFile)); local
    [all...]
ucm.h 8 * file name: ucm.h
16 * Definitions for the .ucm file parser and handler module ucm.c.
65 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
66 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
125 ucm_close(UCMFile *ucm);
128 ucm_parseHeaderLine(UCMFile *ucm,
140 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates,
146 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates);
169 * Read a table from a .ucm file, from after the CHARMAP line t
    [all...]
ucmstate.cpp 18 * This file handles ICU .ucm file state information as part of the ucm module.
29 #include "ucm.h"
192 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
199 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error);
207 ucm_parseHeaderLine(UCMFile *ucm,
213 states=&ucm->states;
239 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line);
245 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line);
275 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue)
    [all...]
  /external/icu/icu4c/source/test/testdata/
testdata.mak 132 "$(TESTDATABLD)\test1.cnv": "$(TESTDATA)\test1.ucm"
136 "$(TESTDATABLD)\test1bmp.cnv": "$(TESTDATA)\test1bmp.ucm"
140 "$(TESTDATABLD)\test2.cnv": "$(TESTDATA)\test2.ucm"
144 "$(TESTDATABLD)\test3.cnv": "$(TESTDATA)\test3.ucm"
148 "$(TESTDATABLD)\test4.cnv": "$(TESTDATA)\test4.ucm"
152 "$(TESTDATABLD)\test4x.cnv": "$(TESTDATA)\test4x.ucm"
156 "$(TESTDATABLD)\test5.cnv": "$(TESTDATA)\test5.ucm"
160 "$(TESTDATABLD)\ibm9027.cnv": "$(TESTDATA)\ibm9027.ucm"
  /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/adhd/cras/src/tests/
alsa_jack_unittest.cc 154 // Check that jack enable callback is called if there is a ucm device.
207 struct cras_use_case_mgr *ucm,
224 ucm, fake_hctl,
231 EXPECT_EQ(ucm ? njacks : 0, ucm_get_dev_for_jack_called);
232 EXPECT_EQ(ucm ? njacks : 0, ucm_get_override_type_name_called);
255 struct cras_use_case_mgr *ucm,
273 ucm, fake_hctl,
422 struct cras_use_case_mgr *ucm = local
438 ucm, fake_hctl,
545 /* No UCM for this jack, create jack for the first device. *
    [all...]
alsa_io_unittest.cc 254 struct cras_use_case_mgr *ucm,
258 mixer, config, ucm, fake_hctl,
503 /* MaxSoftwareGain is not specified in UCM */
691 // Check the default node gain is the same as what specified in UCM.
    [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() {}
sb_sched.cpp 735 ++ucm[d];
757 uc_map::iterator F = ucm.find(n);
758 return F == ucm.end() ? 0 : F->second;
941 ucm.clear();
    [all...]
  /external/icu/icu4c/source/data/
Makefile.in 279 ## UCM files
284 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)
286 CNV_FILES = $(ALL_UCM_SOURCE:%.ucm=$(BUILDDIR)/%.cnv)
287 CNV_FILES_SHORT = $(ALL_UCM_SOURCE:%.ucm=%.cnv)
290 CNV_FILES_SPECIAL=$(UCM_SOURCE_SPECIAL:%.ucm=$(BUILDDIR)/%.cnv)
291 CNV_FILES_SHORT_SPECIAL=$(UCM_SOURCE_SPECIAL:%.ucm=%.cnv)
589 $(INVOKE) $(TOOLBINDIR)/makeconv --ignore-siso-check -c -d $(BUILDDIR) $(UCMSRCDIR)/$(@F:%.cnv=%.ucm)
591 $(BUILDDIR)/%.cnv: $(UCMSRCDIR)/%.ucm $(TOOLBINDIR)/makeconv$(TOOLEXEEXT)
    [all...]
makedata.mak 37 .SUFFIXES : .nrm .icu .ucm .cnv .dll .dat .res .txt .c
68 # The directory that contains ucmcore.mk files along with *.ucm files
206 # We're including a list of .ucm files.
213 UCM_SOURCE=ibm-37_P100-1995.ucm ibm-1047_P100-1995.ucm
255 CNV_FILES=$(UCM_SOURCE:.ucm=.cnv)
257 CNV_FILES_SPECIAL=$(UCM_SOURCE_SPECIAL:.ucm=.cnv)
851 @"$(ICUTOOLS)\makeconv\$(CFGTOOLS)\makeconv" -c -d"$(ICUBLD_PKG)" $(ICUSRCDATA_RELATIVE_PATH)\$(ICUUCM)\$(@B).ucm
857 @"$(ICUTOOLS)\makeconv\$(CFGTOOLS)\makeconv" -c --ignore-siso-check -d"$(ICUBLD_PKG)" $(ICUSRCDATA_RELATIVE_PATH)\$(ICUUCM)\$(@B).ucm
    [all...]
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 62 .SUFFIXES : .ucm .cnv .dll .dat .res .txt .c

Completed in 397 milliseconds

1 2