Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h430 0 : _PyUnicode_Ready(_PyObject_CAST(op))))
472 PyAPI_FUNC(int) _PyUnicode_Ready(
/external/python/cpython3/Objects/
Dunicodeobject.c152 _PyUnicode_Ready(op)))
652 if (_PyUnicode_Ready(unicode) < 0) { in unicode_result_wchar()
1802 _PyUnicode_Ready(PyObject *unicode) in _PyUnicode_Ready() function
/external/python/cpython3/Modules/
D_testcapimodule.c1838 if (_PyUnicode_Ready(wide) < 0) { in test_widechar()