Home | History | Annotate | Download | only in Objects

Lines Matching refs:_PyUnicode_FormatLong

14146 _PyUnicode_FormatLong(PyObject *val, int alt, int prec, int type)
14204 "string too large in _PyUnicode_FormatLong");
14349 res = _PyUnicode_FormatLong(iobj, arg->flags & F_ALT, arg->prec, type);