Home
last modified time | relevance | path

Searched refs:getloc (Results 1 – 13 of 13) sorted by relevance

/external/stlport/test/eh/
Dlocale.cpp31 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()
/external/stlport/stlport/stl/
D_num_put.c78 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()
D_time_facets.c153 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()
D_num_get.c249 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()
D_complex.c95 __tmp.imbue(__os.getloc());
D_monetary.c137 locale __loc = __str.getloc(); in __money_do_get()
325 locale __loc = __str.getloc(); in __money_do_put()
D_string_io.c83 const locale& __loc = __is.getloc();
D_streambuf.h263 locale getloc() const { return _M_locale; } in getloc() function
D_ios_base.h143 locale getloc() const { return _M_locale; } in getloc() function
D_ostream.c202 …__failed = (use_facet<_NumPut>(__os.getloc())).put(ostreambuf_iterator<_CharT, _Traits>(__os.rdbuf… in __put_num()
D_istream.c195 … (use_facet<_Num_get>(__that.getloc())).get(istreambuf_iterator<_CharT, _Traits>(__that.rdbuf()), in __get_num()
/external/stlport/test/unit/
Dnum_put_get_test.cpp1237 locale loc(os.getloc(), new CommaSepNumPunct()); in custom_numpunct()
/external/stlport/etc/
DChangeLog205 the use_facet<Facet>(getloc()) function. Only _M_cached_ctype has been