Searched refs:_Py_EncodeNonUnicodeWchar_InPlace (Results 1 – 3 of 3) sorted by relevance
63 extern int _Py_EncodeNonUnicodeWchar_InPlace(
1022 _Py_EncodeNonUnicodeWchar_InPlace(wchar_t *unicode, Py_ssize_t size) in _Py_EncodeNonUnicodeWchar_InPlace() function
3338 if (_Py_EncodeNonUnicodeWchar_InPlace(w, size) < 0) { in PyUnicode_AsWideChar()3375 if (_Py_EncodeNonUnicodeWchar_InPlace(buffer, (buflen + 1)) < 0) { in PyUnicode_AsWideCharString()