Searched refs:formatchar (Results 1 – 3 of 3) sorted by relevance
148 formatchar = m.group(1)149 if formatchar != 'x' and formatstring:157 formatchar = m.group(2)165 formatchar = _fixedpointmappings[bits]168 formatstring = formatstring + formatchar
4220 formatchar(char *buf, size_t buflen, PyObject *v) in formatchar() function4583 len = formatchar(pbuf, sizeof(formatbuf), v); in PyString_Format()
8281 formatchar(Py_UNICODE *buf, in formatchar() function8700 len = formatchar(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), v); in PyUnicode_Format()