Home
last modified time | relevance | path

Searched refs:formatchar (Results 1 – 4 of 4) 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.c4217 formatchar(char *buf, size_t buflen, PyObject *v) in formatchar() function
4580 len = formatchar(pbuf, sizeof(formatbuf), v); in PyString_Format()
Dunicodeobject.c8277 formatchar(Py_UNICODE *buf, in formatchar() function
8696 len = formatchar(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), v); in PyUnicode_Format()
/external/python/cpython3/Objects/
Dunicodeobject.c14724 formatchar(PyObject *v) in formatchar() function
15036 Py_UCS4 ch = formatchar(v); in unicode_format_arg_format()