Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Objects/
Dbytearrayobject.c1902 replace_substring(PyByteArrayObject *self, in replace_substring() function
2035 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
Dstringobject.c2673 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 Djson.hpp2862 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()