Searched refs:_Py_EncodeUTF8Ex (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython3/Include/internal/ |
| D | pycore_fileutils.h | 23 PyAPI_FUNC(int) _Py_EncodeUTF8Ex(
|
| /external/python/cpython3/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()
|
| /external/python/cpython3/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()
|
| /external/python/cpython3/Doc/data/ |
| D | python3.10.abi | 19180 …<function-decl name='_Py_EncodeUTF8Ex' mangled-name='_Py_EncodeUTF8Ex' filepath='./Include/interna…
|