Searched refs:formatchar (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | stringobject.c | 4205 formatchar(char *buf, size_t buflen, PyObject *v) in formatchar() function 4568 len = formatchar(pbuf, sizeof(formatbuf), v); in PyString_Format()
|
D | unicodeobject.c | 8268 formatchar(Py_UNICODE *buf, in formatchar() function 8684 len = formatchar(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), v); in PyUnicode_Format()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | stringobject.c | 4185 formatchar(char *buf, size_t buflen, PyObject *v) in formatchar() function 4541 len = formatchar(pbuf, sizeof(formatbuf), v); in PyString_Format()
|
D | unicodeobject.c | 8164 formatchar(Py_UNICODE *buf, in formatchar() function 8576 len = formatchar(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), v); in PyUnicode_Format()
|