Searched refs:_PyUnicode_Ready (Results 1 – 3 of 3) sorted by relevance
552 0 : _PyUnicode_Ready((PyObject *)(op))))600 PyAPI_FUNC(int) _PyUnicode_Ready(
133 _PyUnicode_Ready(op)))544 if (_PyUnicode_Ready(unicode) < 0) { in unicode_result_wchar()1677 _PyUnicode_Ready(PyObject *unicode) in _PyUnicode_Ready() function
1799 if (_PyUnicode_Ready(wide) < 0) { in test_widechar()