Lines Matching refs:__n2
94 _M_check_length(size_type __n1, size_type __n2, const char* __s) const in _GLIBCXX_VISIBILITY()
96 if (this->max_size() - (this->size() - __n1) < __n2) in _GLIBCXX_VISIBILITY()
1196 size_type __pos2, size_type __n2) in _GLIBCXX_VISIBILITY()
1201 __str._M_limit(__pos2, __n2)); in _GLIBCXX_VISIBILITY()
1224 size_type __n2) in _GLIBCXX_VISIBILITY()
1226 __glibcxx_requires_string_len(__s, __n2); in _GLIBCXX_VISIBILITY()
1228 _M_limit(__pos, __n1), __s, __n2); in _GLIBCXX_VISIBILITY()
1271 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) in _GLIBCXX_VISIBILITY()
1273 _M_limit(__pos, __n1), __n2, __c); } in _GLIBCXX_VISIBILITY()
1458 _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2, in _GLIBCXX_VISIBILITY()
1993 size_type __pos2, size_type __n2) const; in _GLIBCXX_VISIBILITY()
2063 size_type __n2) const; in _GLIBCXX_VISIBILITY()