Searched defs:PyUnicode_IS_ASCII (Results 1 – 5 of 5) sorted by relevance
278 static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) { in PyUnicode_IS_ASCII() function283 # define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op)) macro