Searched refs:_PyUnicode_FastCopyCharacters (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Objects/stringlib/ |
D | localeutil.h | 65 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill() 72 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
|
/external/python/cpython3/Python/ |
D | formatter_unicode.c | 618 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in fill_number() 666 _PyUnicode_FastCopyCharacters( in fill_number() 674 _PyUnicode_FastCopyCharacters( in fill_number() 827 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in format_string_internal()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 1081 _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, copy_length); in resize_copy() 1568 _PyUnicode_FastCopyCharacters( in _PyUnicode_FastCopyCharacters() function 2374 _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, len); in unicode_adjust_maxchar() 2567 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in unicode_fromformat_write_str() 10065 _PyUnicode_FastCopyCharacters(res, res_offset, sep, 0, seplen); in _PyUnicode_JoinArray() 10071 _PyUnicode_FastCopyCharacters(res, res_offset, item, 0, itemlen); in _PyUnicode_JoinArray() 10173 _PyUnicode_FastCopyCharacters(u, left, self, 0, _PyUnicode_LENGTH(self)); in pad() 10511 _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen); in replace() 11286 _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len); in PyUnicode_Concat() 11287 _PyUnicode_FastCopyCharacters(result, left_len, right, 0, right_len); in PyUnicode_Concat() [all …]
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 642 PyAPI_FUNC(void) _PyUnicode_FastCopyCharacters(
|