_num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); 85 __sep, __ct.widen('+'), __ct.widen('-'), 0); 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); 196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local 198 wchar_t __xplus = __ct.widen('+') [all...] |