HomeSort by relevance Sort by last modified time
    Searched full:__iend (Results 1 - 24 of 24) sorted by null

  /external/stlport/stlport/stl/
_num_put.c 192 __put_integer(char* __buf, char* __iend, _OutputIter __s,
202 __ct.widen(__buf, __iend, __wbuf);
203 ptrdiff_t __len = __iend - __buf;
232 __put_integer(char* __buf, char* __iend, _OutputIter __s,
235 ptrdiff_t __len = __iend - __buf;
253 _STLP_STD::copy(__buf, __iend, (char *) __grpbuf);
255 __iend = __grpbuf + __len;
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep(),
_fstream.c 215 _CharT* __iend = this->pptr(); local
220 *__iend++ = _Traits::to_char_type(__c);
223 while (__ibegin != __iend) {
227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext,
230 return _Noconv_output<_Traits>::_M_doit(this, __ibegin, __iend)
241 (((__inext == __iend) &&
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) ||
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 192 __put_integer(char* __buf, char* __iend, _OutputIter __s,
202 __ct.widen(__buf, __iend, __wbuf);
203 ptrdiff_t __len = __iend - __buf;
232 __put_integer(char* __buf, char* __iend, _OutputIter __s,
235 ptrdiff_t __len = __iend - __buf;
253 _STLP_STD::copy(__buf, __iend, (char *) __grpbuf);
255 __iend = __grpbuf + __len;
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep(),
_fstream.c 215 _CharT* __iend = this->pptr(); local
220 *__iend++ = _Traits::to_char_type(__c);
223 while (__ibegin != __iend) {
227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext,
230 return _Noconv_output<_Traits>::_M_doit(this, __ibegin, __iend)
241 (((__inext == __iend) &&
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) ||
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 192 __put_integer(char* __buf, char* __iend, _OutputIter __s,
202 __ct.widen(__buf, __iend, __wbuf);
203 ptrdiff_t __len = __iend - __buf;
232 __put_integer(char* __buf, char* __iend, _OutputIter __s,
235 ptrdiff_t __len = __iend - __buf;
253 _STLP_STD::copy(__buf, __iend, (char *) __grpbuf);
255 __iend = __grpbuf + __len;
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep(),
_fstream.c 215 _CharT* __iend = this->pptr(); local
220 *__iend++ = _Traits::to_char_type(__c);
223 while (__ibegin != __iend) {
227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext,
230 return _Noconv_output<_Traits>::_M_doit(this, __ibegin, __iend)
241 (((__inext == __iend) &&
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) ||
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 192 __put_integer(char* __buf, char* __iend, _OutputIter __s,
202 __ct.widen(__buf, __iend, __wbuf);
203 ptrdiff_t __len = __iend - __buf;
232 __put_integer(char* __buf, char* __iend, _OutputIter __s,
235 ptrdiff_t __len = __iend - __buf;
253 _STLP_STD::copy(__buf, __iend, (char *) __grpbuf);
255 __iend = __grpbuf + __len;
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep(),
_fstream.c 215 _CharT* __iend = this->pptr(); local
220 *__iend++ = _Traits::to_char_type(__c);
223 while (__ibegin != __iend) {
227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext,
230 return _Noconv_output<_Traits>::_M_doit(this, __ibegin, __iend)
241 (((__inext == __iend) &&
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) ||
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 192 __put_integer(char* __buf, char* __iend, _OutputIter __s,
202 __ct.widen(__buf, __iend, __wbuf);
203 ptrdiff_t __len = __iend - __buf;
232 __put_integer(char* __buf, char* __iend, _OutputIter __s,
235 ptrdiff_t __len = __iend - __buf;
253 _STLP_STD::copy(__buf, __iend, (char *) __grpbuf);
255 __iend = __grpbuf + __len;
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep(),
_fstream.c 215 _CharT* __iend = this->pptr(); local
220 *__iend++ = _Traits::to_char_type(__c);
223 while (__ibegin != __iend) {
227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext,
230 return _Noconv_output<_Traits>::_M_doit(this, __ibegin, __iend)
241 (((__inext == __iend) &&
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) ||
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
fstream.tcc 295 char_type* __iend = this->eback();
300 this->eback() + __buflen, __iend);
311 __ilen = __iend - this->eback();
482 const char_type* __iend;
485 __iend, __buf, __buf + __blen, __bend);
505 const char_type* __iresume = __iend;
506 streamsize __rlen = this->pptr() - __iend;
508 __iresume + __rlen, __iend, __buf,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
fstream.tcc 304 char_type* __iend = this->eback();
309 this->eback() + __buflen, __iend);
320 __ilen = __iend - this->eback();
506 const char_type* __iend;
509 __iend, __buf, __buf + __blen, __bend);
529 const char_type* __iresume = __iend;
530 streamsize __rlen = this->pptr() - __iend;
532 __iresume + __rlen, __iend, __buf,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
fstream.tcc 304 char_type* __iend = this->eback();
309 this->eback() + __buflen, __iend);
320 __ilen = __iend - this->eback();
506 const char_type* __iend;
509 __iend, __buf, __buf + __blen, __bend);
529 const char_type* __iresume = __iend;
530 streamsize __rlen = this->pptr() - __iend;
532 __iresume + __rlen, __iend, __buf,
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 295 char_type* __iend = this->eback();
300 this->eback() + __buflen, __iend);
311 __ilen = __iend - this->eback();
482 const char_type* __iend;
485 __iend, __buf, __buf + __blen, __bend);
505 const char_type* __iresume = __iend;
506 streamsize __rlen = this->pptr() - __iend;
508 __iresume + __rlen, __iend, __buf,
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 295 char_type* __iend = this->eback();
300 this->eback() + __buflen, __iend);
311 __ilen = __iend - this->eback();
482 const char_type* __iend;
485 __iend, __buf, __buf + __blen, __bend);
505 const char_type* __iresume = __iend;
506 streamsize __rlen = this->pptr() - __iend;
508 __iresume + __rlen, __iend, __buf,
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 295 char_type* __iend = this->eback();
300 this->eback() + __buflen, __iend);
311 __ilen = __iend - this->eback();
482 const char_type* __iend;
485 __iend, __buf, __buf + __blen, __bend);
505 const char_type* __iresume = __iend;
506 streamsize __rlen = this->pptr() - __iend;
508 __iresume + __rlen, __iend, __buf,
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 

Completed in 836 milliseconds