Home
last modified time | relevance | path

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

123

/external/python/cpython3/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.h1831 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 …]
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.h395 if (PyUnicode_READY(arg) == -1) { in array_array_fromunicode()
478 if (PyUnicode_READY(args[1])) { in array__array_reconstructor()
D_dbmmodule.c.h142 if (PyUnicode_READY(args[0]) == -1) { in dbmopen()
D_gdbmmodule.c.h263 if (PyUnicode_READY(args[0]) == -1) { in dbmopen()
/external/python/cpython3/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()
/external/python/cpython3/Modules/_multiprocessing/clinic/
Dposixshmem.c.h41 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/
Dlongobject.c.h80 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()
Dunicodeobject.c.h718 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__()
Dcodeobject.c.h224 if (PyUnicode_READY(args[13]) == -1) { in code_replace()
237 if (PyUnicode_READY(args[14]) == -1) { in code_replace()
Dmoduleobject.c.h37 if (PyUnicode_READY(fastargs[0]) == -1) { in module___init__()
Dtypeobject.c.h206 if (PyUnicode_READY(arg) == -1) { in object___format__()
Dfloatobject.c.h381 if (PyUnicode_READY(arg) == -1) { in float___format__()
/external/python/cpython3/Objects/
Dunicodeobject.c147 #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 …]
Dcodeobject.c66 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/
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()
/external/python/cpython3/Modules/
D_json.c166 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.c277 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/
Dpystrhex.c24 if (PyUnicode_READY(sep)) in _Py_strhex_impl()
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h409 if (PyUnicode_READY(arg)) { in msvcrt_putwch()
483 if (PyUnicode_READY(arg)) { in msvcrt_ungetwch()
/external/python/cpython3/Modules/_io/clinic/
D_iomodule.c.h317 if (PyUnicode_READY(args[0]) == -1) { in _io_open_code()
/external/python/markupsafe/src/markupsafe/
D_speedups.c171 if (PyUnicode_READY(in)) in escape_unicode()

123