Searched refs:formatchar (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstringobject.c4205 formatchar(char *buf, size_t buflen, PyObject *v) function
4568 len = formatchar(pbuf, sizeof(formatbuf), v);
H A Dunicodeobject.c8268 formatchar(Py_UNICODE *buf, function
8684 len = formatchar(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), v);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstringobject.c4185 formatchar(char *buf, size_t buflen, PyObject *v) function
4541 len = formatchar(pbuf, sizeof(formatbuf), v);
H A Dunicodeobject.c8164 formatchar(Py_UNICODE *buf, function
8576 len = formatchar(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), v);

Completed in 44 milliseconds