Searched refs:_Py_EncodeNonUnicodeWchar_InPlace (Results 1 – 7 of 7) sorted by relevance
231 extern int _Py_EncodeNonUnicodeWchar_InPlace(
1024 _Py_EncodeNonUnicodeWchar_InPlace(wchar_t *unicode, Py_ssize_t size) in _Py_EncodeNonUnicodeWchar_InPlace() function
3284 if (_Py_EncodeNonUnicodeWchar_InPlace(w, size) < 0) { in PyUnicode_AsWideChar()3321 if (_Py_EncodeNonUnicodeWchar_InPlace(buffer, (buflen + 1)) < 0) { in PyUnicode_AsWideCharString()