Home
last modified time | relevance | path

Searched refs:PyUnicode_IS_ASCII (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dunicodeobject.h278 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/
Dunicodeobject.h278 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/
Dunicodeobject.h278 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/
Dunicodeobject.h278 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/
Dunicodeobject.h278 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/
Dunicodeobject.c1036 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 …]
Dbytesobject.c822 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()
Dcomplexobject.c868 assert(PyUnicode_IS_ASCII(s_buffer)); in complex_subtype_from_string()
Dfloatobject.c212 assert(PyUnicode_IS_ASCII(s_buffer)); in PyFloat_FromString()
Dobject.c523 if (PyUnicode_IS_ASCII(repr)) in PyObject_ASCII()
Dcodeobject.c24 if (!PyUnicode_IS_ASCII(o)) in all_name_chars()
Dlongobject.c2673 assert(PyUnicode_IS_ASCII(asciidig)); in PyLong_FromUnicodeObject()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Drow.c109 if (!PyUnicode_IS_ASCII(left) || !PyUnicode_IS_ASCII(right)) { in equal_ignore_case()
/aosp_15_r20/external/python/markupsafe/src/markupsafe/
D_speedups.c107 PyUnicode_IS_ASCII(in) ? 127 : 255); in escape_unicode_kind1()
/aosp_15_r20/external/python/cpython3/Modules/
D_operator.c830 if (!PyUnicode_IS_ASCII(a) || !PyUnicode_IS_ASCII(b)) { in _operator__compare_digest_impl()
D_hashopenssl.c1993 if (!PyUnicode_IS_ASCII(a) || !PyUnicode_IS_ASCII(b)) { in _hashlib_compare_digest_impl()
Dbinascii.c175 if (!PyUnicode_IS_ASCII(arg)) { in ascii_buffer_converter()
Dunicodedata.c809 if (PyUnicode_IS_ASCII(input)) { in is_normalized_quickcheck()
D_tkinter.c1013 if (PyUnicode_IS_ASCII(value)) { in AsObj()
D_pickle.c3912 if (!PyUnicode_IS_ASCII(pid_str)) { in save_pers()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c1519 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/
Dbytesobject.c836 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/
Dcodecs.h414 if (!PyUnicode_IS_ASCII(rep)) { in STRINGLIB()
/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.c464 if (!PyUnicode_IS_ASCII(id)) in _PyPegen_new_identifier()
/aosp_15_r20/external/python/cpython3/Python/
Dmarshal.c432 if (p->version >= 4 && PyUnicode_IS_ASCII(v)) { in w_complex_object()