Lines Matching refs:_PyUnicode_FastCopyCharacters

1122         _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, copy_length);  in resize_copy()
1612 _PyUnicode_FastCopyCharacters( in _PyUnicode_FastCopyCharacters() function
2418 _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, len); in unicode_adjust_maxchar()
2611 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in unicode_fromformat_write_str()
10099 _PyUnicode_FastCopyCharacters(res, res_offset, sep, 0, seplen); in _PyUnicode_JoinArray()
10105 _PyUnicode_FastCopyCharacters(res, res_offset, item, 0, itemlen); in _PyUnicode_JoinArray()
10207 _PyUnicode_FastCopyCharacters(u, left, self, 0, _PyUnicode_LENGTH(self)); in pad()
10545 _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen); in replace()
11320 _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len); in PyUnicode_Concat()
11321 _PyUnicode_FastCopyCharacters(result, left_len, right, 0, right_len); in PyUnicode_Concat()
11384 _PyUnicode_FastCopyCharacters(*p_left, left_len, right, 0, right_len); in PyUnicode_Append()
11395 _PyUnicode_FastCopyCharacters(res, 0, left, 0, left_len); in PyUnicode_Append()
11396 _PyUnicode_FastCopyCharacters(res, left_len, right, 0, right_len); in PyUnicode_Append()
12709 _PyUnicode_FastCopyCharacters(repr, 1, in unicode_repr()
13574 _PyUnicode_FastCopyCharacters(newbuffer, 0, in _PyUnicodeWriter_PrepareInternal()
13591 _PyUnicode_FastCopyCharacters(newbuffer, 0, in _PyUnicodeWriter_PrepareInternal()
13664 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in _PyUnicodeWriter_WriteStr()
13699 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in _PyUnicodeWriter_WriteSubstring()
14885 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in unicode_format_arg_output()