Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
Dsstruct.py148 formatchar = m.group(1)
149 if formatchar != 'x' and formatstring:
157 formatchar = m.group(2)
165 formatchar = _fixedpointmappings[bits]
168 formatstring = formatstring + formatchar
/external/python/cpython2/Objects/
Dstringobject.c4220 formatchar(char *buf, size_t buflen, PyObject *v) in formatchar() function
4583 len = formatchar(pbuf, sizeof(formatbuf), v); in PyString_Format()
Dunicodeobject.c8281 formatchar(Py_UNICODE *buf, in formatchar() function
8700 len = formatchar(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), v); in PyUnicode_Format()