Searched refs:getloc (Results 1 – 13 of 13) sorted by relevance
31 const numpunct<char>& num_punct=use_facet<numpunct<char> >(cout.getloc()); in main()34 use_facet<time_put<char, ostreambuf_iterator<char, char_traits<char> > > >(cout.getloc()); in main()42 const ctype<char>& char_type=use_facet<ctype<char> >(cout.getloc()); in main()46 if(isupper('�', cout.getloc())) puts("Upper"); in main()47 if(islower('�', cout.getloc())) puts("Lower"); in main()
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __put_float()121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); in __do_put_float()135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __get_money_digits_aux()195 locale __loc = __f.getloc(); in __put_integer()237 const numpunct<char>& __np = use_facet<numpunct<char> >(__f.getloc()); in __put_integer()387 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); in __do_put_bool()477 const ctype<_CharT>& __c_type = use_facet<ctype<_CharT> >(__f.getloc()); in do_put()
153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); in _STLP_WEAK()405 const ctype<_Ch>& _Ct = use_facet<ctype<_Ch> >(__f.getloc()); in put()429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); in do_put()
249 locale __loc = __str.getloc(); in __do_get_integer()429 locale __loc = __str.getloc(); in __do_get_float()451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc()); in __do_get_alphabool()
95 __tmp.imbue(__os.getloc());
137 locale __loc = __str.getloc(); in __money_do_get()325 locale __loc = __str.getloc(); in __money_do_put()
83 const locale& __loc = __is.getloc();
263 locale getloc() const { return _M_locale; } in getloc() function
143 locale getloc() const { return _M_locale; } in getloc() function
202 …__failed = (use_facet<_NumPut>(__os.getloc())).put(ostreambuf_iterator<_CharT, _Traits>(__os.rdbuf… in __put_num()
195 … (use_facet<_Num_get>(__that.getloc())).get(istreambuf_iterator<_CharT, _Traits>(__that.rdbuf()), in __get_num()
1237 locale loc(os.getloc(), new CommaSepNumPunct()); in custom_numpunct()
205 the use_facet<Facet>(getloc()) function. Only _M_cached_ctype has been