Home
last modified time | relevance | path

Searched refs:dbcs_map (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/cjkcodecs/
Dcjkcodecs.h52 struct dbcs_map { struct
64 static const struct dbcs_map *mapping_list; argument
205 #define BEGIN_MAPPINGS_LIST static const struct dbcs_map _mapping_list[] = {
211 static const struct dbcs_map *mapping_list = \
212 (const struct dbcs_map *)_mapping_list;
308 const struct dbcs_map *h; in register_maps()
380 struct dbcs_map *map; in importmap()
/external/python/cpython2/Modules/cjkcodecs/
Dcjkcodecs.h52 struct dbcs_map { struct
64 static const struct dbcs_map *mapping_list; argument
204 #define BEGIN_MAPPINGS_LIST static const struct dbcs_map _mapping_list[] = {
210 static const struct dbcs_map *mapping_list = \
211 (const struct dbcs_map *)_mapping_list;
303 const struct dbcs_map *h; in register_maps()
375 struct dbcs_map *map; in importmap()