Searched refs:replaceWith (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/stylededit/
H A DStyledEditWindow.h66 bool _Replace(BString findThis, BString replaceWith,
H A DStyledEditWindow.cpp1795 StyledEditWindow::_Replace(BString findThis, BString replaceWith, argument
1806 fTextView->Insert(start, replaceWith.String(), replaceWith.Length());
1808 fTextView->Select(start, start + replaceWith.Length());
1818 StyledEditWindow::_ReplaceAll(BString findThis, BString replaceWith, argument
1838 fTextView->Insert(start, replaceWith.String(), replaceWith.Length());
1841 start += replaceWith.Length();
/haiku/src/kits/support/
H A DString.cpp2643 BString::_DoReplace(const char* findThis, const char* replaceWith, argument
2658 if (replaceWith == NULL)
2659 replaceWith = "";
2661 int32 replaceLen = strlen(replaceWith);
2670 _ReplaceAtPositions(&positions, findLen, replaceWith, replaceLen);
/haiku/headers/os/support/
H A DString.h415 const char* replaceWith, int32 maxReplaceCount,

Completed in 135 milliseconds