Lines Matching refs:PyUnicode_READY
156 #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()
4154 if (PyUnicode_READY(output) == -1) { in PyUnicode_FSDecoder()
4178 if (PyUnicode_READY(unicode) == -1) in PyUnicode_AsUTF8AndSize()
4284 if (PyUnicode_READY(unicode) == -1) in PyUnicode_GetLength()
4299 if (PyUnicode_READY(unicode) == -1) { in PyUnicode_ReadChar()
4913 if (PyUnicode_READY(str) == -1) in _PyUnicode_EncodeUTF7()
5543 if (PyUnicode_READY(unicode) == -1) in unicode_encode_utf8()
5826 if (PyUnicode_READY(str) == -1) in _PyUnicode_EncodeUTF32()
5894 if (PyUnicode_READY(rep) < 0) in _PyUnicode_EncodeUTF32()
6148 if (PyUnicode_READY(str) == -1) in _PyUnicode_EncodeUTF16()
6233 if (PyUnicode_READY(rep) < 0) in _PyUnicode_EncodeUTF16()
6612 if (PyUnicode_READY(unicode) == -1) { in PyUnicode_AsUnicodeEscapeString()
6869 if (PyUnicode_READY(unicode) == -1) { in PyUnicode_AsRawUnicodeEscapeString()
7008 if (PyUnicode_READY(unicode) == -1) in unicode_encode_call_errorhandler()
7067 if (PyUnicode_READY(unicode) == -1) in unicode_encode_ucs1()
7187 if (PyUnicode_READY(rep) < 0) in unicode_encode_ucs1()
7236 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_AsLatin1String()
7362 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_AsASCIIString()
7974 if (PyUnicode_READY(rep) == -1) { in encode_code_page_errors()
8039 if (PyUnicode_READY(unicode) == -1) in encode_code_page()
8122 if (PyUnicode_READY(mapping) == -1) in charmap_decode_string()
8277 if (PyUnicode_READY(item) == -1) in charmap_decode_mapping()
8692 if (PyUnicode_READY(unicode) == -1) in charmap_encoding_error()
8789 if (PyUnicode_READY(repunicode) == -1) { in charmap_encoding_error()
8833 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_EncodeCharmap()
9113 if (PyUnicode_READY(item) == -1) { in unicode_fast_translate_lookup()
9213 if (PyUnicode_READY(input) == -1) in _PyUnicode_TranslateCharmap()
9230 if (PyUnicode_READY(input) == -1) in _PyUnicode_TranslateCharmap()
9327 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_TransformDecimalAndSpaceToASCII()
9521 if (PyUnicode_READY(digits) == -1) { in _PyUnicode_InsertThousandsGrouping()
9525 if (PyUnicode_READY(thousands_sep) == -1) { in _PyUnicode_InsertThousandsGrouping()
9709 if (PyUnicode_READY(str) == -1) in PyUnicode_FindChar()
9739 if (PyUnicode_READY(self) == -1 || in tailmatch()
9740 PyUnicode_READY(substring) == -1) in tailmatch()
10111 if (PyUnicode_READY(separator)) in _PyUnicode_JoinArray()
10144 if (PyUnicode_READY(item) == -1) in _PyUnicode_JoinArray()
10258 if (PyUnicode_READY(unicode) == -1) in PyUnicode_Fill()
10372 if (PyUnicode_READY(self) == -1) in split()
10402 if (PyUnicode_READY(substring) == -1) in split()
10464 if (PyUnicode_READY(self) == -1) in rsplit()
10494 if (PyUnicode_READY(substring) == -1) in rsplit()
10898 if (PyUnicode_READY(self) == -1) in unicode_title_impl()
10916 if (PyUnicode_READY(self) == -1) in unicode_capitalize_impl()
10933 if (PyUnicode_READY(self) == -1) in unicode_casefold_impl()
10954 if (PyUnicode_READY(obj) < 0) in convert_uc()
10983 if (PyUnicode_READY(self) == -1) in unicode_center_impl()
11142 if (PyUnicode_READY(str1) || PyUnicode_READY(str2)) { in _PyUnicode_Equal()
11153 if (PyUnicode_READY(left) == -1 || in PyUnicode_Compare()
11154 PyUnicode_READY(right) == -1) in PyUnicode_Compare()
11260 if (PyUnicode_READY(unicode) == -1) { in _PyUnicode_EqualToASCIIString()
11285 if (PyUnicode_READY(left) == -1) { in _PyUnicode_EqualToASCIIId()
11324 if (PyUnicode_READY(left) == -1 || in PyUnicode_RichCompare()
11325 PyUnicode_READY(right) == -1) in PyUnicode_RichCompare()
11375 if (PyUnicode_READY(substr) == -1) in PyUnicode_Contains()
11440 if (PyUnicode_READY(right) < 0) in PyUnicode_Concat()
11495 if (PyUnicode_READY(left) == -1) in PyUnicode_Append()
11497 if (PyUnicode_READY(right) == -1) in PyUnicode_Append()
11699 if (PyUnicode_READY(self) == -1) in unicode_expandtabs_impl()
11787 if (PyUnicode_READY(self) == -1) in unicode_find()
11809 if (PyUnicode_READY(self) == -1) { in unicode_getitem()
11834 if (PyUnicode_READY(self) == -1) in unicode_hash()
11864 if (PyUnicode_READY(self) == -1) in unicode_index()
11893 if (PyUnicode_READY(self) == -1) { in unicode_isascii_impl()
11917 if (PyUnicode_READY(self) == -1) in unicode_islower_impl()
11962 if (PyUnicode_READY(self) == -1) in unicode_isupper_impl()
12007 if (PyUnicode_READY(self) == -1) in unicode_istitle_impl()
12064 if (PyUnicode_READY(self) == -1) in unicode_isspace_impl()
12104 if (PyUnicode_READY(self) == -1) in unicode_isalpha_impl()
12143 if (PyUnicode_READY(self) == -1) in unicode_isalnum_impl()
12185 if (PyUnicode_READY(self) == -1) in unicode_isdecimal_impl()
12224 if (PyUnicode_READY(self) == -1) in unicode_isdigit_impl()
12264 if (PyUnicode_READY(self) == -1) in unicode_isnumeric_impl()
12290 if (PyUnicode_READY(self) == -1) in _PyUnicode_ScanIdentifier()
12409 if (PyUnicode_READY(self) == -1) in unicode_isprintable_impl()
12452 if (PyUnicode_READY(self) == -1) in unicode_length()
12473 if (PyUnicode_READY(self) == -1) in unicode_ljust_impl()
12492 if (PyUnicode_READY(self) == -1) in unicode_lower_impl()
12518 if (PyUnicode_READY(self) == -1 || PyUnicode_READY(sepobj) == -1) in _PyUnicode_XStrip()
12566 if (PyUnicode_READY(self) == -1) in PyUnicode_Substring()
12601 if (PyUnicode_READY(self) == -1) in do_strip()
12750 if (PyUnicode_READY(str) == -1) in unicode_repeat()
12827 if (PyUnicode_READY(self) == -1) in unicode_replace_impl()
12898 if (PyUnicode_READY(unicode) == -1) in unicode_repr()
13073 if (PyUnicode_READY(self) == -1) in unicode_rfind()
13105 if (PyUnicode_READY(self) == -1) in unicode_rindex()
13137 if (PyUnicode_READY(self) == -1) in unicode_rjust_impl()
13403 if (PyUnicode_READY(self) == -1) in unicode_swapcase_impl()
13570 if (PyUnicode_READY(self) == -1) in unicode_upper_impl()
13598 if (PyUnicode_READY(self) == -1) in unicode_zfill_impl()
13899 if (PyUnicode_READY(str) == -1) in _PyUnicodeWriter_WriteStr()
13931 if (PyUnicode_READY(str) == -1) in _PyUnicodeWriter_WriteSubstring()
14101 if (PyUnicode_READY(self) == -1) in unicode___format___impl()
14243 if (PyUnicode_READY(self) == -1) in unicode_subscript()
15003 if (PyUnicode_READY(str) == -1) in unicode_format_arg_output()
15313 if (PyUnicode_READY(unicode) == -1) { in unicode_subtype_new()
15551 if (PyUnicode_READY(s) == -1) { in PyUnicode_InternInPlace()
15861 if (PyUnicode_READY(seq) == -1) in unicode_iter()