Home
last modified time | relevance | path

Searched refs:zeropad (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() argument
675 if (zeropad) in makefmt()
709 int zeropad; in PyUnicode_FromFormatV() local
923 zeropad = (*f == '0'); in PyUnicode_FromFormatV()
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()