Lines Matching refs:__loc
421 locale __loc = __iob.getloc();
422 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
444 locale __loc = __iob.getloc();
445 use_facet<ctype<_Tp> >(__loc).widen(__src, __src + __int_chr_cnt, __atoms);
460 locale __loc = __iob.getloc();
461 std::use_facet<ctype<_CharT> >(__loc).widen(__src, __src + __int_chr_cnt, __atoms);
462 const numpunct<_CharT>& __np = std::use_facet<numpunct<_CharT> >(__loc);
471 locale __loc = __iob.getloc();
472 std::use_facet<ctype<_CharT> >(__loc).widen(__src, __src + __fp_chr_cnt, __atoms);
473 const numpunct<_CharT>& __np = std::use_facet<numpunct<_CharT> >(__loc);
1074 …ar* __nb, char* __np, char* __ne, _CharT* __ob, _CharT*& __op, _CharT*& __oe, const locale& __loc);
1076 …ar* __nb, char* __np, char* __ne, _CharT* __ob, _CharT*& __op, _CharT*& __oe, const locale& __loc);
1081 …r* __nb, char* __np, char* __ne, _CharT* __ob, _CharT*& __op, _CharT*& __oe, const locale& __loc) {
1082 const ctype<_CharT>& __ct = std::use_facet<ctype<_CharT> >(__loc);
1083 const numpunct<_CharT>& __npt = std::use_facet<numpunct<_CharT> >(__loc);
1121 …r* __nb, char* __np, char* __ne, _CharT* __ob, _CharT*& __op, _CharT*& __oe, const locale& __loc) {
1122 const ctype<_CharT>& __ct = std::use_facet<ctype<_CharT> >(__loc);
1123 const numpunct<_CharT>& __npt = std::use_facet<numpunct<_CharT> >(__loc);
2350 const locale& __loc,
2364 const locale& __loc,
2374 const moneypunct<char_type, true>& __mp = std::use_facet<moneypunct<char_type, true> >(__loc);
2384 const moneypunct<char_type, false>& __mp = std::use_facet<moneypunct<char_type, false> >(__loc);
2435 const locale& __loc,
2475 const locale& __loc,
2503 …__money_get<_CharT>::__gather_info(__intl, __loc, __pat, __dp, __ts, __grp, __sym, __psn, __nsn, _…
2650 locale __loc = __iob.getloc();
2651 const ctype<char_type>& __ct = std::use_facet<ctype<char_type> >(__loc);
2653 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct, __wb, __wn, __we)) {
2687 locale __loc = __iob.getloc();
2688 const ctype<char_type>& __ct = std::use_facet<ctype<char_type> >(__loc);
2690 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct, __wb, __wn, __we)) {
2724 const locale& __loc,
2754 const locale& __loc,
2763 const moneypunct<char_type, true>& __mp = std::use_facet<moneypunct<char_type, true> >(__loc);
2777 const moneypunct<char_type, false>& __mp = std::use_facet<moneypunct<char_type, false> >(__loc);
2945 locale __loc = __iob.getloc();
2946 const ctype<char_type>& __ct = std::use_facet<ctype<char_type> >(__loc);
2956 this->__gather_info(__intl, __neg, __loc, __pat, __dp, __ts, __grp, __sym, __sn, __fd);
2982 locale __loc = __iob.getloc();
2983 const ctype<char_type>& __ct = std::use_facet<ctype<char_type> >(__loc);
2992 this->__gather_info(__intl, __neg, __loc, __pat, __dp, __ts, __grp, __sym, __sn, __fd);
3052 _LIBCPP_HIDE_FROM_ABI catalog open(const basic_string<char>& __nm, const locale& __loc) const {
3053 return do_open(__nm, __loc);