Home
last modified time | relevance | path

Searched refs:ucm (Results 1 - 25 of 34) sorted by relevance

12

/third_party/icu/icu4c/source/data/mappings/
H A Ducmfiles.mk19 # | 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\
41 ibm-775_P100-1996.ucm\
[all...]
H A Ducmebcdic.mk8 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...]
H A Ducmcore.mk20 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\
24 ibm-5346_P100-1998.ucm ib
[all...]
/third_party/skia/third_party/externals/icu/source/data/mappings/
H A Ducmfiles.mk19 # | 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\
41 ibm-775_P100-1996.ucm\
[all...]
H A Ducmebcdic.mk8 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...]
H A Ducmcore.mk20 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\
24 ibm-5346_P100-1998.ucm ib
[all...]
/third_party/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp36 #include "ucm.h"
43 UCMFile *ucm; member
68 ucm_close(data->ucm); in cleanupConvData()
69 data->ucm=NULL; in cleanupConvData()
217 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n", in main()
235 "\tread .ucm codepage mapping files and write .cnv files\n" in main()
455 if(ucm_parseHeaderLine(data->ucm, line, &key, &value)) { in readHeader()
499 staticData->maxBytesPerChar=(int8_t)data->ucm->states.maxCharLength; in readHeader()
500 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength; in readHeader()
501 staticData->conversionType=data->ucm in readHeader()
[all...]
H A Dgenmbcs.cpp26 #include "ucm.h"
39 UCMFile *ucm; member
41 /* toUnicode (state table in ucm->states) */
156 MBCSInit(MBCSData *mbcsData, UCMFile *ucm) { in MBCSInit() argument
159 mbcsData->ucm=ucm; /* aliased, not owned */ in MBCSInit()
168 MBCSOpen(UCMFile *ucm) { in MBCSOpen() argument
175 MBCSInit(mbcsData, ucm); in MBCSOpen()
205 sum=mbcsData->ucm->states.countToUCodeUnits; in MBCSStartMappings()
223 maxCharLength=mbcsData->ucm in MBCSStartMappings()
[all...]
H A Dgenmbcs.h104 MBCSOpen(UCMFile *ucm);
124 CnvExtOpen(UCMFile *ucm);
H A Dgencnvex.c29 #include "ucm.h"
50 UCMFile *ucm; member
52 /* toUnicode (state table in ucm->states) */
75 CnvExtOpen(UCMFile *ucm) { in CnvExtOpen() argument
85 extData->ucm=ucm; /* aliased, not owned */ in CnvExtOpen()
133 length=(int32_t)uprv_strlen(extData->ucm->baseName)+1; in CnvExtWrite()
136 extData->ucm->baseName[length++]=0; in CnvExtWrite()
148 udata_writeBlock(pData, extData->ucm->baseName, length); in CnvExtWrite()
226 indexes[UCNV_EXT_FLAGS]=extData->ucm in CnvExtWrite()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.cpp36 #include "ucm.h"
43 UCMFile *ucm; member
68 ucm_close(data->ucm); in cleanupConvData()
69 data->ucm=NULL; in cleanupConvData()
228 "\tread .ucm codepage mapping files and write .cnv files\n" in main()
248 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n", in main()
455 if(ucm_parseHeaderLine(data->ucm, line, &key, &value)) { in readHeader()
499 staticData->maxBytesPerChar=(int8_t)data->ucm->states.maxCharLength; in readHeader()
500 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength; in readHeader()
501 staticData->conversionType=data->ucm in readHeader()
[all...]
H A Dgenmbcs.cpp26 #include "ucm.h"
39 UCMFile *ucm; member
41 /* toUnicode (state table in ucm->states) */
156 MBCSInit(MBCSData *mbcsData, UCMFile *ucm) { in MBCSInit() argument
159 mbcsData->ucm=ucm; /* aliased, not owned */ in MBCSInit()
168 MBCSOpen(UCMFile *ucm) { in MBCSOpen() argument
175 MBCSInit(mbcsData, ucm); in MBCSOpen()
205 sum=mbcsData->ucm->states.countToUCodeUnits; in MBCSStartMappings()
223 maxCharLength=mbcsData->ucm in MBCSStartMappings()
[all...]
H A Dgenmbcs.h104 MBCSOpen(UCMFile *ucm);
124 CnvExtOpen(UCMFile *ucm);
H A Dgencnvex.c28 #include "ucm.h"
49 UCMFile *ucm; member
51 /* toUnicode (state table in ucm->states) */
74 CnvExtOpen(UCMFile *ucm) { in CnvExtOpen() argument
84 extData->ucm=ucm; /* aliased, not owned */ in CnvExtOpen()
132 length=(int32_t)uprv_strlen(extData->ucm->baseName)+1; in CnvExtWrite()
135 extData->ucm->baseName[length++]=0; in CnvExtWrite()
147 udata_writeBlock(pData, extData->ucm->baseName, length); in CnvExtWrite()
225 indexes[UCNV_EXT_FLAGS]=extData->ucm in CnvExtWrite()
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.c53 #include "alsa-ucm.h"
84 static pa_alsa_jack* ucm_get_jack(pa_alsa_ucm_config *ucm, pa_alsa_ucm_device *device);
91 static void ucm_port_data_init(pa_alsa_ucm_port_data *port, pa_alsa_ucm_config *ucm, pa_device_port *core_port,
155 /* UCM device info - should be overwritten by ucm property */
358 /* Create a property list for this ucm device */
456 /* get priority from ucm config */ in ucm_get_device_property()
485 /* get priority from ucm config */ in ucm_get_device_property()
549 /* Create a property list for this ucm modifier */
758 int pa_alsa_ucm_query_profiles(pa_alsa_ucm_config *ucm, int card_index) { in pa_alsa_ucm_query_profiles() argument
765 err = snd_use_case_mgr_open(&ucm in pa_alsa_ucm_query_profiles()
1377 pa_alsa_ucm_set_profile(pa_alsa_ucm_config *ucm, pa_card *card, const char *new_profile, const char *old_profile) pa_alsa_ucm_set_profile() argument
1416 pa_alsa_ucm_config *ucm; pa_alsa_ucm_set_port() local
1561 ucm_alsa_mapping_get(pa_alsa_ucm_config *ucm, pa_alsa_profile_set *ps, const char *verb_name, const char *device_str, bool is_sink) ucm_alsa_mapping_get() argument
1583 ucm_create_mapping_direction( pa_alsa_ucm_config *ucm, pa_alsa_profile_set *ps, pa_alsa_profile *p, pa_alsa_ucm_device *device, const char *verb_name, const char *device_name, const char *device_str, bool is_sink) ucm_create_mapping_direction() argument
1635 ucm_create_mapping_for_modifier( pa_alsa_ucm_config *ucm, pa_alsa_profile_set *ps, pa_alsa_profile *p, pa_alsa_ucm_modifier *modifier, const char *verb_name, const char *mod_name, const char *device_str, bool is_sink) ucm_create_mapping_for_modifier() argument
1675 ucm_create_mapping( pa_alsa_ucm_config *ucm, pa_alsa_profile_set *ps, pa_alsa_profile *p, pa_alsa_ucm_device *device, const char *verb_name, const char *device_name, const char *sink, const char *source) ucm_create_mapping() argument
1700 ucm_get_jack(pa_alsa_ucm_config *ucm, pa_alsa_ucm_device *device) ucm_get_jack() argument
1763 ucm_create_profile( pa_alsa_ucm_config *ucm, pa_alsa_profile_set *ps, pa_alsa_ucm_verb *verb, const char *verb_name, const char *verb_desc) ucm_create_profile() argument
1915 mapping_open_pcm(pa_alsa_ucm_config *ucm, pa_alsa_mapping *m, int mode) mapping_open_pcm() argument
1996 ucm_probe_profile_set(pa_alsa_ucm_config *ucm, pa_alsa_profile_set *ps) ucm_probe_profile_set() argument
2066 pa_alsa_ucm_add_profile_set(pa_alsa_ucm_config *ucm, pa_channel_map *default_channel_map) pa_alsa_ucm_add_profile_set() argument
2157 pa_alsa_ucm_free(pa_alsa_ucm_config *ucm) pa_alsa_ucm_free() argument
2207 pa_alsa_ucm_roled_stream_begin(pa_alsa_ucm_config *ucm, const char *role, pa_direction_t dir) pa_alsa_ucm_roled_stream_begin() argument
2231 pa_alsa_ucm_roled_stream_end(pa_alsa_ucm_config *ucm, const char *role, pa_direction_t dir) pa_alsa_ucm_roled_stream_end() argument
2317 ucm_port_data_init(pa_alsa_ucm_port_data *port, pa_alsa_ucm_config *ucm, pa_device_port *core_port, pa_alsa_ucm_device **devices, unsigned n_devices) ucm_port_data_init() argument
2380 pa_alsa_ucm_query_profiles(pa_alsa_ucm_config *ucm, int card_index) pa_alsa_ucm_query_profiles() argument
2385 pa_alsa_ucm_add_profile_set(pa_alsa_ucm_config *ucm, pa_channel_map *default_channel_map) pa_alsa_ucm_add_profile_set() argument
2389 pa_alsa_ucm_set_profile(pa_alsa_ucm_config *ucm, pa_card *card, const char *new_profile, const char *old_profile) pa_alsa_ucm_set_profile() argument
2420 pa_alsa_ucm_free(pa_alsa_ucm_config *ucm) pa_alsa_ucm_free() argument
2426 pa_alsa_ucm_roled_stream_begin(pa_alsa_ucm_config *ucm, const char *role, pa_direction_t dir) pa_alsa_ucm_roled_stream_begin() argument
2429 pa_alsa_ucm_roled_stream_end(pa_alsa_ucm_config *ucm, const char *role, pa_direction_t dir) pa_alsa_ucm_roled_stream_end() argument
[all...]
H A Dalsa-ucm.h34 #define PA_ALSA_PROP_UCM_NAME "alsa.ucm.name"
37 #define PA_ALSA_PROP_UCM_DESCRIPTION "alsa.ucm.description"
40 #define PA_ALSA_PROP_UCM_SINK "alsa.ucm.sink"
43 #define PA_ALSA_PROP_UCM_SOURCE "alsa.ucm.source"
46 #define PA_ALSA_PROP_UCM_PLAYBACK_ROLES "alsa.ucm.playback.roles"
49 #define PA_ALSA_PROP_UCM_PLAYBACK_CTL_DEVICE "alsa.ucm.playback.ctldev"
52 #define PA_ALSA_PROP_UCM_PLAYBACK_VOLUME "alsa.ucm.playback.volume"
55 #define PA_ALSA_PROP_UCM_PLAYBACK_SWITCH "alsa.ucm.playback.switch"
58 #define PA_ALSA_PROP_UCM_PLAYBACK_MIXER_DEVICE "alsa.ucm.playback.mixer.device"
61 #define PA_ALSA_PROP_UCM_PLAYBACK_MIXER_ELEM "alsa.ucm
264 pa_alsa_ucm_config *ucm; global() member
272 pa_alsa_ucm_config *ucm; global() member
[all...]
H A Dmodule-alsa-card.c38 #include "alsa-ucm.h"
111 bonus. So far there are 2 kinds of alsa profiles, one is from alsa ucm, the
132 /* ucm stuffs */
134 pa_alsa_ucm_config ucm; member
252 if (pa_alsa_ucm_set_profile(&u->ucm, c, nd->profile ? nd->profile->name : NULL, in card_set_profile()
297 pa_alsa_ucm_config *ucm = &u->ucm; in init_profile() local
305 if (pa_alsa_ucm_set_profile(ucm, u->card, d->profile->name, NULL) < 0) { in init_profile()
306 pa_log("Failed to set ucm profile %s", d->profile->name); in init_profile()
656 PA_LLIST_FOREACH(jack, u->ucm in init_jacks()
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducm.cpp10 * 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 in compareBytes()
248 fprintf(stderr, "ucm error: unable to allocate reverseMap\n"); in ucm_sortTable()
262 fprintf(stderr, "ucm error: sortTable()/uprv_sortArray() fails - %s\n", in ucm_sortTable()
377 "ucm error: the base table contains a mapping whose input sequence\n" in checkBaseExtUnicode()
402 "ucm error: the base table contains a mapping whose input sequence\n" in checkBaseExtUnicode()
494 "ucm erro in checkBaseExtBytes()
698 ucm_separateMappings(UCMFile *ucm, UBool isSISO) ucm_separateMappings() argument
1016 UCMFile *ucm=(UCMFile *)uprv_malloc(sizeof(UCMFile)); ucm_open() local
1036 ucm_close(UCMFile *ucm) ucm_close() argument
1093 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMappingAuto() argument
1132 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates) ucm_addMappingFromLine() argument
1150 ucm_readTable(UCMFile *ucm, FileStream* convFile, UBool forBase, UCMStates *baseStates, UErrorCode *pErrorCode) ucm_readTable() argument
[all...]
H A Ducm.h8 * 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 fil
[all...]
H A Ducmstate.cpp18 * 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); in ucm_addState()
199 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error); in ucm_addState()
207 ucm_parseHeaderLine(UCMFile *ucm, in ucm_parseHeaderLine() argument
213 states=&ucm->states; in ucm_parseHeaderLine()
239 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line); in ucm_parseHeaderLine()
245 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line); in ucm_parseHeaderLine()
275 fprintf(stderr, "ucm erro in ucm_parseHeaderLine()
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducm.cpp10 * 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 in compareBytes()
248 fprintf(stderr, "ucm error: unable to allocate reverseMap\n"); in ucm_sortTable()
262 fprintf(stderr, "ucm error: sortTable()/uprv_sortArray() fails - %s\n", in ucm_sortTable()
377 "ucm error: the base table contains a mapping whose input sequence\n" in checkBaseExtUnicode()
402 "ucm error: the base table contains a mapping whose input sequence\n" in checkBaseExtUnicode()
494 "ucm erro in checkBaseExtBytes()
698 ucm_separateMappings(UCMFile *ucm, UBool isSISO) ucm_separateMappings() argument
1016 UCMFile *ucm=(UCMFile *)uprv_malloc(sizeof(UCMFile)); ucm_open() local
1036 ucm_close(UCMFile *ucm) ucm_close() argument
1093 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMappingAuto() argument
1132 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates) ucm_addMappingFromLine() argument
1150 ucm_readTable(UCMFile *ucm, FileStream* convFile, UBool forBase, UCMStates *baseStates, UErrorCode *pErrorCode) ucm_readTable() argument
[all...]
H A Ducm.h8 * 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 fil
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducm.cpp10 * 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 in compareBytes()
248 fprintf(stderr, "ucm error: unable to allocate reverseMap\n"); in ucm_sortTable()
262 fprintf(stderr, "ucm error: sortTable()/uprv_sortArray() fails - %s\n", in ucm_sortTable()
377 "ucm error: the base table contains a mapping whose input sequence\n" in checkBaseExtUnicode()
402 "ucm error: the base table contains a mapping whose input sequence\n" in checkBaseExtUnicode()
494 "ucm erro in checkBaseExtBytes()
698 ucm_separateMappings(UCMFile *ucm, UBool isSISO) ucm_separateMappings() argument
1016 UCMFile *ucm=(UCMFile *)uprv_malloc(sizeof(UCMFile)); ucm_open() local
1036 ucm_close(UCMFile *ucm) ucm_close() argument
1093 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMappingAuto() argument
1132 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates) ucm_addMappingFromLine() argument
1150 ucm_readTable(UCMFile *ucm, FileStream* convFile, UBool forBase, UCMStates *baseStates, UErrorCode *pErrorCode) ucm_readTable() argument
[all...]
H A Ducm.h8 * 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 fil
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.h259 uc_map ucm; member in r600_sb::post_scheduler
272 live(), ucm(), alu(sh), regmap(), cleared_interf() {} in post_scheduler()

Completed in 19 milliseconds

12