/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 | 1831 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_7_encode() 1889 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_8_encode() 1948 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_16_encode() 2018 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_16_le_encode() 2076 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_16_be_encode() 2135 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_32_encode() 2205 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_32_le_encode() 2263 if (PyUnicode_READY(args[0]) == -1) { in _codecs_utf_32_be_encode() 2321 if (PyUnicode_READY(args[0]) == -1) { in _codecs_unicode_escape_encode() 2379 if (PyUnicode_READY(args[0]) == -1) { in _codecs_raw_unicode_escape_encode() [all …]
|
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 | 395 if (PyUnicode_READY(arg) == -1) { in array_array_fromunicode() 478 if (PyUnicode_READY(args[1])) { in array__array_reconstructor()
|
D | _dbmmodule.c.h | 142 if (PyUnicode_READY(args[0]) == -1) { in dbmopen()
|
D | _gdbmmodule.c.h | 263 if (PyUnicode_READY(args[0]) == -1) { in dbmopen()
|
/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() 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()
|
/external/python/cpython3/Modules/_multiprocessing/clinic/ |
D | posixshmem.c.h | 41 if (PyUnicode_READY(args[0]) == -1) { in _posixshmem_shm_open() 114 if (PyUnicode_READY(args[0]) == -1) { in _posixshmem_shm_unlink()
|
/external/python/cpython3/Objects/clinic/ |
D | longobject.c.h | 80 if (PyUnicode_READY(arg) == -1) { in int___format__() 233 if (PyUnicode_READY(args[1]) == -1) { in int_to_bytes() 299 if (PyUnicode_READY(args[1]) == -1) { in int_from_bytes()
|
D | unicodeobject.c.h | 718 if (PyUnicode_READY(args[0]) == -1) { in unicode_replace() 726 if (PyUnicode_READY(args[1]) == -1) { in unicode_replace() 782 if (PyUnicode_READY(arg) == -1) { in unicode_removeprefix() 818 if (PyUnicode_READY(arg) == -1) { in unicode_removesuffix() 1157 if (PyUnicode_READY(args[1]) == -1) { in unicode_maketrans() 1168 if (PyUnicode_READY(args[2]) == -1) { in unicode_maketrans() 1279 if (PyUnicode_READY(arg) == -1) { in unicode___format__()
|
D | codeobject.c.h | 224 if (PyUnicode_READY(args[13]) == -1) { in code_replace() 237 if (PyUnicode_READY(args[14]) == -1) { in code_replace()
|
D | moduleobject.c.h | 37 if (PyUnicode_READY(fastargs[0]) == -1) { in module___init__()
|
D | typeobject.c.h | 206 if (PyUnicode_READY(arg) == -1) { in object___format__()
|
D | floatobject.c.h | 381 if (PyUnicode_READY(arg) == -1) { in float___format__()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 147 #undef PyUnicode_READY 148 #define PyUnicode_READY(op) \ macro 722 if (PyUnicode_READY(unicode) == -1) in unicode_result_unchanged() 934 return PyUnicode_READY(obj); in ensure_unicode() 1712 if (PyUnicode_READY(from) == -1) in PyUnicode_CopyCharacters() 1714 if (PyUnicode_READY(to) == -1) in PyUnicode_CopyCharacters() 2537 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_Copy() 2607 if (PyUnicode_READY(string) == -1) in as_ucs4() 2679 if (PyUnicode_READY(str) == -1) in unicode_fromformat_write_str() 3283 if (PyUnicode_READY(obj) == -1) in PyUnicode_FromObject() [all …]
|
D | codeobject.c | 66 if (PyUnicode_READY(v) == -1) { in intern_string_constants() 146 if (PyUnicode_READY(name) < 0) { in PyCode_NewWithPosOnlyArgs() 149 if (PyUnicode_READY(filename) < 0) { in PyCode_NewWithPosOnlyArgs()
|
/external/python/cpython3/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()
|
/external/python/cpython3/Modules/ |
D | _json.c | 166 if (PyUnicode_READY(pystr) == -1) in ascii_escape_unicode() 232 if (PyUnicode_READY(pystr) == -1) in escape_unicode() 393 if (PyUnicode_READY(pystr) == -1) in scanstring_unicode() 691 if (PyUnicode_READY(pystr) == -1) in _parse_object_unicode() 819 if (PyUnicode_READY(pystr) == -1) in _parse_array_unicode() 924 if (PyUnicode_READY(pystr) == -1) in _match_number_unicode() 1036 if (PyUnicode_READY(pystr) == -1) in scan_once_unicode()
|
D | _csv.c | 277 if (PyUnicode_READY(src) == -1) in _set_str() 821 if (PyUnicode_READY(lineobj) == -1) { in Reader_iternext() 1113 if (PyUnicode_READY(field) == -1) in join_append() 1432 if (PyUnicode_READY(name_obj) == -1) in csv_register_dialect()
|
/external/python/cpython3/Python/ |
D | pystrhex.c | 24 if (PyUnicode_READY(sep)) in _Py_strhex_impl()
|
/external/python/cpython3/PC/clinic/ |
D | msvcrtmodule.c.h | 409 if (PyUnicode_READY(arg)) { in msvcrt_putwch() 483 if (PyUnicode_READY(arg)) { in msvcrt_ungetwch()
|
/external/python/cpython3/Modules/_io/clinic/ |
D | _iomodule.c.h | 317 if (PyUnicode_READY(args[0]) == -1) { in _io_open_code()
|
/external/python/markupsafe/src/markupsafe/ |
D | _speedups.c | 171 if (PyUnicode_READY(in)) in escape_unicode()
|