Home
last modified time | relevance | path

Searched refs:_Py_DecodeUTF8_surrogateescape (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dfileutils.h39 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/external/python/cpython3/Python/
Dpathconfig.c418 wchar_t *tmpbuffer = _Py_DecodeUTF8_surrogateescape(buffer, n); in _Py_FindEnvConfigValue()
/external/python/cpython3/Modules/
Dgetpath.c487 rel_builddir_path = _Py_DecodeUTF8_surrogateescape(buf, n); in search_for_exec_prefix()
/external/python/cpython3/Objects/
Dunicodeobject.c5048 _Py_DecodeUTF8_surrogateescape(const char *arg, Py_ssize_t arglen) in _Py_DecodeUTF8_surrogateescape() function