Searched refs:PyUnicode_IS_COMPACT_ASCII (Results 1 – 3 of 3) sorted by relevance
255 (PyUnicode_IS_COMPACT_ASCII(op) ? \317 #define PyUnicode_IS_COMPACT_ASCII(op) \ macro
107 PyUnicode_IS_COMPACT_ASCII(op) ? \115 PyUnicode_IS_COMPACT_ASCII(op) ? \146 assert(!PyUnicode_IS_COMPACT_ASCII(op)), \155 ((!PyUnicode_IS_COMPACT_ASCII(op) \1262 printf("compact ascii %d\n", PyUnicode_IS_COMPACT_ASCII(unicode)); in _PyUnicode_data()3947 assert(!PyUnicode_IS_COMPACT_ASCII(unicode)); in PyUnicode_AsUTF8AndSize()4000 if (!PyUnicode_IS_COMPACT_ASCII(unicode)) { in PyUnicode_AsUnicodeAndSize()13873 if (PyUnicode_IS_COMPACT_ASCII(self)) in unicode_sizeof_impl()
1616 if (PyUnicode_IS_COMPACT_ASCII(obj)) { in idna_converter()