Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h1157 PyAPI_FUNC(PyObject*) _PyUnicode_FormatLong(PyObject *, int, int, int);
/third_party/python/Objects/
Dbytesobject.c494 return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type); in formatlong()
503 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type); in formatlong()
Dunicodeobject.c14752 _PyUnicode_FormatLong(PyObject *val, int alt, int prec, int type) in _PyUnicode_FormatLong() function
14950 res = _PyUnicode_FormatLong(iobj, arg->flags & F_ALT, arg->prec, type); in mainformatlong()