Home
last modified time | relevance | path

Searched refs:__width (Results 1 – 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
D_string_io.c86 streamsize __width = __is.width(0); variable
88 if (__width <= 0)
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
D_monetary.c408 streamsize __width = __str.width(); in __money_do_put() local
442 …ll = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) || in __money_do_put()
443 … ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width)))); in __money_do_put()
444 streamsize __fill_amt = __need_fill ? __width - __length : 0; in __money_do_put()
D_num_put.c45 streamsize __width, _CharT __fill, in __copy_float_and_fill() argument
47 if (__width <= __last - __first) in __copy_float_and_fill()
50 streamsize __pad = __width - (__last - __first); in __copy_float_and_fill()