Home
last modified time | relevance | path

Searched refs:decmap (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/cjkcodecs/
H A Dcjkcodecs.h55 const struct dbcs_index *decmap; member
357 #define IMPORT_MAP(locale, charset, encmap, decmap) \
359 (const void**)encmap, (const void**)decmap)
363 const void **encmap, const void **decmap) in importmap()
384 if (decmap != NULL) in importmap()
385 *decmap = map->decmap; in importmap()
362 importmap(const char *modname, const char *symbol, const void **encmap, const void **decmap) importmap() argument
/third_party/python/Tools/unicode/
H A Dgenmap_support.py186 decmap = {}
195 decmap.setdefault((loc >> 8), {})
196 decmap[(loc >> 8)][(loc & 0xff)] = uni
198 return decmap
H A Dgenmap_korean.py24 decmap = loadmap(mapfile)
26 for c1, c2map in decmap.items():

Completed in 2 milliseconds