Searched refs:_Py_EncodeUTF8Ex (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_fileutils.h | 23 PyAPI_FUNC(int) _Py_EncodeUTF8Ex(
|
/third_party/python/Python/ |
D | fileutils.c | 780 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex() 789 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex() 797 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 5489 _Py_EncodeUTF8Ex(const wchar_t *text, char **str, size_t *error_pos, in _Py_EncodeUTF8Ex() function 16147 res = _Py_EncodeUTF8Ex(wstr, str, NULL, NULL, 1, _Py_ERROR_STRICT); in encode_wstr_utf8()
|