Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h183 # define PyUnicode_EncodeUTF32 PyUnicodeUCS2_EncodeUTF32 macro
270 # define PyUnicode_EncodeUTF32 PyUnicodeUCS4_EncodeUTF32 macro
/external/python/cpython2/Objects/
Dunicodeobject.c2434 PyUnicode_EncodeUTF32(const Py_UNICODE *s, in PyUnicode_EncodeUTF32() function
/external/python/cpython3/Objects/
Dunicodeobject.c5684 PyUnicode_EncodeUTF32(const Py_UNICODE *s, in PyUnicode_EncodeUTF32() function