Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c1170 string_item(PyStringObject *a, register Py_ssize_t i) in string_item() function
1305 return string_item(self, i); in string_subscript()
1410 (ssizeargfunc)string_item, /*sq_item*/
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c1165 string_item(PyStringObject *a, register Py_ssize_t i) in string_item() function
1288 return string_item(self, i); in string_subscript()
1393 (ssizeargfunc)string_item, /*sq_item*/