Searched defs:PyUnicode_READY (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Include/
H A Dunicodeobject.h271 when PyUnicode_READY() is called.
545 /* PyUnicode_READY() does less work than _PyUnicode_Ready() in the best
549 #define PyUnicode_READY(op) \ macro
597 Don't call this function directly, use the public PyUnicode_READY() macro
/external/python/cpython3/Objects/
H A Dunicodeobject.c113 #undef PyUnicode_READY macro
114 #define PyUnicode_READY(op) \ macro
562 if (PyUnicode_READY(unicode) == -1)
770 return PyUnicode_READY(obj);
1032 if (PyUnicode_READY(unicode) == -1)
1547 if (PyUnicode_READY(from) == -1)
1549 if (PyUnicode_READY(to) == -1)
2346 if (PyUnicode_READY(unicode) == -1)
2372 if (PyUnicode_READY(s) == -1)
2427 if (PyUnicode_READY(strin
[all...]

Completed in 166 milliseconds