Home
last modified time | relevance | path

Searched defs:PyUnicode_TranslateCharmap (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h213 # define PyUnicode_TranslateCharmap PyUnicodeUCS2_TranslateCharmap macro
300 # define PyUnicode_TranslateCharmap PyUnicodeUCS4_TranslateCharmap macro
/external/python/cpython2/Objects/
Dunicodeobject.c5053 PyObject *PyUnicode_TranslateCharmap(const Py_UNICODE *p, in PyUnicode_TranslateCharmap() function
/external/python/cpython3/Objects/
Dunicodeobject.c9051 PyUnicode_TranslateCharmap(const Py_UNICODE *p, in PyUnicode_TranslateCharmap() function