Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_fileutils.h15 PyAPI_FUNC(int) _Py_DecodeUTF8Ex(
/third_party/python/Python/
Dfileutils.c589 return _Py_DecodeUTF8Ex(arg, strlen(arg), wstr, wlen, reason, in _Py_DecodeLocaleEx()
597 return _Py_DecodeUTF8Ex(arg, strlen(arg), wstr, wlen, reason, in _Py_DecodeLocaleEx()
605 return _Py_DecodeUTF8Ex(arg, strlen(arg), wstr, wlen, reason, in _Py_DecodeLocaleEx()
/third_party/python/Objects/
Dunicodeobject.c5350 _Py_DecodeUTF8Ex(const char *s, Py_ssize_t size, wchar_t **wstr, size_t *wlen, in _Py_DecodeUTF8Ex() function
5463 int res = _Py_DecodeUTF8Ex(arg, arglen, in _Py_DecodeUTF8_surrogateescape()