Searched refs:_Py_DecodeUTF8_surrogateescape (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Python/
H A Dfileutils.c24 extern wchar_t* _Py_DecodeUTF8_surrogateescape(const char *s, Py_ssize_t size);
278 wstr = _Py_DecodeUTF8_surrogateescape(arg, strlen(arg));
/external/python/cpython3/Objects/
H A Dunicodeobject.c5095 _Py_DecodeUTF8_surrogateescape(const char *s, Py_ssize_t size) function

Completed in 214 milliseconds