Home
last modified time | relevance | path

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

123

/aosp_15_r20/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.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()
Darraymodule.c.h468 if (PyUnicode_READY(arg) == -1) { in array_array_fromunicode()
551 if (PyUnicode_READY(args[1])) { in array__array_reconstructor()
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()
/aosp_15_r20/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()
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/
Dunicodeobject.c156 #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/
Dcodeobject.c.h102 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()
Dunicodeobject.c.h721 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__()
Dlongobject.c.h80 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()
Dmoduleobject.c.h37 if (PyUnicode_READY(fastargs[0]) == -1) { in module___init__()
Dcomplexobject.c.h62 if (PyUnicode_READY(arg) == -1) { in complex___format__()
/aosp_15_r20/external/python/cpython3/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()
/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dunicode_format.h824 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.c167 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.c317 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/
Dcursor.c.h61 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/
Dunicodeobject.h492 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/
Dunicodeobject.h492 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/
Dunicodeobject.h492 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/
Dunicodeobject.h492 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/
Dunicodeobject.h492 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/
Dmsvcrtmodule.c.h379 if (PyUnicode_READY(arg)) { in msvcrt_putwch()
453 if (PyUnicode_READY(arg)) { in msvcrt_ungetwch()

123