Searched refs:__width (Results 1 – 3 of 3) sorted by relevance
86 streamsize __width = __is.width(0); variable88 if (__width <= 0)95 (__width > __STATIC_CAST(streamsize, __s.max_size())))98 __n = __STATIC_CAST(size_type, __width);
408 streamsize __width = __str.width(); in __money_do_put() local442 …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()
45 streamsize __width, _CharT __fill, in __copy_float_and_fill() argument47 if (__width <= __last - __first) in __copy_float_and_fill()50 streamsize __pad = __width - (__last - __first); in __copy_float_and_fill()