Searched refs:replace_substring (Results 1 – 4 of 4) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| D | bytearrayobject.c | 1881 replace_substring(PyByteArrayObject *self, in replace_substring() function 2018 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
|
| D | stringobject.c | 2672 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/ |
| D | bytearrayobject.c | 1877 replace_substring(PyByteArrayObject *self, in replace_substring() function 2014 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
|
| D | stringobject.c | 2653 replace_substring(PyStringObject *self, in replace_substring() function 2789 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
|