Searched defs:PyUnicode_IS_ASCII (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)
420 #define PyUnicode_IS_ASCII(op) \ macro
463 (PyUnicode_IS_ASCII(op) ? \
559 (PyUnicode_IS_ASCII(op) ? \

Completed in 93 milliseconds