Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/cjkcodecs/
Dcjkcodecs.h311 char mhname[256] = "__map_"; in register_maps() local
313 strcpy(mhname + sizeof("__map_") - 1, h->charset); in register_maps()
314 r = PyModule_AddObject(module, mhname, in register_maps()
/external/python/cpython2/Modules/cjkcodecs/
Dcjkcodecs.h306 char mhname[256] = "__map_"; in register_maps() local
308 strcpy(mhname + sizeof("__map_") - 1, h->charset); in register_maps()
309 r = PyModule_AddObject(module, mhname, in register_maps()