Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h185 # define PyUnicode_EncodeUTF8 PyUnicodeUCS2_EncodeUTF8 macro
272 # define PyUnicode_EncodeUTF8 PyUnicodeUCS4_EncodeUTF8 macro
/external/python/cpython2/Objects/
Dunicodeobject.c2151 PyUnicode_EncodeUTF8(const Py_UNICODE *s, in PyUnicode_EncodeUTF8() function
/external/python/cpython3/Objects/
Dunicodeobject.c5528 PyUnicode_EncodeUTF8(const Py_UNICODE *s, in PyUnicode_EncodeUTF8() function