Home
last modified time | relevance | path

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

123

/third_party/python/Modules/clinic/
Dunicodedata.c.h36 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.h1741 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.h105 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()
Dspwdmodule.c.h31 if (PyUnicode_READY(arg_) == -1) { in spwd_getspnam()
Dpwdmodule.c.h40 if (PyUnicode_READY(arg) == -1) { in pwd_getpwnam()
Dgrpmodule.c.h70 if (PyUnicode_READY(args[0]) == -1) { in grp_getgrnam()
Darraymodule.c.h438 if (PyUnicode_READY(arg) == -1) { in array_array_fromunicode()
521 if (PyUnicode_READY(args[1])) { in array__array_reconstructor()
D_dbmmodule.c.h157 if (PyUnicode_READY(args[0]) == -1) { in dbmopen()
/third_party/python/Python/clinic/
Dimport.c.h103 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/
Dcodeobject.c.h97 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()
Dlongobject.c.h80 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()
Dunicodeobject.c.h703 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__()
Dmoduleobject.c.h37 if (PyUnicode_READY(fastargs[0]) == -1) { in module___init__()
Dcomplexobject.c.h62 if (PyUnicode_READY(arg) == -1) { in complex___format__()
Dtypeobject.c.h201 if (PyUnicode_READY(arg) == -1) { in object___format__()
/third_party/python/Modules/_multiprocessing/clinic/
Dposixshmem.c.h41 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/
Dunicodeobject.c153 #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/
Dcursor.c.h60 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_cursor_execute()
102 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_cursor_executemany()
Dconnection.c.h421 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()
Dmodule.c.h144 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_register_converter()
/third_party/python/Objects/stringlib/
Dunicode_format.h822 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.c165 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/
Dmsvcrtmodule.c.h379 if (PyUnicode_READY(arg)) { in msvcrt_putwch()
453 if (PyUnicode_READY(arg)) { in msvcrt_ungetwch()
/third_party/python/Python/
Dpystrhex.c24 if (PyUnicode_READY(sep)) in _Py_strhex_impl()
/third_party/python/Modules/_io/clinic/
D_iomodule.c.h353 if (PyUnicode_READY(args[0]) == -1) { in _io_open_code()

123