Lines Matching refs:__ct
322 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
326 if (!__ct.is(__ct.space, *__i))
533 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
544 if (__ct.is(__ct.space, __ch))
1232 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1241 if (!__ct.is(__ct.space, _Traits::to_char_type(__i)))
1346 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1357 if (__ct.is(__ct.space, __ch))
1471 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1474 _CharT __zero = __ct.widen('0');
1475 _CharT __one = __ct.widen('1');