Searched refs:_PyUnicode_FormatLong (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Include/ |
D | unicodeobject.h | 2306 PyAPI_FUNC(PyObject*) _PyUnicode_FormatLong(PyObject *, int, int, int);
|
/external/python/cpython3/Objects/ |
D | bytesobject.c | 459 return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type); in formatlong() 473 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type); in formatlong()
|
D | unicodeobject.c | 14079 _PyUnicode_FormatLong(PyObject *val, int alt, int prec, int type) in _PyUnicode_FormatLong() function 14282 res = _PyUnicode_FormatLong(iobj, arg->flags & F_ALT, arg->prec, type); in mainformatlong()
|