Searched refs:_DoReplace (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/support/
H A DString.cpp32 // define proper names for case-option of _DoReplace()
36 // define proper names for count-option of _DoReplace()
904 return _DoReplace(string.String(), "", REPLACE_ALL, 0, KEEP_CASE);
943 return _DoReplace(string, "", REPLACE_ALL, 0, KEEP_CASE);
1568 return _DoReplace(replaceThis, withThis, 1, 0, KEEP_CASE);
1614 return _DoReplace(replaceThis, withThis, REPLACE_ALL,
1630 return _DoReplace(replaceThis, withThis, maxReplaceCount,
1720 return _DoReplace(replaceThis, withThis, 1, 0, IGNORE_CASE);
1766 return _DoReplace(replaceThis, withThis, REPLACE_ALL,
1782 return _DoReplace(replaceThi
2643 BString::_DoReplace(const char* findThis, const char* replaceWith, function in class:BString
[all...]
/haiku/headers/os/support/
H A DString.h414 BString& _DoReplace(const char* findThis,

Completed in 37 milliseconds