Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_fileutils.h59 extern wchar_t* _Py_DecodeNonUnicodeWchar(
/third_party/python/Python/
Dfileutils.c1004 _Py_DecodeNonUnicodeWchar(const wchar_t *native, Py_ssize_t size) in _Py_DecodeNonUnicodeWchar() function
/third_party/python/Objects/
Dunicodeobject.c2245 wchar_t* converted = _Py_DecodeNonUnicodeWchar(u, size); in PyUnicode_FromWideChar()