Home
last modified time | relevance | path

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

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