Searched refs:_PyUnicode_FormatLong (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Include/cpython/ |
D | unicodeobject.h | 1157 PyAPI_FUNC(PyObject*) _PyUnicode_FormatLong(PyObject *, int, int, int);
|
/third_party/python/Objects/ |
D | bytesobject.c | 494 return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type); in formatlong() 503 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type); in formatlong()
|
D | unicodeobject.c | 14752 _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()
|