Home | History | Annotate | Download | only in Objects

Lines Matching full:unicode_encode_ucs1

3608 static PyObject *unicode_encode_ucs1(const Py_UNICODE *p,

3800 return unicode_encode_ucs1(p, size, errors, 256);
3879 return unicode_encode_ucs1(p, size, errors, 128);