Lines Matching refs:__loc
576 locale __loc = __iob.getloc();
577 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 26, __atoms);
578 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
588 locale __loc = __iob.getloc();
589 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 32, __atoms);
590 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
1223 const locale& __loc);
1226 const locale& __loc);
1233 const locale& __loc)
1235 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> > (__loc);
1236 const numpunct<_CharT>& __npt = use_facet<numpunct<_CharT> >(__loc);
1284 const locale& __loc)
1286 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> > (__loc);
1287 const numpunct<_CharT>& __npt = use_facet<numpunct<_CharT> >(__loc);
2860 static void __gather_info(bool __intl, const locale& __loc,
2869 __money_get<_CharT>::__gather_info(bool __intl, const locale& __loc,
2878 use_facet<moneypunct<char_type, true> >(__loc);
2891 use_facet<moneypunct<char_type, false> >(__loc);
2950 bool __intl, const locale& __loc,
2990 bool __intl, const locale& __loc,
3014 __money_get<_CharT>::__gather_info(__intl, __loc, __pat, __dp, __ts, __grp,
3221 locale __loc = __iob.getloc();
3222 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3224 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct,
3265 locale __loc = __iob.getloc();
3266 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3268 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct,
3300 static void __gather_info(bool __intl, bool __neg, const locale& __loc,
3317 __money_put<_CharT>::__gather_info(bool __intl, bool __neg, const locale& __loc,
3326 use_facet<moneypunct<char_type, true> >(__loc);
3346 use_facet<moneypunct<char_type, false> >(__loc);
3540 locale __loc = __iob.getloc();
3541 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3551 this->__gather_info(__intl, __neg, __loc, __pat, __dp, __ts, __grp, __sym, __sn, __fd);
3583 locale __loc = __iob.getloc();
3584 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3593 this->__gather_info(__intl, __neg, __loc, __pat, __dp, __ts, __grp, __sym, __sn, __fd);
3645 catalog open(const basic_string<char>& __nm, const locale& __loc) const
3647 return do_open(__nm, __loc);