HomeSort by relevance Sort by last modified time
    Searched full:__width (Results 1 - 25 of 40) sorted by null

1 2

  /external/stlport/stlport/stl/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
_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/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
_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/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
_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/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
_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/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
_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/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
_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/
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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/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;
  /prebuilts/ndk/6/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;
  /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;
  /prebuilts/ndk/8/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;

Completed in 602 milliseconds

1 2