Searched defs:replace (Results 26 - 50 of 542) sorted by relevance

1234567891011>>

/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string_workaround.h472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
473 _Base::replace(__pos, __n, __s);
477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
479 _Base::replace(__pos1, __n1, __s, __pos2, __n2);
483 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
486 _Base::replace(__pos, __n1, __s, __n2);
490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
492 _Base::replace(__pos, __n1, __s);
496 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
498 _Base::replace(__po
502 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
508 _Self& replace(iterator __first, iterator __last, function in class:basic_string
516 _Self& replace(iterator __first, iterator __last, function in class:basic_string
524 _Self& replace(iterator __first, iterator __last, function in class:basic_string
534 _Self& replace(iterator __first, iterator __last, function in class:basic_string
542 _Self& replace(iterator __first, iterator __last, function in class:basic_string
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, function in class:_Alloc
H A D_string_workaround.h472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
473 _Base::replace(__pos, __n, __s);
477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
479 _Base::replace(__pos1, __n1, __s, __pos2, __n2);
483 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
486 _Base::replace(__pos, __n1, __s, __n2);
490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
492 _Base::replace(__pos, __n1, __s);
496 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
498 _Base::replace(__po
502 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
508 _Self& replace(iterator __first, iterator __last, function in class:basic_string
516 _Self& replace(iterator __first, iterator __last, function in class:basic_string
524 _Self& replace(iterator __first, iterator __last, function in class:basic_string
534 _Self& replace(iterator __first, iterator __last, function in class:basic_string
542 _Self& replace(iterator __first, iterator __last, function in class:basic_string
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string.c372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, function in class:_Alloc
H A D_string_workaround.h472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
473 _Base::replace(__pos, __n, __s);
477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
479 _Base::replace(__pos1, __n1, __s, __pos2, __n2);
483 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
486 _Base::replace(__pos, __n1, __s, __n2);
490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
492 _Base::replace(__pos, __n1, __s);
496 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
498 _Base::replace(__po
502 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
508 _Self& replace(iterator __first, iterator __last, function in class:basic_string
516 _Self& replace(iterator __first, iterator __last, function in class:basic_string
524 _Self& replace(iterator __first, iterator __last, function in class:basic_string
534 _Self& replace(iterator __first, iterator __last, function in class:basic_string
542 _Self& replace(iterator __first, iterator __last, function in class:basic_string
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, function in class:_Alloc
H A D_string_workaround.h472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
473 _Base::replace(__pos, __n, __s);
477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
479 _Base::replace(__pos1, __n1, __s, __pos2, __n2);
483 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
486 _Base::replace(__pos, __n1, __s, __n2);
490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
492 _Base::replace(__pos, __n1, __s);
496 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
498 _Base::replace(__po
502 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
508 _Self& replace(iterator __first, iterator __last, function in class:basic_string
516 _Self& replace(iterator __first, iterator __last, function in class:basic_string
524 _Self& replace(iterator __first, iterator __last, function in class:basic_string
534 _Self& replace(iterator __first, iterator __last, function in class:basic_string
542 _Self& replace(iterator __first, iterator __last, function in class:basic_string
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DUserString.py107 def replace(self, old, new, maxsplit=-1): member in class:UserString
108 return self.__class__(self.data.replace(old, new, maxsplit))
H A Dstring.py511 def replace(s, old, new, maxreplace=-1): function
512 """replace (str, old, new[, maxreplace]) -> string
519 return s.replace(old, new, maxreplace)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py132 def replace(self, new): member in class:Base
673 If content is not None, replace the dot with the parenthesized
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DUserString.py107 def replace(self, old, new, maxsplit=-1): member in class:UserString
108 return self.__class__(self.data.replace(old, new, maxsplit))
H A Dstring.py511 def replace(s, old, new, maxreplace=-1): function
512 """replace (str, old, new[, maxreplace]) -> string
519 return s.replace(old, new, maxreplace)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py132 def replace(self, new): member in class:Base
673 If content is not None, replace the dot with the parenthesized
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dvstring.h777 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
906 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
934 { this->replace(__p, __p, __n, __c); }
956 { this->replace(__p, __p, __beg, __end); }
984 { return this->replace(__pos1, size_type(0),
1008 { return this->replace(__pos1, size_type(0), __str._M_data()
1030 { return this->replace(__pos, size_type(0), __s, __n); }
1051 return this->replace(__pos, size_type(0), __s,
1175 * @param __pos Index of first character to replace.
1191 replace(size_typ function in class:__versa_string
1214 replace(size_type __pos1, size_type __n1, const __versa_string& __str, function in class:__versa_string
1242 replace(size_type __pos, size_type __n1, const _CharT* __s, function in class:__versa_string
1266 replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__versa_string
1290 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:__versa_string
1308 replace(iterator __i1, iterator __i2, const __versa_string& __str) function in class:__versa_string
1326 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) function in class:__versa_string
1347 replace(iterator __i1, iterator __i2, const _CharT* __s) function in class:__versa_string
1368 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) function in class:__versa_string
1393 replace(iterator __i1, iterator __i2, function in class:__versa_string
1405 replace(iterator __i1, iterator __i2, function in class:__versa_string
1419 replace(iterator __i1, iterator __i2, _CharT* __k1, _CharT* __k2) function in class:__versa_string
1429 replace(iterator __i1, iterator __i2, function in class:__versa_string
1440 replace(iterator __i1, iterator __i2, iterator __k1, iterator __k2) function in class:__versa_string
1450 replace(iterator __i1, iterator __i2, function in class:__versa_string
1474 __versa_string& replace(iterator __i1, iterator __i2, function in class:__versa_string
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dvstring.h777 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
906 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
934 { this->replace(__p, __p, __n, __c); }
956 { this->replace(__p, __p, __beg, __end); }
984 { return this->replace(__pos1, size_type(0),
1008 { return this->replace(__pos1, size_type(0), __str._M_data()
1030 { return this->replace(__pos, size_type(0), __s, __n); }
1051 return this->replace(__pos, size_type(0), __s,
1175 * @param __pos Index of first character to replace.
1191 replace(size_typ function in class:__versa_string
1214 replace(size_type __pos1, size_type __n1, const __versa_string& __str, function in class:__versa_string
1242 replace(size_type __pos, size_type __n1, const _CharT* __s, function in class:__versa_string
1266 replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__versa_string
1290 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:__versa_string
1308 replace(iterator __i1, iterator __i2, const __versa_string& __str) function in class:__versa_string
1326 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) function in class:__versa_string
1347 replace(iterator __i1, iterator __i2, const _CharT* __s) function in class:__versa_string
1368 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) function in class:__versa_string
1393 replace(iterator __i1, iterator __i2, function in class:__versa_string
1405 replace(iterator __i1, iterator __i2, function in class:__versa_string
1419 replace(iterator __i1, iterator __i2, _CharT* __k1, _CharT* __k2) function in class:__versa_string
1429 replace(iterator __i1, iterator __i2, function in class:__versa_string
1440 replace(iterator __i1, iterator __i2, iterator __k1, iterator __k2) function in class:__versa_string
1450 replace(iterator __i1, iterator __i2, function in class:__versa_string
1474 __versa_string& replace(iterator __i1, iterator __i2, function in class:__versa_string
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dvstring.h777 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
906 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
934 { this->replace(__p, __p, __n, __c); }
956 { this->replace(__p, __p, __beg, __end); }
984 { return this->replace(__pos1, size_type(0),
1008 { return this->replace(__pos1, size_type(0), __str._M_data()
1030 { return this->replace(__pos, size_type(0), __s, __n); }
1051 return this->replace(__pos, size_type(0), __s,
1175 * @param __pos Index of first character to replace.
1191 replace(size_typ function in class:__versa_string
1214 replace(size_type __pos1, size_type __n1, const __versa_string& __str, function in class:__versa_string
1242 replace(size_type __pos, size_type __n1, const _CharT* __s, function in class:__versa_string
1266 replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__versa_string
1290 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:__versa_string
1308 replace(iterator __i1, iterator __i2, const __versa_string& __str) function in class:__versa_string
1326 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) function in class:__versa_string
1347 replace(iterator __i1, iterator __i2, const _CharT* __s) function in class:__versa_string
1368 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) function in class:__versa_string
1393 replace(iterator __i1, iterator __i2, function in class:__versa_string
1405 replace(iterator __i1, iterator __i2, function in class:__versa_string
1419 replace(iterator __i1, iterator __i2, _CharT* __k1, _CharT* __k2) function in class:__versa_string
1429 replace(iterator __i1, iterator __i2, function in class:__versa_string
1440 replace(iterator __i1, iterator __i2, iterator __k1, iterator __k2) function in class:__versa_string
1450 replace(iterator __i1, iterator __i2, function in class:__versa_string
1474 __versa_string& replace(iterator __i1, iterator __i2, function in class:__versa_string
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h167 //replace
168 _BString& replace(size_type __pos, size_type __n, const _BString& __s) function in class:__bstr_sum
169 {return _M_get_storage().replace(__pos, __n, __s);}
170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) function in class:__bstr_sum
171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);}
172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) function in class:__bstr_sum
173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);}
174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__bstr_sum
175 {return _M_get_storage().replace(__pos, __n1, __s);}
176 _BString& replace(size_typ function in class:__bstr_sum
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
517 _M_non_dbg_impl.replace(__pos, __n, __s._M_non_dbg_impl);
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2);
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { function in class:basic_string
534 _M_non_dbg_impl.replace(__pos, __n1, __s, __n2);
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
543 _M_non_dbg_impl.replace(__pos, __n1, __s);
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) { function in class:basic_string
550 _M_non_dbg_impl.replace(__po
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { function in class:basic_string
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { function in class:basic_string
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { function in class:basic_string
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { function in class:basic_string
593 _Self& replace(iterator __first, iterator __last, function in class:basic_string
607 _Self& replace(iterator __first, iterator __last, function in class:basic_string
620 _Self& replace(iterator __first, iterator __last, function in class:basic_string
630 _Self& replace(iterator __first, iterator __last, function in class:basic_string
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h167 //replace
168 _BString& replace(size_type __pos, size_type __n, const _BString& __s) function in class:__bstr_sum
169 {return _M_get_storage().replace(__pos, __n, __s);}
170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) function in class:__bstr_sum
171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);}
172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) function in class:__bstr_sum
173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);}
174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__bstr_sum
175 {return _M_get_storage().replace(__pos, __n1, __s);}
176 _BString& replace(size_typ function in class:__bstr_sum
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
517 _M_non_dbg_impl.replace(__pos, __n, __s._M_non_dbg_impl);
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2);
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { function in class:basic_string
534 _M_non_dbg_impl.replace(__pos, __n1, __s, __n2);
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
543 _M_non_dbg_impl.replace(__pos, __n1, __s);
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) { function in class:basic_string
550 _M_non_dbg_impl.replace(__po
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { function in class:basic_string
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { function in class:basic_string
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { function in class:basic_string
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { function in class:basic_string
593 _Self& replace(iterator __first, iterator __last, function in class:basic_string
607 _Self& replace(iterator __first, iterator __last, function in class:basic_string
620 _Self& replace(iterator __first, iterator __last, function in class:basic_string
630 _Self& replace(iterator __first, iterator __last, function in class:basic_string
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h167 //replace
168 _BString& replace(size_type __pos, size_type __n, const _BString& __s) function in class:__bstr_sum
169 {return _M_get_storage().replace(__pos, __n, __s);}
170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) function in class:__bstr_sum
171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);}
172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) function in class:__bstr_sum
173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);}
174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__bstr_sum
175 {return _M_get_storage().replace(__pos, __n1, __s);}
176 _BString& replace(size_typ function in class:__bstr_sum
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
517 _M_non_dbg_impl.replace(__pos, __n, __s._M_non_dbg_impl);
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2);
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { function in class:basic_string
534 _M_non_dbg_impl.replace(__pos, __n1, __s, __n2);
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
543 _M_non_dbg_impl.replace(__pos, __n1, __s);
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) { function in class:basic_string
550 _M_non_dbg_impl.replace(__po
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { function in class:basic_string
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { function in class:basic_string
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { function in class:basic_string
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { function in class:basic_string
593 _Self& replace(iterator __first, iterator __last, function in class:basic_string
607 _Self& replace(iterator __first, iterator __last, function in class:basic_string
620 _Self& replace(iterator __first, iterator __last, function in class:basic_string
630 _Self& replace(iterator __first, iterator __last, function in class:basic_string
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dvstring.h768 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
892 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
920 { this->replace(__p, __p, __n, __c); }
937 { this->replace(__p, __p, __beg, __end); }
965 { return this->replace(__pos1, size_type(0),
989 { return this->replace(__pos1, size_type(0), __str._M_data()
1011 { return this->replace(__pos, size_type(0), __s, __n); }
1032 return this->replace(__pos, size_type(0), __s,
1156 * @param __pos Index of first character to replace.
1172 replace(size_typ function in class:__versa_string
1195 replace(size_type __pos1, size_type __n1, const __versa_string& __str, function in class:__versa_string
1223 replace(size_type __pos, size_type __n1, const _CharT* __s, function in class:__versa_string
1247 replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__versa_string
1271 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:__versa_string
1289 replace(iterator __i1, iterator __i2, const __versa_string& __str) function in class:__versa_string
1307 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) function in class:__versa_string
1328 replace(iterator __i1, iterator __i2, const _CharT* __s) function in class:__versa_string
1349 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) function in class:__versa_string
1372 replace(iterator __i1, iterator __i2, function in class:__versa_string
1385 replace(iterator __i1, iterator __i2, _CharT* __k1, _CharT* __k2) function in class:__versa_string
1395 replace(iterator __i1, iterator __i2, function in class:__versa_string
1406 replace(iterator __i1, iterator __i2, iterator __k1, iterator __k2) function in class:__versa_string
1416 replace(iterator __i1, iterator __i2, function in class:__versa_string
1440 __versa_string& replace(iterator __i1, iterator __i2, function in class:__versa_string
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h167 //replace
168 _BString& replace(size_type __pos, size_type __n, const _BString& __s) function in class:__bstr_sum
169 {return _M_get_storage().replace(__pos, __n, __s);}
170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) function in class:__bstr_sum
171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);}
172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) function in class:__bstr_sum
173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);}
174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__bstr_sum
175 {return _M_get_storage().replace(__pos, __n1, __s);}
176 _BString& replace(size_typ function in class:__bstr_sum
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
517 _M_non_dbg_impl.replace(__pos, __n, __s._M_non_dbg_impl);
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2);
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { function in class:basic_string
534 _M_non_dbg_impl.replace(__pos, __n1, __s, __n2);
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
543 _M_non_dbg_impl.replace(__pos, __n1, __s);
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) { function in class:basic_string
550 _M_non_dbg_impl.replace(__po
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { function in class:basic_string
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { function in class:basic_string
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { function in class:basic_string
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { function in class:basic_string
593 _Self& replace(iterator __first, iterator __last, function in class:basic_string
607 _Self& replace(iterator __first, iterator __last, function in class:basic_string
620 _Self& replace(iterator __first, iterator __last, function in class:basic_string
630 _Self& replace(iterator __first, iterator __last, function in class:basic_string
[all...]

Completed in 1872 milliseconds

1234567891011>>