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

/external/python/cpython3/Include/
H A Dunicodeobject.h219 * test: PyUnicode_IS_COMPACT(op) && !PyUnicode_IS_ASCII(op)
252 * test: !PyUnicode_IS_COMPACT(op) && kind != PyUnicode_WCHAR_KIND
427 #define PyUnicode_IS_COMPACT(op) \ macro
433 (((PyASCIIObject*)op)->state.ascii && PyUnicode_IS_COMPACT(op))
473 PyUnicode_IS_COMPACT(op) ? _PyUnicode_COMPACT_DATA(op) : \
541 PyUnicode_IS_COMPACT(op) || ((PyUnicodeObject*)(op))->data.any) */

Completed in 92 milliseconds