Searched refs:_Py_EncodeUTF8Ex (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Include/ |
D | fileutils.h | 31 PyAPI_FUNC(int) _Py_EncodeUTF8Ex(
|
/external/python/cpython3/Python/ |
D | fileutils.c | 644 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex() 653 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex() 657 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 5070 _Py_EncodeUTF8Ex(const wchar_t *text, char **str, size_t *error_pos, in _Py_EncodeUTF8Ex() function
|