Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h430 0 : _PyUnicode_Ready(_PyObject_CAST(op))))
472 PyAPI_FUNC(int) _PyUnicode_Ready(
/third_party/python/Objects/
Dunicodeobject.c158 _PyUnicode_Ready(op)))
645 if (_PyUnicode_Ready(unicode) < 0) { in unicode_result_wchar()
1818 _PyUnicode_Ready(PyObject *unicode) in _PyUnicode_Ready() function
/third_party/python/Modules/
D_testcapimodule.c1975 if (_PyUnicode_Ready(wide) < 0) { in test_widechar()