Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 170) sorted by relevance

1234567

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dmisc-inst.cc47 template string& string::replace(iterator, iterator, const string&);
49 string::replace(iterator, iterator, const char*, size_type);
50 template string& string::replace(iterator, iterator, const char*);
51 template string& string::replace(iterator, iterator, size_type, char);
52 template string& string::replace(iterator, iterator, char*, char*);
54 string::replace(iterator, iterator, const char*, const char*);
57 string::replace(iterator, iterator, const_iterator, const_iterator);
65 template wstring& wstring::replace(iterator, iterator, const wstring&);
67 wstring::replace(iterator, iterator, const wchar_t*, size_type);
72 wstring::replace(iterator, iterator, const wchar_t*, const wchar_t*);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dmisc-inst.cc47 template string& string::replace(iterator, iterator, const string&);
49 string::replace(iterator, iterator, const char*, size_type);
50 template string& string::replace(iterator, iterator, const char*);
51 template string& string::replace(iterator, iterator, size_type, char);
52 template string& string::replace(iterator, iterator, char*, char*);
54 string::replace(iterator, iterator, const char*, const char*);
57 string::replace(iterator, iterator, const_iterator, const_iterator);
65 template wstring& wstring::replace(iterator, iterator, const wstring&);
67 wstring::replace(iterator, iterator, const wchar_t*, size_type);
72 wstring::replace(iterator, iterator, const wchar_t*, const wchar_t*);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dmisc-inst.cc47 template string& string::replace(iterator, iterator, const string&);
49 string::replace(iterator, iterator, const char*, size_type);
50 template string& string::replace(iterator, iterator, const char*);
51 template string& string::replace(iterator, iterator, size_type, char);
52 template string& string::replace(iterator, iterator, char*, char*);
54 string::replace(iterator, iterator, const char*, const char*);
57 string::replace(iterator, iterator, const_iterator, const_iterator);
65 template wstring& wstring::replace(iterator, iterator, const wstring&);
67 wstring::replace(iterator, iterator, const wchar_t*, size_type);
72 wstring::replace(iterator, iterator, const wchar_t*, const wchar_t*);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dmisc-inst.cc47 template string& string::replace(iterator, iterator, const string&);
49 string::replace(iterator, iterator, const char*, size_type);
50 template string& string::replace(iterator, iterator, const char*);
51 template string& string::replace(iterator, iterator, size_type, char);
52 template string& string::replace(iterator, iterator, char*, char*);
54 string::replace(iterator, iterator, const char*, const char*);
57 string::replace(iterator, iterator, const_iterator, const_iterator);
65 template wstring& wstring::replace(iterator, iterator, const wstring&);
67 wstring::replace(iterator, iterator, const wchar_t*, size_type);
72 wstring::replace(iterator, iterator, const wchar_t*, const wchar_t*);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dmisc-inst.cc47 template string& string::replace(iterator, iterator, const string&);
49 string::replace(iterator, iterator, const char*, size_type);
50 template string& string::replace(iterator, iterator, const char*);
51 template string& string::replace(iterator, iterator, size_type, char);
52 template string& string::replace(iterator, iterator, char*, char*);
54 string::replace(iterator, iterator, const char*, const char*);
57 string::replace(iterator, iterator, const_iterator, const_iterator);
65 template wstring& wstring::replace(iterator, iterator, const wstring&);
67 wstring::replace(iterator, iterator, const wchar_t*, size_type);
72 wstring::replace(iterator, iterator, const wchar_t*, const wchar_t*);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dmisc-inst.cc47 template string& string::replace(iterator, iterator, const string&);
49 string::replace(iterator, iterator, const char*, size_type);
50 template string& string::replace(iterator, iterator, const char*);
51 template string& string::replace(iterator, iterator, size_type, char);
52 template string& string::replace(iterator, iterator, char*, char*);
54 string::replace(iterator, iterator, const char*, const char*);
57 string::replace(iterator, iterator, const_iterator, const_iterator);
65 template wstring& wstring::replace(iterator, iterator, const wstring&);
67 wstring::replace(iterator, iterator, const wchar_t*, size_type);
72 wstring::replace(iterator, iterator, const wchar_t*, const wchar_t*);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dmisc-inst.cc75 template string& string::replace(iterator, iterator, const string&);
77 string::replace(iterator, iterator, const char*, size_type);
78 template string& string::replace(iterator, iterator, const char*);
79 template string& string::replace(iterator, iterator, size_type, char);
80 template string& string::replace(iterator, iterator, char*, char*);
82 string::replace(iterator, iterator, const char*, const char*);
85 string::replace(iterator, iterator, const_iterator, const_iterator);
93 template wstring& wstring::replace(iterator, iterator, const wstring&);
95 wstring::replace(iterator, iterator, const wchar_t*, size_type);
100 wstring::replace(iterator, iterator, const wchar_t*, const wchar_t*);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dvstring.h944 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
963 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
988 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1007 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1038 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1105 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1490 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1508 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1524 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1540 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dvstring.h944 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
963 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
988 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1007 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1038 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1105 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1490 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1508 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1524 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1540 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dvstring.h944 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
963 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
988 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1007 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1038 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1105 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1490 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1508 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1524 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1540 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Dvstring.h944 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
963 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
988 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1007 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1038 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1105 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1490 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1508 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1524 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1540 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Dvstring.h945 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
964 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
989 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1008 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1039 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1106 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1491 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1509 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1525 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1541 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dvstring.h944 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
963 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
988 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1007 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1038 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1105 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1490 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1508 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1524 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1540 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Dvstring.h945 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
964 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
989 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1008 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1039 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1106 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1491 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1509 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1525 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1541 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Dvstring.h944 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
963 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
988 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1007 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1038 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1105 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1490 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1508 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1524 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1540 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dbasic_string.h1527 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
1546 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1571 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1689 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
2090 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
2198 return this->replace(__pos1, __n1, __sv.data() in _GLIBCXX_VISIBILITY()
4410 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
4886 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
4909 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
4930 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dsetenv.c44 int replace) in __add_to_environ() argument
65 if (!replace) in __add_to_environ()
117 int setenv(const char *name, const char *value, int replace) in setenv() argument
120 return __add_to_environ(name, value ? value : "", replace); in setenv()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dbasic_string.h1335 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
1354 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1379 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1398 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1430 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1497 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1856 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
3751 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
4191 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
4214 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dbasic_string.h1324 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
1343 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1368 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1387 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1419 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1486 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1842 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
3696 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
4133 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
4156 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dbasic_string.h1542 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
1561 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1586 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1788 return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
2113 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
2221 return this->replace(__pos1, __n1, in _GLIBCXX_VISIBILITY()
4490 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
4965 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
4988 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
5009 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dbasic_string.h1537 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
1556 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1581 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1699 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
2100 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
2208 return this->replace(__pos1, __n1, __sv.data() in _GLIBCXX_VISIBILITY()
4420 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
4896 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
4919 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
4940 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dbasic_string.h1558 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
1577 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1602 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1803 return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
2128 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
2236 return this->replace(__pos1, __n1, in _GLIBCXX_VISIBILITY()
4546 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
5021 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
5044 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
5065 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dbasic_string.h1551 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
1570 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1595 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1796 return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
2121 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
2229 return this->replace(__pos1, __n1, in _GLIBCXX_VISIBILITY()
4511 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
4986 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
5009 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
5030 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dbasic_string.h1204 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1221 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1471 { return this->replace(__pos1, __n1, __str._M_data() in _GLIBCXX_VISIBILITY()
1641 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1659 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1664 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1670 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1680 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1685 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1691 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/debug/
A Dstring613 _Base::replace(__pos1, __n1, __str);
622 _Base::replace(__pos1, __n1, __str, __pos2, __n2);
632 _Base::replace(__pos, __n1, __s, __n2);
641 _Base::replace(__pos, __n1, __s);
649 _Base::replace(__pos, __n1, __n2, __c);
658 _Base::replace(__i1.base(), __i2.base(), __str);
668 _Base::replace(__i1.base(), __i2.base(), __s, __n);
678 _Base::replace(__i1.base(), __i2.base(), __s);
694 replace(iterator __i1, iterator __i2,
699 _Base::replace(__i1.base(), __i2.base(), __j1, __j2);
[all …]

Completed in 109 milliseconds

1234567