Lines Matching refs:__n2
95 _M_check_length(size_type __n1, size_type __n2, const char* __s) const in _GLIBCXX_VISIBILITY()
97 if (this->max_size() - (this->size() - __n1) < __n2) in _GLIBCXX_VISIBILITY()
1281 size_type __pos2, size_type __n2) in _GLIBCXX_VISIBILITY()
1286 __str._M_limit(__pos2, __n2)); in _GLIBCXX_VISIBILITY()
1309 size_type __n2) in _GLIBCXX_VISIBILITY()
1311 __glibcxx_requires_string_len(__s, __n2); in _GLIBCXX_VISIBILITY()
1313 _M_limit(__pos, __n1), __s, __n2); in _GLIBCXX_VISIBILITY()
1356 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) in _GLIBCXX_VISIBILITY()
1358 _M_limit(__pos, __n1), __n2, __c); } in _GLIBCXX_VISIBILITY()
1601 _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2, in _GLIBCXX_VISIBILITY()
2136 size_type __pos2, size_type __n2) const; in _GLIBCXX_VISIBILITY()
2206 size_type __n2) const; in _GLIBCXX_VISIBILITY()