Searched defs:_PyUnicode_FastCopyCharacters (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Dunicodeobject.c1040 _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, copy_length);
1528 _PyUnicode_FastCopyCharacters( function
2331 _PyUnicode_FastCopyCharacters(copy, 0, unicode, 0, len);
2545 _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos,
9647 _PyUnicode_FastCopyCharacters(v, 0,
9653 _PyUnicode_FastCopyCharacters(v, 0,
10067 _PyUnicode_FastCopyCharacters(res, res_offset, sep, 0, seplen);
10073 _PyUnicode_FastCopyCharacters(res, res_offset, item, 0, itemlen);
10199 _PyUnicode_FastCopyCharacters(u, left, self, 0, _PyUnicode_LENGTH(self));
10542 _PyUnicode_FastCopyCharacters(
[all...]

Completed in 66 milliseconds