/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | unicodedata.c.h | 36 if (PyUnicode_READY(args[0])) { in unicodedata_UCD_decimal() 85 if (PyUnicode_READY(args[0])) { in unicodedata_UCD_digit() 135 if (PyUnicode_READY(args[0])) { in unicodedata_UCD_numeric() 176 if (PyUnicode_READY(arg)) { in unicodedata_UCD_category() 214 if (PyUnicode_READY(arg)) { in unicodedata_UCD_bidirectional() 253 if (PyUnicode_READY(arg)) { in unicodedata_UCD_combining() 297 if (PyUnicode_READY(arg)) { in unicodedata_UCD_mirrored() 337 if (PyUnicode_READY(arg)) { in unicodedata_UCD_east_asian_width() 375 if (PyUnicode_READY(arg)) { in unicodedata_UCD_decomposition() 418 if (PyUnicode_READY(args[0]) == -1) { in unicodedata_UCD_is_normalized() [all …]
|
D | _codecsmodule.c.h | 1741 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_7_encode() 1799 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_8_encode() 1858 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_16_encode() 1923 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_16_le_encode() 1981 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_16_be_encode() 2040 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_32_encode() 2105 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_32_le_encode() 2163 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_32_be_encode() 2221 if (PyUnicode_READY(args[0]) == -1) { in _codecs_unicode_escape_encode() 2279 if (PyUnicode_READY(args[0]) == -1) { in _codecs_raw_unicode_escape_encode() [all …]
|
D | _localemodule.c.h | 105 if (PyUnicode_READY(args[0]) == -1) { in _locale_strcoll() 113 if (PyUnicode_READY(args[1]) == -1) { in _locale_strcoll() 149 if (PyUnicode_READY(arg) == -1) { in _locale_strxfrm()
|
D | arraymodule.c.h | 468 if (PyUnicode_READY(arg) == -1) { in array_array_fromunicode() 551 if (PyUnicode_READY(args[1])) { in array__array_reconstructor()
|
D | spwdmodule.c.h | 31 if (PyUnicode_READY(arg_) == -1) { in spwd_getspnam()
|
D | pwdmodule.c.h | 40 if (PyUnicode_READY(arg) == -1) { in pwd_getpwnam()
|
D | grpmodule.c.h | 70 if (PyUnicode_READY(args[0]) == -1) { in grp_getgrnam()
|
/aosp_15_r20/external/python/cpython3/Python/clinic/ |
D | import.c.h | 103 if (PyUnicode_READY(args[1]) == -1) { in _imp__fix_co_filename() 162 if (PyUnicode_READY(arg) == -1) { in _imp_init_frozen() 211 if (PyUnicode_READY(args[0]) == -1) { in _imp_find_frozen() 256 if (PyUnicode_READY(args[0]) == -1) { in _imp_get_frozen_object() 293 if (PyUnicode_READY(arg) == -1) { in _imp_is_frozen_package() 325 if (PyUnicode_READY(arg) == -1) { in _imp_is_builtin() 357 if (PyUnicode_READY(arg) == -1) { in _imp_is_frozen()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 156 #undef PyUnicode_READY 157 #define PyUnicode_READY(op) \ macro 699 if (PyUnicode_READY(unicode) == -1) in unicode_result_unchanged() 911 return PyUnicode_READY(obj); in ensure_unicode() 1690 if (PyUnicode_READY(from) == -1) in PyUnicode_CopyCharacters() 1692 if (PyUnicode_READY(to) == -1) in PyUnicode_CopyCharacters() 2584 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_Copy() 2654 if (PyUnicode_READY(string) == -1) in as_ucs4() 2726 if (PyUnicode_READY(str) == -1) in unicode_fromformat_write_str() 3427 if (PyUnicode_READY(obj) == -1) in PyUnicode_FromObject() [all …]
|
/aosp_15_r20/external/python/cpython3/Objects/clinic/ |
D | codeobject.c.h | 102 if (PyUnicode_READY(PyTuple_GET_ITEM(args, 10)) == -1) { in code_new() 110 if (PyUnicode_READY(PyTuple_GET_ITEM(args, 11)) == -1) { in code_new() 118 if (PyUnicode_READY(PyTuple_GET_ITEM(args, 12)) == -1) { in code_new() 347 if (PyUnicode_READY(args[13]) == -1) { in code_replace() 360 if (PyUnicode_READY(args[14]) == -1) { in code_replace() 373 if (PyUnicode_READY(args[15]) == -1) { in code_replace()
|
D | unicodeobject.c.h | 721 if (PyUnicode_READY(args[0]) == -1) { in unicode_replace() 729 if (PyUnicode_READY(args[1]) == -1) { in unicode_replace() 780 if (PyUnicode_READY(arg) == -1) { in unicode_removeprefix() 816 if (PyUnicode_READY(arg) == -1) { in unicode_removesuffix() 1143 if (PyUnicode_READY(args[1]) == -1) { in unicode_maketrans() 1154 if (PyUnicode_READY(args[2]) == -1) { in unicode_maketrans() 1260 if (PyUnicode_READY(arg) == -1) { in unicode___format__()
|
D | longobject.c.h | 80 if (PyUnicode_READY(arg) == -1) { in int___format__() 297 if (PyUnicode_READY(args[1]) == -1) { in int_to_bytes() 372 if (PyUnicode_READY(args[1]) == -1) { in int_from_bytes()
|
D | moduleobject.c.h | 37 if (PyUnicode_READY(fastargs[0]) == -1) { in module___init__()
|
D | complexobject.c.h | 62 if (PyUnicode_READY(arg) == -1) { in complex___format__()
|
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/clinic/ |
D | posixshmem.c.h | 41 if (PyUnicode_READY(args[0]) == -1) { in _posixshmem_shm_open() 104 if (PyUnicode_READY(args[0]) == -1) { in _posixshmem_shm_unlink()
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 824 if (tmp == NULL || PyUnicode_READY(tmp) == -1) in output_markup() 837 if (tmp == NULL || PyUnicode_READY(tmp) == -1) in output_markup() 954 if (PyUnicode_READY(self) == -1) in do_string_format() 1116 if (PyUnicode_READY(self) == -1) in formatter_parser() 1259 if (PyUnicode_READY(self) == -1) in formatter_field_name_split()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _json.c | 167 if (PyUnicode_READY(pystr) == -1) in ascii_escape_unicode() 233 if (PyUnicode_READY(pystr) == -1) in escape_unicode() 398 if (PyUnicode_READY(pystr) == -1) in scanstring_unicode() 696 if (PyUnicode_READY(pystr) == -1) in _parse_object_unicode() 824 if (PyUnicode_READY(pystr) == -1) in _parse_array_unicode() 929 if (PyUnicode_READY(pystr) == -1) in _match_number_unicode() 1041 if (PyUnicode_READY(pystr) == -1) in scan_once_unicode()
|
D | _csv.c | 317 if (PyUnicode_READY(src) == -1) in _set_str() 907 if (PyUnicode_READY(lineobj) == -1) { in Reader_iternext() 1188 if (PyUnicode_READY(field) == -1) in join_append() 1512 if (PyUnicode_READY(name_obj) == -1) in csv_register_dialect()
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/ |
D | cursor.c.h | 61 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_cursor_execute() 103 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_cursor_executemany()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function 500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function 500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function 500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function 500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function 500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
|
/aosp_15_r20/external/python/cpython3/PC/clinic/ |
D | msvcrtmodule.c.h | 379 if (PyUnicode_READY(arg)) { in msvcrt_putwch() 453 if (PyUnicode_READY(arg)) { in msvcrt_ungetwch()
|