/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
fstream.tcc | 688 int __width = 0; 690 __width = _M_codecvt->encoding(); 691 if (__width < 0) 692 __width = 0; 695 const bool __testfail = __off != 0 && __width <= 0; 707 off_type __computed_off = __off * __width;
|
locale_facets_nonio.tcc | 477 const size_type __width = static_cast<size_type>(__io.width()); 479 && __len < __width); 506 __res.append(__width - __len, __fill); 512 __res.append(__width - __len, __fill); 523 if (__width > __len) 527 __res.append(__width - __len, __fill); 530 __res.insert(0, __width - __len, __fill); 531 __len = __width; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
fstream.tcc | 688 int __width = 0; 690 __width = _M_codecvt->encoding(); 691 if (__width < 0) 692 __width = 0; 695 const bool __testfail = __off != 0 && __width <= 0; 707 off_type __computed_off = __off * __width;
|
locale_facets_nonio.tcc | 477 const size_type __width = static_cast<size_type>(__io.width()); 479 && __len < __width); 506 __res.append(__width - __len, __fill); 512 __res.append(__width - __len, __fill); 523 if (__width > __len) 527 __res.append(__width - __len, __fill); 530 __res.insert(0, __width - __len, __fill); 531 __len = __width; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
fstream.tcc | 717 int __width = 0; 719 __width = _M_codecvt->encoding(); 720 if (__width < 0) 721 __width = 0; 724 const bool __testfail = __off != 0 && __width <= 0; 744 off_type __computed_off = __off * __width;
|
locale_facets_nonio.tcc | 494 const size_type __width = static_cast<size_type>(__io.width()); 496 && __len < __width); 523 __res.append(__width - __len, __fill); 529 __res.append(__width - __len, __fill); 540 if (__width > __len) 544 __res.append(__width - __len, __fill); 547 __res.insert(0, __width - __len, __fill); 548 __len = __width; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
fstream.tcc | 717 int __width = 0; 719 __width = _M_codecvt->encoding(); 720 if (__width < 0) 721 __width = 0; 724 const bool __testfail = __off != 0 && __width <= 0; 744 off_type __computed_off = __off * __width;
|
locale_facets_nonio.tcc | 494 const size_type __width = static_cast<size_type>(__io.width()); 496 && __len < __width); 523 __res.append(__width - __len, __fill); 529 __res.append(__width - __len, __fill); 540 if (__width > __len) 544 __res.append(__width - __len, __fill); 547 __res.insert(0, __width - __len, __fill); 548 __len = __width; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
fstream.tcc | 717 int __width = 0; 719 __width = _M_codecvt->encoding(); 720 if (__width < 0) 721 __width = 0; 724 const bool __testfail = __off != 0 && __width <= 0; 744 off_type __computed_off = __off * __width;
|
locale_facets_nonio.tcc | 494 const size_type __width = static_cast<size_type>(__io.width()); 496 && __len < __width); 523 __res.append(__width - __len, __fill); 529 __res.append(__width - __len, __fill); 540 if (__width > __len) 544 __res.append(__width - __len, __fill); 547 __res.insert(0, __width - __len, __fill); 548 __len = __width; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
fstream.tcc | 717 int __width = 0; 719 __width = _M_codecvt->encoding(); 720 if (__width < 0) 721 __width = 0; 724 const bool __testfail = __off != 0 && __width <= 0; 744 off_type __computed_off = __off * __width;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
fstream.tcc | 715 int __width = 0; 717 __width = _M_codecvt->encoding(); 718 if (__width < 0) 719 __width = 0; 722 const bool __testfail = __off != 0 && __width <= 0; 742 off_type __computed_off = __off * __width;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
fstream | 791 int __width = __cv_->encoding(); 792 if (__file_ == 0 || (__width <= 0 && __off != 0) || sync()) 794 // __width > 0 || __off == 0 811 if (fseek(__file_, __width > 0 ? __width * __off : 0, __whence)) 815 if (fseeko(__file_, __width > 0 ? __width * __off : 0, __whence)) 878 int __width = __cv_->encoding(); 880 if (__width > 0) 881 __c += __width * (this->egptr() - this->gptr()) [all...] |
/external/stlport/stlport/stl/ |
_num_put.c | 45 streamsize __width, _CharT __fill, 47 if (__width <= __last - __first) 50 streamsize __pad = __width - (__last - __first);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 45 streamsize __width, _CharT __fill, 47 if (__width <= __last - __first) 50 streamsize __pad = __width - (__last - __first);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 45 streamsize __width, _CharT __fill, 47 if (__width <= __last - __first) 50 streamsize __pad = __width - (__last - __first);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 45 streamsize __width, _CharT __fill, 47 if (__width <= __last - __first) 50 streamsize __pad = __width - (__last - __first);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 45 streamsize __width, _CharT __fill, 47 if (__width <= __last - __first) 50 streamsize __pad = __width - (__last - __first);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 45 streamsize __width, _CharT __fill, 47 if (__width <= __last - __first) 50 streamsize __pad = __width - (__last - __first);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_num_put.c | 45 streamsize __width, _CharT __fill, 47 if (__width <= __last - __first) 50 streamsize __pad = __width - (__last - __first);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets_nonio.tcc | 477 const size_type __width = static_cast<size_type>(__io.width()); 479 && __len < __width); 506 __res.append(__width - __len, __fill); 512 __res.append(__width - __len, __fill); 523 if (__width > __len) 527 __res.append(__width - __len, __fill); 530 __res.insert(0, __width - __len, __fill); 531 __len = __width; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_facets_nonio.tcc | 494 const size_type __width = static_cast<size_type>(__io.width()); 496 && __len < __width); 523 __res.append(__width - __len, __fill); 529 __res.append(__width - __len, __fill); 540 if (__width > __len) 544 __res.append(__width - __len, __fill); 547 __res.insert(0, __width - __len, __fill); 548 __len = __width; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_facets_nonio.tcc | 494 const size_type __width = static_cast<size_type>(__io.width()); 496 && __len < __width); 523 __res.append(__width - __len, __fill); 529 __res.append(__width - __len, __fill); 540 if (__width > __len) 544 __res.append(__width - __len, __fill); 547 __res.insert(0, __width - __len, __fill); 548 __len = __width; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.tcc | 477 const size_type __width = static_cast<size_type>(__io.width()); 479 && __len < __width); 506 __res.append(__width - __len, __fill); 512 __res.append(__width - __len, __fill); 523 if (__width > __len) 527 __res.append(__width - __len, __fill); 530 __res.insert(0, __width - __len, __fill); 531 __len = __width; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.tcc | 477 const size_type __width = static_cast<size_type>(__io.width()); 479 && __len < __width); 506 __res.append(__width - __len, __fill); 512 __res.append(__width - __len, __fill); 523 if (__width > __len) 527 __res.append(__width - __len, __fill); 530 __res.insert(0, __width - __len, __fill); 531 __len = __width; [all...] |