Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_fileutils.h63 extern int _Py_EncodeNonUnicodeWchar_InPlace(
/third_party/python/Python/
Dfileutils.c1022 _Py_EncodeNonUnicodeWchar_InPlace(wchar_t *unicode, Py_ssize_t size) in _Py_EncodeNonUnicodeWchar_InPlace() function
/third_party/python/Objects/
Dunicodeobject.c3338 if (_Py_EncodeNonUnicodeWchar_InPlace(w, size) < 0) { in PyUnicode_AsWideChar()
3375 if (_Py_EncodeNonUnicodeWchar_InPlace(buffer, (buflen + 1)) < 0) { in PyUnicode_AsWideCharString()