/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 278 static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) { in PyUnicode_IS_ASCII() function 283 # define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op)) macro 322 if (PyUnicode_IS_ASCII(op)) { in _PyUnicode_COMPACT_DATA() 446 if (PyUnicode_IS_ASCII(op)) { in PyUnicode_MAX_CHAR_VALUE()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 278 static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) { in PyUnicode_IS_ASCII() function 283 # define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op)) macro 322 if (PyUnicode_IS_ASCII(op)) { in _PyUnicode_COMPACT_DATA() 446 if (PyUnicode_IS_ASCII(op)) { in PyUnicode_MAX_CHAR_VALUE()
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 278 static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) { in PyUnicode_IS_ASCII() function 283 # define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op)) macro 322 if (PyUnicode_IS_ASCII(op)) { in _PyUnicode_COMPACT_DATA() 446 if (PyUnicode_IS_ASCII(op)) { in PyUnicode_MAX_CHAR_VALUE()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 278 static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) { in PyUnicode_IS_ASCII() function 283 # define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op)) macro 322 if (PyUnicode_IS_ASCII(op)) { in _PyUnicode_COMPACT_DATA() 446 if (PyUnicode_IS_ASCII(op)) { in PyUnicode_MAX_CHAR_VALUE()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 278 static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) { in PyUnicode_IS_ASCII() function 283 # define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op)) macro 322 if (PyUnicode_IS_ASCII(op)) { in _PyUnicode_COMPACT_DATA() 446 if (PyUnicode_IS_ASCII(op)) { in PyUnicode_MAX_CHAR_VALUE()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 1036 if (PyUnicode_IS_ASCII(unicode)) in resize_compact() 1072 if (!PyUnicode_IS_ASCII(unicode)) in resize_compact() 1078 if (!PyUnicode_IS_ASCII(unicode)) in resize_compact() 1280 if (PyUnicode_IS_ASCII(unicode)) in unicode_kind_name() 1295 if (PyUnicode_IS_ASCII(unicode)) in unicode_kind_name() 1572 && !PyUnicode_IS_ASCII(from) && PyUnicode_IS_ASCII(to)) in _copy_characters() 2075 if (PyUnicode_IS_ASCII(unicode)) { in unicode_write_cstr() 2508 if (PyUnicode_IS_ASCII(unicode)) in _PyUnicode_FindMaxChar() 2541 if (PyUnicode_IS_ASCII(unicode)) in unicode_adjust_maxchar() 5141 if (PyUnicode_IS_ASCII(writer.buffer)) in unicode_decode_utf8() [all …]
|
D | bytesobject.c | 822 assert(PyUnicode_IS_ASCII(temp)); in _PyBytes_FormatEx() 884 assert(PyUnicode_IS_ASCII(temp)); in _PyBytes_FormatEx() 2395 if (!PyUnicode_IS_ASCII(string)) { in _PyBytes_FromHex()
|
D | complexobject.c | 868 assert(PyUnicode_IS_ASCII(s_buffer)); in complex_subtype_from_string()
|
D | floatobject.c | 212 assert(PyUnicode_IS_ASCII(s_buffer)); in PyFloat_FromString()
|
D | object.c | 523 if (PyUnicode_IS_ASCII(repr)) in PyObject_ASCII()
|
D | codeobject.c | 24 if (!PyUnicode_IS_ASCII(o)) in all_name_chars()
|
D | longobject.c | 2673 assert(PyUnicode_IS_ASCII(asciidig)); in PyLong_FromUnicodeObject()
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/ |
D | row.c | 109 if (!PyUnicode_IS_ASCII(left) || !PyUnicode_IS_ASCII(right)) { in equal_ignore_case()
|
/aosp_15_r20/external/python/markupsafe/src/markupsafe/ |
D | _speedups.c | 107 PyUnicode_IS_ASCII(in) ? 127 : 255); in escape_unicode_kind1()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _operator.c | 830 if (!PyUnicode_IS_ASCII(a) || !PyUnicode_IS_ASCII(b)) { in _operator__compare_digest_impl()
|
D | _hashopenssl.c | 1993 if (!PyUnicode_IS_ASCII(a) || !PyUnicode_IS_ASCII(b)) { in _hashlib_compare_digest_impl()
|
D | binascii.c | 175 if (!PyUnicode_IS_ASCII(arg)) { in ascii_buffer_converter()
|
D | unicodedata.c | 809 if (PyUnicode_IS_ASCII(input)) { in is_normalized_quickcheck()
|
D | _tkinter.c | 1013 if (PyUnicode_IS_ASCII(value)) { in AsObj()
|
D | _pickle.c | 3912 if (!PyUnicode_IS_ASCII(pid_str)) { in save_pers()
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | textio.c | 1519 assert(PyUnicode_IS_ASCII(pending)); in _textiowrapper_writeflush() 1542 assert(PyUnicode_IS_ASCII(obj)); in _textiowrapper_writeflush() 1627 if (PyUnicode_IS_ASCII(text) && in _io_TextIOWrapper_write_impl()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | bytesobject.c | 836 assert(PyUnicode_IS_ASCII(temp)); in _PyBytes_FormatEx() 898 assert(PyUnicode_IS_ASCII(temp)); in _PyBytes_FormatEx() 2371 if (!PyUnicode_IS_ASCII(string)) { in _PyBytes_FromHex()
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 414 if (!PyUnicode_IS_ASCII(rep)) { in STRINGLIB()
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | pegen.c | 464 if (!PyUnicode_IS_ASCII(id)) in _PyPegen_new_identifier()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | marshal.c | 432 if (p->version >= 4 && PyUnicode_IS_ASCII(v)) { in w_complex_object()
|