Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h179 # define PyUnicode_EncodeCharmap PyUnicodeUCS2_EncodeCharmap macro
266 # define PyUnicode_EncodeCharmap PyUnicodeUCS4_EncodeCharmap macro
/external/python/cpython2/Objects/
Dunicodeobject.c4770 PyObject *PyUnicode_EncodeCharmap(const Py_UNICODE *p, in PyUnicode_EncodeCharmap() function
/external/python/cpython3/Objects/
Dunicodeobject.c9079 PyUnicode_EncodeCharmap(const Py_UNICODE *p, in PyUnicode_EncodeCharmap() function