Home | History | Annotate | Download | only in Objects

Lines Matching full:unicode_encode_ucs1

3615 static PyObject *unicode_encode_ucs1(const Py_UNICODE *p,
3807 return unicode_encode_ucs1(p, size, errors, 256);
3886 return unicode_encode_ucs1(p, size, errors, 128);