Lines Matching refs:widen
22820 { return std::getline(__is, __str, __is.widen('\n')); }
28034 widen(char __c) const
28038 widen(const char* __lo, const char* __hi, char_type* __to) const
28221 widen(char __c) const
28230 widen(const char* __lo, const char* __hi, char_type* __to) const
29265 __ct.widen(__num_base::_S_atoms_out,
29268 __ct.widen(__num_base::_S_atoms_in,
30148 __ctype.widen(__cs, __cs + __len, __ws);
30315 if (__ctype.widen('-') == __olds[0]
30316 || __ctype.widen('+') == __olds[0])
30322 else if (__ctype.widen('0') == __olds[0]
30324 && (__ctype.widen('x') == __olds[1]
30325 || __ctype.widen('X') == __olds[1]))
30667 _M_fill = this->widen(' ');
30689 widen(char __c) const
30690 { return __check_facet(_M_ctype).widen(__c); }
31141 { return (__out << __out.widen(__c)); }
31203 { return flush(__os.put(__os.widen('\n'))); }
31539 __ws[__i] = __out.widen(__s[__i]);
31754 { return this->get(__s, __n, this->widen('\n')); }
31761 { return this->get(__sb, this->widen('\n')); }
31768 { return this->getline(__s, __n, this->widen('\n')); }
147756 const char_type __zero = __is.widen('0');
147757 const char_type __one = __is.widen('1');
147821 __x._M_copy_to_string(__tmp, __ct.widen('0'), __ct.widen('1'));