• Home
  • Raw
  • Download

Lines Matching refs:__loc

569     locale __loc = __iob.getloc();
570 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 26, __atoms);
571 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
581 locale __loc = __iob.getloc();
582 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 32, __atoms);
583 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
1216 const locale& __loc);
1219 const locale& __loc);
1226 const locale& __loc)
1228 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> > (__loc);
1229 const numpunct<_CharT>& __npt = use_facet<numpunct<_CharT> >(__loc);
1277 const locale& __loc)
1279 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> > (__loc);
1280 const numpunct<_CharT>& __npt = use_facet<numpunct<_CharT> >(__loc);
2855 static void __gather_info(bool __intl, const locale& __loc,
2864 __money_get<_CharT>::__gather_info(bool __intl, const locale& __loc,
2873 use_facet<moneypunct<char_type, true> >(__loc);
2886 use_facet<moneypunct<char_type, false> >(__loc);
2945 bool __intl, const locale& __loc,
2983 bool __intl, const locale& __loc,
3007 __money_get<_CharT>::__gather_info(__intl, __loc, __pat, __dp, __ts, __grp,
3214 locale __loc = __iob.getloc();
3215 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3217 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct,
3258 locale __loc = __iob.getloc();
3259 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3261 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct,
3293 static void __gather_info(bool __intl, bool __neg, const locale& __loc,
3310 __money_put<_CharT>::__gather_info(bool __intl, bool __neg, const locale& __loc,
3319 use_facet<moneypunct<char_type, true> >(__loc);
3339 use_facet<moneypunct<char_type, false> >(__loc);
3533 locale __loc = __iob.getloc();
3534 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3544 this->__gather_info(__intl, __neg, __loc, __pat, __dp, __ts, __grp, __sym, __sn, __fd);
3576 locale __loc = __iob.getloc();
3577 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3586 this->__gather_info(__intl, __neg, __loc, __pat, __dp, __ts, __grp, __sym, __sn, __fd);
3638 catalog open(const basic_string<char>& __nm, const locale& __loc) const
3640 return do_open(__nm, __loc);