• Home
  • Raw
  • Download

Lines Matching refs:Py_UNICODE_COPY

437         Py_UNICODE_COPY(w->str, v->str,  in _PyUnicode_Resize()
488 Py_UNICODE_COPY(unicode->str, u, size); in PyUnicode_FromUnicode()
984 Py_UNICODE_COPY(s, PyUnicode_AS_UNICODE(*callresult), in PyUnicode_FromFormatV()
997 Py_UNICODE_COPY(s, PyUnicode_AS_UNICODE(obj), size); in PyUnicode_FromFormatV()
1007 Py_UNICODE_COPY(s, PyUnicode_AS_UNICODE(obj), size); in PyUnicode_FromFormatV()
1535 Py_UNICODE_COPY(*outptr, repptr, repsize); in unicode_decode_call_errorhandler()
4259 Py_UNICODE_COPY(p, in PyUnicode_DecodeCharmap()
5505 Py_UNICODE_COPY(u->str, self->str, self->length); in fixup()
5758 Py_UNICODE_COPY(res_p, PyUnicode_AS_UNICODE(item), itemlen); in PyUnicode_Join()
5761 Py_UNICODE_COPY(res_p, sep, seplen); in PyUnicode_Join()
5819 Py_UNICODE_COPY(u->str + left, self->str, self->length); in pad()
5909 Py_UNICODE_COPY(u->str, self->str, self->length); in replace()
5927 Py_UNICODE_COPY(u->str, self->str, self->length); in replace()
5930 Py_UNICODE_COPY(u->str+i, str2->str, str2->length); in replace()
5939 Py_UNICODE_COPY(u->str+i, str2->str, str2->length); in replace()
5987 Py_UNICODE_COPY(p, self->str+i, j-i); in replace()
5992 Py_UNICODE_COPY(p, str2->str, str2->length); in replace()
5999 Py_UNICODE_COPY(p, self->str+i, self->length-i); in replace()
6003 Py_UNICODE_COPY(p, str2->str, str2->length); in replace()
6009 Py_UNICODE_COPY(p, self->str+i, self->length-i); in replace()
6391 Py_UNICODE_COPY(w->str, u->str, u->length); in PyUnicode_Concat()
6392 Py_UNICODE_COPY(w->str + u->length, v->str, v->length); in PyUnicode_Concat()
7258 Py_UNICODE_COPY(p, str->str, str->length); in unicode_repeat()
7263 Py_UNICODE_COPY(p+done, p, n); in unicode_repeat()
8781 Py_UNICODE_COPY(res, pbuf, len); in PyUnicode_Format()
8874 Py_UNICODE_COPY(pnew->str, tmp->str, n+1); in unicode_subtype_new()