Searched refs:_PyUnicode_FastCopyCharacters (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/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()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | formatter_unicode.c | 625 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in fill_number() 673 _PyUnicode_FastCopyCharacters( in fill_number() 681 _PyUnicode_FastCopyCharacters( in fill_number() 848 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in format_string_internal()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 1183 _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, copy_length); in resize_copy() 1671 _PyUnicode_FastCopyCharacters( in _PyUnicode_FastCopyCharacters() function 2569 _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, len); in unicode_adjust_maxchar() 2753 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in unicode_fromformat_write_str() 10211 _PyUnicode_FastCopyCharacters(res, res_offset, sep, 0, seplen); in _PyUnicode_JoinArray() 10217 _PyUnicode_FastCopyCharacters(res, res_offset, item, 0, itemlen); in _PyUnicode_JoinArray() 10319 _PyUnicode_FastCopyCharacters(u, left, self, 0, _PyUnicode_LENGTH(self)); in pad() 10662 _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen); in replace() 11469 _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len); in PyUnicode_Concat() 11470 _PyUnicode_FastCopyCharacters(result, left_len, right, 0, right_len); in PyUnicode_Concat() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 537 PyAPI_FUNC(void) _PyUnicode_FastCopyCharacters(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 537 PyAPI_FUNC(void) _PyUnicode_FastCopyCharacters(
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 537 PyAPI_FUNC(void) _PyUnicode_FastCopyCharacters(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 537 PyAPI_FUNC(void) _PyUnicode_FastCopyCharacters(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 537 PyAPI_FUNC(void) _PyUnicode_FastCopyCharacters(
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1277 …<elf-symbol name='_PyUnicode_FastCopyCharacters' type='func-type' binding='global-binding' visibil… 10933 …_PyUnicode_FastCopyCharacters' mangled-name='_PyUnicode_FastCopyCharacters' filepath='Objects/unic…
|