Searched refs:_Py_DecodeUTF8Ex (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_fileutils.h | 15 PyAPI_FUNC(int) _Py_DecodeUTF8Ex(
|
| /third_party/python/Python/ |
| D | fileutils.c | 589 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/ |
| D | unicodeobject.c | 5350 _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()
|