Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c8365 PyObject *uformat; in PyUnicode_Format() local
8371 uformat = PyUnicode_FromObject(format); in PyUnicode_Format()
8372 if (uformat == NULL) in PyUnicode_Format()
8374 fmt = PyUnicode_AS_UNICODE(uformat); in PyUnicode_Format()
8375 fmtcnt = PyUnicode_GET_SIZE(uformat); in PyUnicode_Format()
8712 PyUnicode_AS_UNICODE(uformat))); in PyUnicode_Format()
8808 Py_DECREF(uformat); in PyUnicode_Format()
8813 Py_DECREF(uformat); in PyUnicode_Format()