Home
last modified time | relevance | path

Searched refs:PyUnicode_IS_COMPACT_ASCII (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/cpython/
Dunicodeobject.h255 (PyUnicode_IS_COMPACT_ASCII(op) ? \
317 #define PyUnicode_IS_COMPACT_ASCII(op) \ macro
/external/python/cpython3/Objects/
Dunicodeobject.c107 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()
/external/python/cpython3/Modules/
Dsocketmodule.c1616 if (PyUnicode_IS_COMPACT_ASCII(obj)) { in idna_converter()