Home
last modified time | relevance | path

Searched refs:formatint (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dstringobject.c4144 formatint(char *buf, size_t buflen, int flags, in formatint() function
4522 len = formatint(pbuf, in PyString_Format()
Dunicodeobject.c8202 formatint(Py_UNICODE *buf, in formatint() function
8646 len = formatint(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), in PyUnicode_Format()