/third_party/python/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 | 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()
|
D | arraymodule.c.h | 438 if (PyUnicode_READY(arg) == -1) { in array_array_fromunicode() 521 if (PyUnicode_READY(args[1])) { in array__array_reconstructor()
|
D | _dbmmodule.c.h | 157 if (PyUnicode_READY(args[0]) == -1) { in dbmopen()
|
/third_party/python/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() 194 if (PyUnicode_READY(arg) == -1) { in _imp_get_frozen_object() 226 if (PyUnicode_READY(arg) == -1) { in _imp_is_frozen_package() 258 if (PyUnicode_READY(arg) == -1) { in _imp_is_builtin() 290 if (PyUnicode_READY(arg) == -1) { in _imp_is_frozen()
|
/third_party/python/Objects/clinic/ |
D | codeobject.c.h | 97 if (PyUnicode_READY(PyTuple_GET_ITEM(args, 10)) == -1) { in code_new() 105 if (PyUnicode_READY(PyTuple_GET_ITEM(args, 11)) == -1) { in code_new() 325 if (PyUnicode_READY(args[13]) == -1) { in code_replace() 338 if (PyUnicode_READY(args[14]) == -1) { in code_replace()
|
D | longobject.c.h | 80 if (PyUnicode_READY(arg) == -1) { in int___format__() 287 if (PyUnicode_READY(args[1]) == -1) { in int_to_bytes() 353 if (PyUnicode_READY(args[1]) == -1) { in int_from_bytes()
|
D | unicodeobject.c.h | 703 if (PyUnicode_READY(args[0]) == -1) { in unicode_replace() 711 if (PyUnicode_READY(args[1]) == -1) { in unicode_replace() 762 if (PyUnicode_READY(arg) == -1) { in unicode_removeprefix() 798 if (PyUnicode_READY(arg) == -1) { in unicode_removesuffix() 1117 if (PyUnicode_READY(args[1]) == -1) { in unicode_maketrans() 1128 if (PyUnicode_READY(args[2]) == -1) { in unicode_maketrans() 1234 if (PyUnicode_READY(arg) == -1) { in unicode___format__()
|
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__()
|
D | typeobject.c.h | 201 if (PyUnicode_READY(arg) == -1) { in object___format__()
|
/third_party/python/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()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 153 #undef PyUnicode_READY 154 #define PyUnicode_READY(op) \ macro 718 if (PyUnicode_READY(unicode) == -1) in unicode_result_unchanged() 930 return PyUnicode_READY(obj); in ensure_unicode() 1728 if (PyUnicode_READY(from) == -1) in PyUnicode_CopyCharacters() 1730 if (PyUnicode_READY(to) == -1) in PyUnicode_CopyCharacters() 2638 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_Copy() 2708 if (PyUnicode_READY(string) == -1) in as_ucs4() 2780 if (PyUnicode_READY(str) == -1) in unicode_fromformat_write_str() 3481 if (PyUnicode_READY(obj) == -1) in PyUnicode_FromObject() [all …]
|
/third_party/python/Modules/_sqlite/clinic/ |
D | cursor.c.h | 60 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_cursor_execute() 102 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_cursor_executemany()
|
D | connection.c.h | 421 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_connection_execute() 463 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_connection_executemany() 640 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_connection_create_collation()
|
D | module.c.h | 144 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_register_converter()
|
/third_party/python/Objects/stringlib/ |
D | unicode_format.h | 822 if (tmp == NULL || PyUnicode_READY(tmp) == -1) in output_markup() 835 if (tmp == NULL || PyUnicode_READY(tmp) == -1) in output_markup() 952 if (PyUnicode_READY(self) == -1) in do_string_format() 1114 if (PyUnicode_READY(self) == -1) in formatter_parser() 1257 if (PyUnicode_READY(self) == -1) in formatter_field_name_split()
|
/third_party/python/Modules/ |
D | _json.c | 165 if (PyUnicode_READY(pystr) == -1) in ascii_escape_unicode() 231 if (PyUnicode_READY(pystr) == -1) in escape_unicode() 396 if (PyUnicode_READY(pystr) == -1) in scanstring_unicode() 694 if (PyUnicode_READY(pystr) == -1) in _parse_object_unicode() 822 if (PyUnicode_READY(pystr) == -1) in _parse_array_unicode() 927 if (PyUnicode_READY(pystr) == -1) in _match_number_unicode() 1039 if (PyUnicode_READY(pystr) == -1) in scan_once_unicode()
|
/third_party/python/PC/clinic/ |
D | msvcrtmodule.c.h | 379 if (PyUnicode_READY(arg)) { in msvcrt_putwch() 453 if (PyUnicode_READY(arg)) { in msvcrt_ungetwch()
|
/third_party/python/Python/ |
D | pystrhex.c | 24 if (PyUnicode_READY(sep)) in _Py_strhex_impl()
|
/third_party/python/Modules/_io/clinic/ |
D | _iomodule.c.h | 353 if (PyUnicode_READY(args[0]) == -1) { in _io_open_code()
|