Searched refs:__n1 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dbasic_file.cc141 xwritev(int __fd, const char* __s1, std::streamsize __n1, argument
144 std::streamsize __nleft = __n1 + __n2;
145 std::streamsize __n1_left = __n1;
177 return __n1 + __n2 - __nleft;
302 __basic_file<char>::xsputn_2(const char* __s1, streamsize __n1, argument
307 __ret = xwritev(this->fd(), __s1, __n1, __s2, __n2);
309 if (__n1)
310 __ret = xwrite(this->fd(), __s1, __n1);
312 if (__ret == __n1)
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dbasic_file.h94 xsputn_2(const char* __s1, streamsize __n1,
H A Dbasic_string.h316 _M_check_length(size_type __n1, size_type __n2, const char* __s) const argument
318 if (this->max_size() - (this->size() - __n1) < __n2)
1215 replace(size_type __pos1, size_type __n1, const basic_string& __str, argument
1217 { return this->replace(__pos1, __n1, __str._M_data()
1239 replace(size_type __pos, size_type __n1, const _CharT* __s,
1258 replace(size_type __pos, size_type __n1, const _CharT* __s) argument
1261 return this->replace(__pos, __n1, __s, traits_type::length(__s));
1281 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
1283 _M_limit(__pos, __n1), __n2, __c); }
1449 _M_replace_aux(size_type __pos1, size_type __n1, size_typ
[all...]
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_basic_string.i107 replace(size_type __pos1, size_type __n1, const basic_string& __str,
111 replace(size_type __pos, size_type __n1, const _CharT* __s,
115 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c);
190 compare(size_type __pos1, size_type __n1, const basic_string& __str,
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dvstring.h90 _M_check_length(size_type __n1, size_type __n2, const char* __s) const argument
92 if (this->max_size() - (this->size() - __n1) < __n2)
970 replace(size_type __pos1, size_type __n1, const __versa_string& __str, argument
973 return this->replace(__pos1, __n1, __str._M_data()
997 replace(size_type __pos, size_type __n1, const _CharT* __s, argument
1002 _M_limit(__pos, __n1), __s, __n2);
1021 replace(size_type __pos, size_type __n1, const _CharT* __s) argument
1024 return this->replace(__pos, __n1, __s, traits_type::length(__s));
1044 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
1046 _M_limit(__pos, __n1), __n
[all...]

Completed in 200 milliseconds