Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileutils.h23 PyAPI_FUNC(int) _Py_DecodeUTF8Ex(
/external/python/cpython3/Python/
Dfileutils.c483 return _Py_DecodeUTF8Ex(arg, strlen(arg), wstr, wlen, reason, in _Py_DecodeLocaleEx()
491 return _Py_DecodeUTF8Ex(arg, strlen(arg), wstr, wlen, reason, in _Py_DecodeLocaleEx()
495 return _Py_DecodeUTF8Ex(arg, strlen(arg), wstr, wlen, reason, in _Py_DecodeLocaleEx()
/external/python/cpython3/Objects/
Dunicodeobject.c4972 _Py_DecodeUTF8Ex(const char *s, Py_ssize_t size, wchar_t **wstr, size_t *wlen, in _Py_DecodeUTF8Ex() function
5051 int res = _Py_DecodeUTF8Ex(arg, arglen, &wstr, NULL, NULL, 1); in _Py_DecodeUTF8_surrogateescape()