Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h552 0 : _PyUnicode_Ready((PyObject *)(op))))
600 PyAPI_FUNC(int) _PyUnicode_Ready(
/external/python/cpython3/Objects/
Dunicodeobject.c133 _PyUnicode_Ready(op)))
544 if (_PyUnicode_Ready(unicode) < 0) { in unicode_result_wchar()
1677 _PyUnicode_Ready(PyObject *unicode) in _PyUnicode_Ready() function
/external/python/cpython3/Modules/
D_testcapimodule.c1799 if (_PyUnicode_Ready(wide) < 0) { in test_widechar()