Home
last modified time | relevance | path

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

/third_party/python/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;
303 const struct dbcs_map *h; in register_maps()
380 struct dbcs_map *map; in importmap()