Searched refs:replace_substring (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 1902 replace_substring(PyByteArrayObject *self, in replace_substring() function 2035 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
|
D | stringobject.c | 2673 replace_substring(PyStringObject *self, in replace_substring() function 2805 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
|
/aosp_15_r20/external/ublksrv/include/nlohmann/ |
H A D | json.hpp | 2862 inline void replace_substring(StringType& s, const StringType& f, in replace_substring() function 2883 replace_substring(s, StringType{"~"}, StringType{"~0"}); in escape() 2884 replace_substring(s, StringType{"/"}, StringType{"~1"}); in escape() 2898 replace_substring(s, StringType{"~1"}, StringType{"/"}); in unescape() 2899 replace_substring(s, StringType{"~0"}, StringType{"~"}); in unescape()
|