Searched refs:PyUnicode_IS_COMPACT_ASCII (Results 1 – 3 of 3) sorted by relevance
374 (PyUnicode_IS_COMPACT_ASCII(op) ? \432 #define PyUnicode_IS_COMPACT_ASCII(op) \ macro
83 PyUnicode_IS_COMPACT_ASCII(op) ? \91 PyUnicode_IS_COMPACT_ASCII(op) ? \122 assert(!PyUnicode_IS_COMPACT_ASCII(op)), \131 ((!PyUnicode_IS_COMPACT_ASCII(op) \1178 printf("compact ascii %d\n", PyUnicode_IS_COMPACT_ASCII(unicode)); in _PyUnicode_data()3984 assert(!PyUnicode_IS_COMPACT_ASCII(unicode)); in PyUnicode_AsUTF8AndSize()4091 if (!PyUnicode_IS_COMPACT_ASCII(unicode)) in PyUnicode_AsUnicodeAndSize()13779 if (PyUnicode_IS_COMPACT_ASCII(v)) in unicode__sizeof__()
1497 if (PyUnicode_READY(obj) == 0 && PyUnicode_IS_COMPACT_ASCII(obj)) { in idna_converter()