Home
last modified time | relevance | path

Searched refs:_PyUnicode_FastCopyCharacters (Results 1 – 25 of 115) sorted by relevance

12345

/dports/databases/py-sqlite3/Python-3.8.12/Objects/stringlib/
H A Dlocaleutil.h65 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
72 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
/dports/databases/py-gdbm/Python-3.8.12/Objects/stringlib/
H A Dlocaleutil.h65 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
72 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
/dports/lang/python-tools/Python-3.8.12/Objects/stringlib/
H A Dlocaleutil.h65 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
72 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
/dports/lang/python311/Python-3.11.0a3/Objects/stringlib/
H A Dlocaleutil.h65 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
72 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
/dports/lang/python37/Python-3.7.12/Objects/stringlib/
H A Dlocaleutil.h65 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
72 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
/dports/lang/python310/Python-3.10.1/Objects/stringlib/
H A Dlocaleutil.h65 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
72 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
/dports/lang/python38/Python-3.8.12/Objects/stringlib/
H A Dlocaleutil.h65 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
72 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
/dports/lang/python39/Python-3.9.9/Objects/stringlib/
H A Dlocaleutil.h65 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
72 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/stringlib/
H A Dlocaleutil.h65 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
72 _PyUnicode_FastCopyCharacters(writer->buffer, *buffer_pos, in InsertThousandsGrouping_fill()
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/_generated_include/
H A DUnicodeConcatInPlace_impl_4409899bcbaf445d48b0aa2c080841cce586d50d.h50 _PyUnicode_FastCopyCharacters(*p_left, left_len, right, 0, right_len); in __Pyx_PyUnicode_ConcatInPlaceImpl()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dformatter_unicode.c619 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in fill_number()
667 _PyUnicode_FastCopyCharacters( in fill_number()
675 _PyUnicode_FastCopyCharacters( in fill_number()
828 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in format_string_internal()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dformatter_unicode.c619 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in fill_number()
667 _PyUnicode_FastCopyCharacters( in fill_number()
675 _PyUnicode_FastCopyCharacters( in fill_number()
828 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in format_string_internal()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dformatter_unicode.c619 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in fill_number()
667 _PyUnicode_FastCopyCharacters( in fill_number()
675 _PyUnicode_FastCopyCharacters( in fill_number()
828 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in format_string_internal()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dformatter_unicode.c634 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in fill_number()
682 _PyUnicode_FastCopyCharacters( in fill_number()
690 _PyUnicode_FastCopyCharacters( in fill_number()
849 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in format_string_internal()
/dports/lang/python38/Python-3.8.12/Python/
H A Dformatter_unicode.c619 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in fill_number()
667 _PyUnicode_FastCopyCharacters( in fill_number()
675 _PyUnicode_FastCopyCharacters( in fill_number()
828 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in format_string_internal()
/dports/lang/python39/Python-3.9.9/Python/
H A Dformatter_unicode.c621 _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()
/dports/lang/python310/Python-3.10.1/Python/
H A Dformatter_unicode.c621 _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()
/dports/lang/python37/Python-3.7.12/Python/
H A Dformatter_unicode.c618 _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()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dformatter_unicode.c619 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in fill_number()
667 _PyUnicode_FastCopyCharacters( in fill_number()
675 _PyUnicode_FastCopyCharacters( in fill_number()
828 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in format_string_internal()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dunicodeobject.c1612 _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()
10545 _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen); in replace()
11320 _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len); in PyUnicode_Concat()
11395 _PyUnicode_FastCopyCharacters(res, 0, left, 0, left_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()
[all …]
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dunicodeobject.c1612 _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()
10545 _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen); in replace()
11320 _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len); in PyUnicode_Concat()
11395 _PyUnicode_FastCopyCharacters(res, 0, left, 0, left_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()
[all …]
/dports/lang/python37/Python-3.7.12/Objects/
H A Dunicodeobject.c1568 _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()
10533 _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen); in replace()
11308 _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len); in PyUnicode_Concat()
11383 _PyUnicode_FastCopyCharacters(res, 0, left, 0, left_len); in PyUnicode_Append()
12706 _PyUnicode_FastCopyCharacters(repr, 1, in unicode_repr()
13571 _PyUnicode_FastCopyCharacters(newbuffer, 0, in _PyUnicodeWriter_PrepareInternal()
13588 _PyUnicode_FastCopyCharacters(newbuffer, 0, in _PyUnicodeWriter_PrepareInternal()
13661 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in _PyUnicodeWriter_WriteStr()
[all …]
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dunicodeobject.c1700 _PyUnicode_FastCopyCharacters( in _PyUnicode_FastCopyCharacters() function
2618 _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, len); in unicode_adjust_maxchar()
2802 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in unicode_fromformat_write_str()
10699 _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen); in replace()
11506 _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len); in PyUnicode_Concat()
11583 _PyUnicode_FastCopyCharacters(res, 0, left, 0, left_len); in PyUnicode_Append()
13008 _PyUnicode_FastCopyCharacters(repr, 1, in unicode_repr()
13873 _PyUnicode_FastCopyCharacters(newbuffer, 0, in _PyUnicodeWriter_PrepareInternal()
13890 _PyUnicode_FastCopyCharacters(newbuffer, 0, in _PyUnicodeWriter_PrepareInternal()
13963 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos, in _PyUnicodeWriter_WriteStr()
[all …]
/dports/lang/python38/Python-3.8.12/Objects/
H A Dunicodeobject.c1612 _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()
10545 _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen); in replace()
11320 _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len); in PyUnicode_Concat()
11395 _PyUnicode_FastCopyCharacters(res, 0, left, 0, left_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()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dunicodeobject.c1612 _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()
10545 _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen); in replace()
11320 _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len); in PyUnicode_Concat()
11395 _PyUnicode_FastCopyCharacters(res, 0, left, 0, left_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()
[all …]

12345