Searched defs:PyUnicode_IS_COMPACT_ASCII (Results 1 – 5 of 5) sorted by relevance
297 static inline int PyUnicode_IS_COMPACT_ASCII(PyObject *op) { in PyUnicode_IS_COMPACT_ASCII() function301 # define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op)) macro