• Home
  • Raw
  • Download

Lines Matching refs:PyUnicode_READY

128 #undef PyUnicode_READY
129 #define PyUnicode_READY(op) \ macro
612 if (PyUnicode_READY(unicode) == -1) in unicode_result_unchanged()
820 return PyUnicode_READY(obj); in ensure_unicode()
1587 if (PyUnicode_READY(from) == -1) in PyUnicode_CopyCharacters()
1589 if (PyUnicode_READY(to) == -1) in PyUnicode_CopyCharacters()
2389 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_Copy()
2415 if (PyUnicode_READY(s) == -1) in _PyUnicode_AsKind()
2470 if (PyUnicode_READY(string) == -1) in as_ucs4()
2540 if (PyUnicode_READY(str) == -1) in unicode_fromformat_write_str()
3063 if (PyUnicode_READY(obj) == -1) in PyUnicode_FromObject()
3763 if (PyUnicode_READY(path) == -1) { in PyUnicode_FSDecoder()
3798 if (PyUnicode_READY(output) == -1) { in PyUnicode_FSDecoder()
3822 if (PyUnicode_READY(unicode) == -1) in PyUnicode_AsUTF8AndSize()
4016 if (PyUnicode_READY(unicode) == -1) in PyUnicode_GetLength()
4031 if (PyUnicode_READY(unicode) == -1) { in PyUnicode_ReadChar()
4617 if (PyUnicode_READY(str) == -1) in _PyUnicode_EncodeUTF7()
5186 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_AsUTF8String()
5413 if (PyUnicode_READY(str) == -1) in _PyUnicode_EncodeUTF32()
5481 if (PyUnicode_READY(rep) < 0) in _PyUnicode_EncodeUTF32()
5748 if (PyUnicode_READY(str) == -1) in _PyUnicode_EncodeUTF16()
5833 if (PyUnicode_READY(rep) < 0) in _PyUnicode_EncodeUTF16()
6183 if (PyUnicode_READY(unicode) == -1) { in PyUnicode_AsUnicodeEscapeString()
6429 if (PyUnicode_READY(unicode) == -1) { in PyUnicode_AsRawUnicodeEscapeString()
6683 if (PyUnicode_READY(unicode) == -1) in unicode_encode_call_errorhandler()
6743 if (PyUnicode_READY(unicode) == -1) in unicode_encode_ucs1()
6852 if (PyUnicode_READY(rep) < 0) in unicode_encode_ucs1()
6916 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_AsLatin1String()
7057 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_AsASCIIString()
7654 if (PyUnicode_READY(rep) == -1) { in encode_code_page_errors()
7717 if (PyUnicode_READY(unicode) == -1) in encode_code_page()
7816 if (PyUnicode_READY(mapping) == -1) in charmap_decode_string()
7971 if (PyUnicode_READY(item) == -1) in charmap_decode_mapping()
8415 if (PyUnicode_READY(unicode) == -1) in charmap_encoding_error()
8512 if (PyUnicode_READY(repunicode) == -1) { in charmap_encoding_error()
8556 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_EncodeCharmap()
8853 if (PyUnicode_READY(item) == -1) { in unicode_fast_translate_lookup()
8952 if (PyUnicode_READY(input) == -1) in _PyUnicode_TranslateCharmap()
8969 if (PyUnicode_READY(input) == -1) in _PyUnicode_TranslateCharmap()
9082 if (PyUnicode_READY(unicode) == -1) in _PyUnicode_TransformDecimalAndSpaceToASCII()
9379 if (PyUnicode_READY(digits) == -1) { in _PyUnicode_InsertThousandsGrouping()
9383 if (PyUnicode_READY(thousands_sep) == -1) { in _PyUnicode_InsertThousandsGrouping()
9565 if (PyUnicode_READY(str) == -1) in PyUnicode_FindChar()
9595 if (PyUnicode_READY(self) == -1 || in tailmatch()
9596 PyUnicode_READY(substring) == -1) in tailmatch()
9965 if (PyUnicode_READY(separator)) in _PyUnicode_JoinArray()
9998 if (PyUnicode_READY(item) == -1) in _PyUnicode_JoinArray()
10112 if (PyUnicode_READY(unicode) == -1) in PyUnicode_Fill()
10226 if (PyUnicode_READY(self) == -1) in split()
10256 if (PyUnicode_READY(substring) == -1) in split()
10317 if (PyUnicode_READY(self) == -1) in rsplit()
10347 if (PyUnicode_READY(substring) == -1) in rsplit()
10733 if (PyUnicode_READY(self) == -1) in unicode_title_impl()
10751 if (PyUnicode_READY(self) == -1) in unicode_capitalize_impl()
10768 if (PyUnicode_READY(self) == -1) in unicode_casefold_impl()
10789 if (PyUnicode_READY(obj) < 0) in convert_uc()
10818 if (PyUnicode_READY(self) == -1) in unicode_center_impl()
10974 if (PyUnicode_READY(left) == -1 || in PyUnicode_Compare()
10975 PyUnicode_READY(right) == -1) in PyUnicode_Compare()
11081 if (PyUnicode_READY(unicode) == -1) { in _PyUnicode_EqualToASCIIString()
11107 if (PyUnicode_READY(left) == -1) { in _PyUnicode_EqualToASCIIId()
11145 if (PyUnicode_READY(left) == -1 || in PyUnicode_RichCompare()
11146 PyUnicode_READY(right) == -1) in PyUnicode_RichCompare()
11196 if (PyUnicode_READY(substr) == -1) in PyUnicode_Contains()
11260 if (PyUnicode_READY(right) < 0) in PyUnicode_Concat()
11312 if (PyUnicode_READY(left) == -1) in PyUnicode_Append()
11314 if (PyUnicode_READY(right) == -1) in PyUnicode_Append()
11512 if (PyUnicode_READY(self) == -1) in unicode_expandtabs_impl()
11600 if (PyUnicode_READY(self) == -1) in unicode_find()
11622 if (PyUnicode_READY(self) == -1) { in unicode_getitem()
11648 if (PyUnicode_READY(self) == -1) in unicode_hash()
11686 if (PyUnicode_READY(self) == -1) in unicode_index()
11715 if (PyUnicode_READY(self) == -1) { in unicode_isascii_impl()
11739 if (PyUnicode_READY(self) == -1) in unicode_islower_impl()
11784 if (PyUnicode_READY(self) == -1) in unicode_isupper_impl()
11829 if (PyUnicode_READY(self) == -1) in unicode_istitle_impl()
11886 if (PyUnicode_READY(self) == -1) in unicode_isspace_impl()
11926 if (PyUnicode_READY(self) == -1) in unicode_isalpha_impl()
11965 if (PyUnicode_READY(self) == -1) in unicode_isalnum_impl()
12007 if (PyUnicode_READY(self) == -1) in unicode_isdecimal_impl()
12046 if (PyUnicode_READY(self) == -1) in unicode_isdigit_impl()
12086 if (PyUnicode_READY(self) == -1) in unicode_isnumeric_impl()
12116 if (PyUnicode_READY(self) == -1) { in PyUnicode_IsIdentifier()
12178 if (PyUnicode_READY(self) == -1) in unicode_isprintable_impl()
12221 if (PyUnicode_READY(self) == -1) in unicode_length()
12242 if (PyUnicode_READY(self) == -1) in unicode_ljust_impl()
12261 if (PyUnicode_READY(self) == -1) in unicode_lower_impl()
12287 if (PyUnicode_READY(self) == -1 || PyUnicode_READY(sepobj) == -1) in _PyUnicode_XStrip()
12335 if (PyUnicode_READY(self) == -1) in PyUnicode_Substring()
12370 if (PyUnicode_READY(self) == -1) in do_strip()
12519 if (PyUnicode_READY(str) == -1) in unicode_repeat()
12603 if (PyUnicode_READY(self) == -1) in unicode_replace_impl()
12618 if (PyUnicode_READY(unicode) == -1) in unicode_repr()
12793 if (PyUnicode_READY(self) == -1) in unicode_rfind()
12825 if (PyUnicode_READY(self) == -1) in unicode_rindex()
12857 if (PyUnicode_READY(self) == -1) in unicode_rjust_impl()
13126 if (PyUnicode_READY(self) == -1) in unicode_swapcase_impl()
13293 if (PyUnicode_READY(self) == -1) in unicode_upper_impl()
13321 if (PyUnicode_READY(self) == -1) in unicode_zfill_impl()
13620 if (PyUnicode_READY(str) == -1) in _PyUnicodeWriter_WriteStr()
13652 if (PyUnicode_READY(str) == -1) in _PyUnicodeWriter_WriteSubstring()
13822 if (PyUnicode_READY(self) == -1) in unicode___format___impl()
13967 if (PyUnicode_READY(self) == -1) in unicode_subscript()
14738 if (PyUnicode_READY(str) == -1) in unicode_format_arg_output()
15041 if (PyUnicode_READY(unicode) == -1) { in unicode_subtype_new()
15336 if (PyUnicode_READY(s) == -1) { in _Py_ReleaseInternedUnicodeStrings()
15511 if (PyUnicode_READY(seq) == -1) in unicode_iter()