Searched refs:encmap (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/cjkcodecs/ |
D | cjkcodecs.h | 54 const struct unim_index *encmap; member 355 #define IMPORT_MAP(locale, charset, encmap, decmap) \ argument 357 (const void**)encmap, (const void**)decmap) 361 const void **encmap, const void **decmap) in importmap() argument 380 if (encmap != NULL) in importmap() 381 *encmap = map->encmap; in importmap()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 54 const struct unim_index *encmap; member 352 #define IMPORT_MAP(locale, charset, encmap, decmap) \ argument 354 (const void**)encmap, (const void**)decmap) 358 const void **encmap, const void **decmap) in importmap() argument 377 if (encmap != NULL) in importmap() 378 *encmap = map->encmap; in importmap()
|