Home | History | Annotate | Download | only in Objects

Lines Matching refs:encode_mbcs

4026 static int encode_mbcs(PyObject **repr,
4079 ret = encode_mbcs(&repr, p, INT_MAX);
4082 ret = encode_mbcs(&repr, p, (int)size);