Searched refs:_PyUnicode_FormatLong (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython3/Include/
H A Dunicodeobject.h2306 PyAPI_FUNC(PyObject*) _PyUnicode_FormatLong(PyObject *, int, int, int);
/external/python/cpython3/Objects/
H A Dbytesobject.c459 return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type);
473 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type);
H A Dunicodeobject.c14079 _PyUnicode_FormatLong(PyObject *val, int alt, int prec, int type) function
14137 "string too large in _PyUnicode_FormatLong");
14282 res = _PyUnicode_FormatLong(iobj, arg->flags & F_ALT, arg->prec, type);

Completed in 71 milliseconds