_gsub 121 modules/up/src/gnug++/String.h int _gsub(const char*, int, const char* ,int); _gsub 122 modules/up/src/gnug++/String.h int _gsub(const Regex&, const char*, int); _gsub 1061 modules/up/src/gnug++/String.h return _gsub(pat.chars(), pat.length(), r.chars(), r.length()); _gsub 1066 modules/up/src/gnug++/String.h return _gsub(pat.chars(), pat.length(), r.chars(), r.length()); _gsub 1071 modules/up/src/gnug++/String.h return _gsub(pat, r.chars(), r.length()); _gsub 1076 modules/up/src/gnug++/String.h return _gsub(pat, -1, r.chars(), r.length()); _gsub 1081 modules/up/src/gnug++/String.h return _gsub(pat, -1, r, -1);