• Home
  • Raw
  • Download

Lines Matching refs:PyUnicode_READY

153 #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()
4224 if (PyUnicode_READY(output) == -1) { in PyUnicode_FSDecoder()
4248 if (PyUnicode_READY(unicode) == -1) in PyUnicode_AsUTF8AndSize()
4354 if (PyUnicode_READY(unicode) == -1) in PyUnicode_GetLength()
4369 if (PyUnicode_READY(unicode) == -1) { in PyUnicode_ReadChar()
4983 if (PyUnicode_READY(str) == -1) in _PyUnicode_EncodeUTF7()
5629 if (PyUnicode_READY(unicode) == -1) in unicode_encode_utf8()
5927 if (PyUnicode_READY(str) == -1) in _PyUnicode_EncodeUTF32()
5995 if (PyUnicode_READY(rep) < 0) in _PyUnicode_EncodeUTF32()
6262 if (PyUnicode_READY(str) == -1) in _PyUnicode_EncodeUTF16()
6347 if (PyUnicode_READY(rep) < 0) in _PyUnicode_EncodeUTF16()
6720 if (PyUnicode_READY(unicode) == -1) { in PyUnicode_AsUnicodeEscapeString()
6992 if (PyUnicode_READY(unicode) == -1) { in PyUnicode_AsRawUnicodeEscapeString()
7144 if (PyUnicode_READY(unicode) == -1) in unicode_encode_call_errorhandler()
7203 if (PyUnicode_READY(unicode) == -1) in unicode_encode_ucs1()
7312 if (PyUnicode_READY(rep) < 0) in unicode_encode_ucs1()
7376 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_AsLatin1String()
7517 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_AsASCIIString()
8128 if (PyUnicode_READY(rep) == -1) { in encode_code_page_errors()
8191 if (PyUnicode_READY(unicode) == -1) in encode_code_page()
8288 if (PyUnicode_READY(mapping) == -1) in charmap_decode_string()
8443 if (PyUnicode_READY(item) == -1) in charmap_decode_mapping()
8883 if (PyUnicode_READY(unicode) == -1) in charmap_encoding_error()
8980 if (PyUnicode_READY(repunicode) == -1) { in charmap_encoding_error()
9024 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_EncodeCharmap()
9320 if (PyUnicode_READY(item) == -1) { in unicode_fast_translate_lookup()
9420 if (PyUnicode_READY(input) == -1) in _PyUnicode_TranslateCharmap()
9437 if (PyUnicode_READY(input) == -1) in _PyUnicode_TranslateCharmap()
9550 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_TransformDecimalAndSpaceToASCII()
9848 if (PyUnicode_READY(digits) == -1) { in _PyUnicode_InsertThousandsGrouping()
9852 if (PyUnicode_READY(thousands_sep) == -1) { in _PyUnicode_InsertThousandsGrouping()
10036 if (PyUnicode_READY(str) == -1) in PyUnicode_FindChar()
10066 if (PyUnicode_READY(self) == -1 || in tailmatch()
10067 PyUnicode_READY(substring) == -1) in tailmatch()
10438 if (PyUnicode_READY(separator)) in _PyUnicode_JoinArray()
10471 if (PyUnicode_READY(item) == -1) in _PyUnicode_JoinArray()
10585 if (PyUnicode_READY(unicode) == -1) in PyUnicode_Fill()
10699 if (PyUnicode_READY(self) == -1) in split()
10729 if (PyUnicode_READY(substring) == -1) in split()
10791 if (PyUnicode_READY(self) == -1) in rsplit()
10821 if (PyUnicode_READY(substring) == -1) in rsplit()
11225 if (PyUnicode_READY(self) == -1) in unicode_title_impl()
11243 if (PyUnicode_READY(self) == -1) in unicode_capitalize_impl()
11260 if (PyUnicode_READY(self) == -1) in unicode_casefold_impl()
11281 if (PyUnicode_READY(obj) < 0) in convert_uc()
11310 if (PyUnicode_READY(self) == -1) in unicode_center_impl()
11466 if (PyUnicode_READY(left) == -1 || in PyUnicode_Compare()
11467 PyUnicode_READY(right) == -1) in PyUnicode_Compare()
11573 if (PyUnicode_READY(unicode) == -1) { in _PyUnicode_EqualToASCIIString()
11598 if (PyUnicode_READY(left) == -1) { in _PyUnicode_EqualToASCIIId()
11639 if (PyUnicode_READY(left) == -1 || in PyUnicode_RichCompare()
11640 PyUnicode_READY(right) == -1) in PyUnicode_RichCompare()
11690 if (PyUnicode_READY(substr) == -1) in PyUnicode_Contains()
11755 if (PyUnicode_READY(right) < 0) in PyUnicode_Concat()
11810 if (PyUnicode_READY(left) == -1) in PyUnicode_Append()
11812 if (PyUnicode_READY(right) == -1) in PyUnicode_Append()
12014 if (PyUnicode_READY(self) == -1) in unicode_expandtabs_impl()
12102 if (PyUnicode_READY(self) == -1) in unicode_find()
12124 if (PyUnicode_READY(self) == -1) { in unicode_getitem()
12149 if (PyUnicode_READY(self) == -1) in unicode_hash()
12179 if (PyUnicode_READY(self) == -1) in unicode_index()
12208 if (PyUnicode_READY(self) == -1) { in unicode_isascii_impl()
12232 if (PyUnicode_READY(self) == -1) in unicode_islower_impl()
12277 if (PyUnicode_READY(self) == -1) in unicode_isupper_impl()
12322 if (PyUnicode_READY(self) == -1) in unicode_istitle_impl()
12379 if (PyUnicode_READY(self) == -1) in unicode_isspace_impl()
12419 if (PyUnicode_READY(self) == -1) in unicode_isalpha_impl()
12458 if (PyUnicode_READY(self) == -1) in unicode_isalnum_impl()
12500 if (PyUnicode_READY(self) == -1) in unicode_isdecimal_impl()
12539 if (PyUnicode_READY(self) == -1) in unicode_isdigit_impl()
12579 if (PyUnicode_READY(self) == -1) in unicode_isnumeric_impl()
12605 if (PyUnicode_READY(self) == -1) in _PyUnicode_ScanIdentifier()
12724 if (PyUnicode_READY(self) == -1) in unicode_isprintable_impl()
12767 if (PyUnicode_READY(self) == -1) in unicode_length()
12788 if (PyUnicode_READY(self) == -1) in unicode_ljust_impl()
12807 if (PyUnicode_READY(self) == -1) in unicode_lower_impl()
12833 if (PyUnicode_READY(self) == -1 || PyUnicode_READY(sepobj) == -1) in _PyUnicode_XStrip()
12881 if (PyUnicode_READY(self) == -1) in PyUnicode_Substring()
12916 if (PyUnicode_READY(self) == -1) in do_strip()
13065 if (PyUnicode_READY(str) == -1) in unicode_repeat()
13149 if (PyUnicode_READY(self) == -1) in unicode_replace_impl()
13220 if (PyUnicode_READY(unicode) == -1) in unicode_repr()
13395 if (PyUnicode_READY(self) == -1) in unicode_rfind()
13427 if (PyUnicode_READY(self) == -1) in unicode_rindex()
13459 if (PyUnicode_READY(self) == -1) in unicode_rjust_impl()
13718 if (PyUnicode_READY(self) == -1) in unicode_swapcase_impl()
13885 if (PyUnicode_READY(self) == -1) in unicode_upper_impl()
13913 if (PyUnicode_READY(self) == -1) in unicode_zfill_impl()
14222 if (PyUnicode_READY(str) == -1) in _PyUnicodeWriter_WriteStr()
14254 if (PyUnicode_READY(str) == -1) in _PyUnicodeWriter_WriteSubstring()
14424 if (PyUnicode_READY(self) == -1) in unicode___format___impl()
14571 if (PyUnicode_READY(self) == -1) in unicode_subscript()
15332 if (PyUnicode_READY(str) == -1) in unicode_format_arg_output()
15642 if (PyUnicode_READY(unicode) == -1) { in unicode_subtype_new()
15856 if (PyUnicode_READY(s) == -1) { in PyUnicode_InternInPlace()
16131 if (PyUnicode_READY(seq) == -1) in unicode_iter()