replace
using __STD::replace;
return replace (pos1, n1, _str.data () + pos2, n2);
{ return replace (length (), 0, _str, pos, n); }
{ return replace (length (), 0, s, n); }
{ return replace (length (), 0, n, c); }
{ return replace (iend (), iend (), first, last); }
{ return replace (0, npos, str, pos, n); }
{ return replace (0, npos, s, n); }
{ return replace (0, npos, n, c); }
{ return replace (ibegin (), iend (), first, last); }
{ return replace (pos1, 0, str, pos2, n); }
{ return replace (pos, 0, s, n); }
{ return replace (pos, 0, n, c); }
{ replace (p, p, first, last); }
{ return replace (pos, n, (size_type)0, (charT)0); }
replace (__o, 1, (size_type)0, (charT)0); selfish ();
replace (__o, l-f, (size_type)0, (charT)0);selfish ();
basic_string& replace (size_type pos1, size_type n1, const basic_string& str,
basic_string& replace (size_type pos, size_type n1, const charT* s,
basic_string& replace (size_type pos, size_type n1, const charT* s)
{ return replace (pos, n1, s, traits::length (s)); }
basic_string& replace (size_type pos, size_type n1, size_type n2, charT c);
basic_string& replace (size_type pos, size_type n, charT c)
{ return replace (pos, n, 1, c); }
basic_string& replace (iterator i1, iterator i2, const basic_string& str)
{ return replace (i1 - ibegin (), i2 - i1, str); }
basic_string& replace (iterator i1, iterator i2, const charT* s, size_type n)
{ return replace (i1 - ibegin (), i2 - i1, s, n); }
basic_string& replace (iterator i1, iterator i2, const charT* s)
{ return replace (i1 - ibegin (), i2 - i1, s); }
basic_string& replace (iterator i1, iterator i2, size_type n, charT c)
{ return replace (i1 - ibegin (), i2 - i1, n, c); }
basic_string& replace(iterator i1, iterator i2,
basic_string& replace(iterator i1, iterator i2,
replace (iterator i1, iterator i2, const_iterator j1, const_iterator j2)
static _RopeRep* replace(_RopeRep* __old, size_t __pos1,
replace(_M_tree_ptr, __p, __p, __r._M_tree_ptr);
void replace(size_t __p, size_t __n, const rope& __r) {
replace(_M_tree_ptr, __p, __p + __n, __r._M_tree_ptr);
void replace(size_t __p, size_t __n,
replace(__p, __n, __r);
void replace(size_t __p, size_t __n, _CharT __c) {
replace(__p, __n, __r);
void replace(size_t __p, size_t __n, const _CharT* __c_string) {
replace(__p, __n, __r);
void replace(size_t __p, size_t __n,
replace(__p, __n, __r);
void replace(size_t __p, size_t __n,
replace(__p, __n, __r);
void replace(size_t __p, size_t __n,
replace(__p, __n, __r);
void replace(size_t __p, _CharT __c) {
void replace(size_t __p, const rope& __r) {
replace(__p, 1, __r);
void replace(size_t __p, const _CharT* __i, size_t __i_len) {
replace(__p, 1, __i, __i_len);
void replace(size_t __p, const _CharT* __c_string) {
replace(__p, 1, __c_string);
void replace(size_t __p, const _CharT* __i, const _CharT* __j) {
replace(__p, 1, __i, __j);
void replace(size_t __p, const const_iterator& __i,
replace(__p, 1, __i, __j);
void replace(size_t __p, const iterator& __i,
replace(__p, 1, __i, __j);
_RopeRep* __result = replace(_M_tree_ptr, __p, __p + __n, 0);
void replace(const iterator& __p, const iterator& __q,
{ replace(__p.index(), __q.index() - __p.index(), __r); }
void replace(const iterator& __p, const iterator& __q, _CharT __c)
{ replace(__p.index(), __q.index() - __p.index(), __c); }
void replace(const iterator& __p, const iterator& __q,
{ replace(__p.index(), __q.index() - __p.index(), __c_string); }
void replace(const iterator& __p, const iterator& __q,
{ replace(__p.index(), __q.index() - __p.index(), __i, __n); }
void replace(const iterator& __p, const iterator& __q,
{ replace(__p.index(), __q.index() - __p.index(), __i, __j); }
void replace(const iterator& __p, const iterator& __q,
{ replace(__p.index(), __q.index() - __p.index(), __i, __j); }
void replace(const iterator& __p, const iterator& __q,
{ replace(__p.index(), __q.index() - __p.index(), __i, __j); }
void replace(const iterator& __p, const rope& __r)
{ replace(__p.index(), __r); }
void replace(const iterator& __p, _CharT __c)
{ replace(__p.index(), __c); }
void replace(const iterator& __p, const _CharT* __c_string)
{ replace(__p.index(), __c_string); }
void replace(const iterator& __p, const _CharT* __i, size_t __n)
{ replace(__p.index(), __i, __n); }
void replace(const iterator& __p, const _CharT* __i, const _CharT* __j)
{ replace(__p.index(), __i, __j); }
void replace(const iterator& __p, const_iterator __i,
{ replace(__p.index(), __i, __j); }
void replace(const iterator& __p, iterator __i, iterator __j)
{ replace(__p.index(), __i, __j); }
struct Replace { int32 index; BListItem *item; } replace;
_VECTOR_SET_CLASS_NAME::Insert(const Value &value, bool replace)
if (replace)
status_t Insert(const Value &value, bool replace = true);
bool replace = true);
bool replace = false;
if ((message->FindBool("replace", &replace) == B_OK)
&& (replace == true)) {
op->replace(m_op);
virtual void replace(
fInputMethodUndoState.replace = true;
fInputMethodUndoState.replace = false;
if (fInputMethodUndoState.replace) {
fInputMethodUndoState.replace = false;
fInputMethodUndoState.replace = false;
struct { bool active, replace; } fInputMethodUndoState;
StyledEditWindow::SearchAllWindows(BString find, BString replace,
message->AddString("ReplaceText", replace);
void SearchAllWindows(BString find, BString replace,
void _ReplaceAll(BString find, BString replace,
void replace (char *, char *);
replace(origfile, tmpfile);
switch (G.lpUserFunctions->replace != NULL ?
(*G.lpUserFunctions->replace)(G.filename) :
data.replace.index = index;
data.replace.item = item;
return _ReplaceItem(data->replace.index, data->replace.item);
bool replace)
if (replace)
AVLTreeNode* replace = NULL;
result = _RemoveRightMostChild(&node->left, &replace);
replace->parent = parent;
replace->left = node->left;
replace->right = node->right;
node->left->parent = replace;
node->right->parent = replace;
replace->balance_factor = node->balance_factor;
*nodeP = replace;
replace->balance_factor++;
replace = node->left;
replace->parent = parent;
replace->balance_factor = node->balance_factor + 1;
*nodeP = replace;
replace = node->right;
replace->parent = node->parent;
replace->balance_factor = node->balance_factor - 1;
*nodeP = replace;
void Insert(const Value& value, bool replace = true)
CPPUNIT_ASSERT(fMySet.Insert(value, replace) == B_OK);