Searched refs:decmap (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Modules/cjkcodecs/ |
H A D | cjkcodecs.h | 55 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 D | genmap_support.py | 186 decmap = {} 195 decmap.setdefault((loc >> 8), {}) 196 decmap[(loc >> 8)][(loc & 0xff)] = uni 198 return decmap
|
H A D | genmap_korean.py | 24 decmap = loadmap(mapfile) 26 for c1, c2map in decmap.items():
|
Completed in 2 milliseconds