/external/stlport/test/eh/ |
locale.cpp | 31 const numpunct<char>& num_punct=use_facet<numpunct<char> >(cout.getloc()); 34 use_facet<time_put<char, ostreambuf_iterator<char, char_traits<char> > > >(cout.getloc()); 42 const ctype<char>& char_type=use_facet<ctype<char> >(cout.getloc()); 46 if(isupper('?', cout.getloc())) puts("Upper"); 47 if(islower('?', cout.getloc())) puts("Lower"); 49 printf("Character %c (%d) - upper %c, lower %c\n",(char)ch, ch,toupper((char)ch, cout.getloc()), tolower((char)ch, cout.getloc()));*/
|
/external/stlport/stlport/stl/ |
_num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); 195 locale __loc = __f.getloc(); 237 const numpunct<char>& __np = use_facet<numpunct<char> >(__f.getloc()); 387 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); 477 const ctype<_CharT>& __c_type = use_facet<ctype<_CharT> >(__f.getloc());
|
_complex.c | 95 __tmp.imbue(__os.getloc());
|
_num_get.c | 249 locale __loc = __str.getloc(); 429 locale __loc = __str.getloc(); 451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc());
|
_time_facets.c | 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); 405 const ctype<_Ch>& _Ct = use_facet<ctype<_Ch> >(__f.getloc()); 429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc());
|
_ios.h | 120 // Equivalent to &use_facet< Facet >(getloc()), but faster.
|
_string_io.c | 83 const locale& __loc = __is.getloc();
|
_monetary.c | 137 locale __loc = __str.getloc(); 325 locale __loc = __str.getloc();
|
_ios_base.h | 143 locale getloc() const { return _M_locale; } function in class:ios_base
|
_streambuf.h | 263 locale getloc() const { return _M_locale; } function in class:basic_streambuf
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); 195 locale __loc = __f.getloc(); 237 const numpunct<char>& __np = use_facet<numpunct<char> >(__f.getloc()); 387 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); 477 const ctype<_CharT>& __c_type = use_facet<ctype<_CharT> >(__f.getloc());
|
_complex.c | 95 __tmp.imbue(__os.getloc());
|
_num_get.c | 249 locale __loc = __str.getloc(); 429 locale __loc = __str.getloc(); 451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc());
|
_time_facets.c | 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); 405 const ctype<_Ch>& _Ct = use_facet<ctype<_Ch> >(__f.getloc()); 429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc());
|
_ios.h | 120 // Equivalent to &use_facet< Facet >(getloc()), but faster.
|
_string_io.c | 83 const locale& __loc = __is.getloc();
|
_monetary.c | 137 locale __loc = __str.getloc(); 325 locale __loc = __str.getloc();
|
_ios_base.h | 143 locale getloc() const { return _M_locale; } function in class:ios_base
|
_streambuf.h | 263 locale getloc() const { return _M_locale; } function in class:basic_streambuf
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_ios.tcc | 99 _M_ios_locale = __rhs.getloc(); 115 locale __old(this->getloc());
|
basic_ios.h | 413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 432 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
|
locale_facets_nonio.h | [all...] |
ios_base.h | 699 getloc() const function in class:ios_base 706 * Like getloc above, but returns a reference instead of
|
istream.tcc | 905 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); 953 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
streambuf | 206 locale __tmp(this->getloc()); 221 getloc() const
|