Home
last modified time | relevance | path

Searched refs:_Py_EncodeUTF8Ex (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dfileutils.h31 PyAPI_FUNC(int) _Py_EncodeUTF8Ex(
/external/python/cpython3/Python/
Dfileutils.c644 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/
Dunicodeobject.c5070 _Py_EncodeUTF8Ex(const wchar_t *text, char **str, size_t *error_pos, in _Py_EncodeUTF8Ex() function