Searched refs:_PyUnicode_FastCopyCharacters (Results 1 – 5 of 5) 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 | 621 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in fill_number() 669 _PyUnicode_FastCopyCharacters( in fill_number() 677 _PyUnicode_FastCopyCharacters( in fill_number() 836 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in format_string_internal()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 1202 _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, copy_length); in resize_copy() 1709 _PyUnicode_FastCopyCharacters( in _PyUnicode_FastCopyCharacters() function 2623 _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, len); in unicode_adjust_maxchar() 2807 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in unicode_fromformat_write_str() 10538 _PyUnicode_FastCopyCharacters(res, res_offset, sep, 0, seplen); in _PyUnicode_JoinArray() 10544 _PyUnicode_FastCopyCharacters(res, res_offset, item, 0, itemlen); in _PyUnicode_JoinArray() 10646 _PyUnicode_FastCopyCharacters(u, left, self, 0, _PyUnicode_LENGTH(self)); in pad() 10989 _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen); in replace() 11784 _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len); in PyUnicode_Concat() 11785 _PyUnicode_FastCopyCharacters(result, left_len, right, 0, right_len); in PyUnicode_Concat() [all …]
|
/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 510 PyAPI_FUNC(void) _PyUnicode_FastCopyCharacters(
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 1263 …<elf-symbol name='_PyUnicode_FastCopyCharacters' type='func-type' binding='global-binding' visibil… 11570 …_PyUnicode_FastCopyCharacters' mangled-name='_PyUnicode_FastCopyCharacters' filepath='Objects/unic… 18819 …<function-decl name='_PyUnicode_FastCopyCharacters' mangled-name='_PyUnicode_FastCopyCharacters' f…
|