Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c671 makefmt(char *fmt, int longflag, int size_tflag, int zeropad, int width, int precision, char c) in makefmt() function
951 makefmt(fmt, longflag, size_tflag, zeropad, width, precision, 'd'); in PyUnicode_FromFormatV()
961 makefmt(fmt, longflag, size_tflag, zeropad, width, precision, 'u'); in PyUnicode_FromFormatV()
971 makefmt(fmt, 0, 0, zeropad, width, precision, 'i'); in PyUnicode_FromFormatV()
976 makefmt(fmt, 0, 0, zeropad, width, precision, 'x'); in PyUnicode_FromFormatV()