Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c1881 replace_substring(PyByteArrayObject *self, in replace_substring() function
2018 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
Dstringobject.c2672 replace_substring(PyStringObject *self, in replace_substring() function
2808 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c1877 replace_substring(PyByteArrayObject *self, in replace_substring() function
2014 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
Dstringobject.c2653 replace_substring(PyStringObject *self, in replace_substring() function
2789 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()