Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c2120 string_count(PyStringObject *self, PyObject *args) in string_count() function
3653 {"count", (PyCFunction)string_count, METH_VARARGS, count__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c2103 string_count(PyStringObject *self, PyObject *args) in string_count() function
3632 {"count", (PyCFunction)string_count, METH_VARARGS, count__doc__},