/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_ios.tcc | 115 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) 118 ios_base::imbue(__loc); 119 _M_cache_locale(__loc); 121 this->rdbuf()->pubimbue(__loc); 158 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) 160 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) 161 _M_ctype = &use_facet<__ctype_type>(__loc); 165 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) 166 _M_num_put = &use_facet<__num_put_type>(__loc); 170 if (__builtin_expect(has_facet<__num_get_type>(__loc), true) [all...] |
locale_classes.tcc | 98 * @param __loc The locale to test. 99 * @return true if @p __loc contains a facet of type _Facet, else false. 103 has_facet(const locale& __loc) throw() 106 const locale::facet** __facets = __loc._M_impl->_M_facets; 107 return (__i < __loc._M_impl->_M_facets_size 124 * @param __loc The locale to use. 126 * @throw std::bad_cast if @p __loc doesn't contain a facet of type _Facet. 130 use_facet(const locale& __loc) 133 const locale::facet** __facets = __loc._M_impl->_M_facets; 134 if (__i >= __loc._M_impl->_M_facets_size || !__facets[__i] [all...] |
locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const 46 const locale::facet** __caches = __loc._M_impl->_M_caches; 53 __tmp->_M_cache(__loc); 60 __loc._M_impl->_M_install_cache(__tmp, __i); 69 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) 74 use_facet<moneypunct<_CharT, _Intl> >(__loc); 113 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); 141 const locale& __loc = __io._M_getloc(); 142 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); 145 const __cache_type* __lc = __uc(__loc); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_ios.tcc | 115 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) 118 ios_base::imbue(__loc); 119 _M_cache_locale(__loc); 121 this->rdbuf()->pubimbue(__loc); 158 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) 160 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) 161 _M_ctype = &use_facet<__ctype_type>(__loc); 165 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) 166 _M_num_put = &use_facet<__num_put_type>(__loc); 170 if (__builtin_expect(has_facet<__num_get_type>(__loc), true) [all...] |
locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const 46 const locale::facet** __caches = __loc._M_impl->_M_caches; 53 __tmp->_M_cache(__loc); 60 __loc._M_impl->_M_install_cache(__tmp, __i); 69 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) 74 use_facet<moneypunct<_CharT, _Intl> >(__loc); 113 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); 141 const locale& __loc = __io._M_getloc(); 142 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); 145 const __cache_type* __lc = __uc(__loc); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_ios.tcc | 115 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) 118 ios_base::imbue(__loc); 119 _M_cache_locale(__loc); 121 this->rdbuf()->pubimbue(__loc); 158 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) 160 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) 161 _M_ctype = &use_facet<__ctype_type>(__loc); 165 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) 166 _M_num_put = &use_facet<__num_put_type>(__loc); 170 if (__builtin_expect(has_facet<__num_get_type>(__loc), true) [all...] |
locale_classes.tcc | 98 * @param __loc The locale to test. 99 * @return true if @p __loc contains a facet of type _Facet, else false. 103 has_facet(const locale& __loc) throw() 106 const locale::facet** __facets = __loc._M_impl->_M_facets; 107 return (__i < __loc._M_impl->_M_facets_size 124 * @param __loc The locale to use. 126 * @throw std::bad_cast if @p __loc doesn't contain a facet of type _Facet. 130 use_facet(const locale& __loc) 133 const locale::facet** __facets = __loc._M_impl->_M_facets; 134 if (__i >= __loc._M_impl->_M_facets_size || !__facets[__i] [all...] |
locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const 46 const locale::facet** __caches = __loc._M_impl->_M_caches; 53 __tmp->_M_cache(__loc); 60 __loc._M_impl->_M_install_cache(__tmp, __i); 69 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) 74 use_facet<moneypunct<_CharT, _Intl> >(__loc); 113 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); 141 const locale& __loc = __io._M_getloc(); 142 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); 145 const __cache_type* __lc = __uc(__loc); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
basic_ios.tcc | 114 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) 117 ios_base::imbue(__loc); 118 _M_cache_locale(__loc); 120 this->rdbuf()->pubimbue(__loc); 157 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) 160 _M_ctype = &use_facet<__ctype_type>(__loc); 164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) 165 _M_num_put = &use_facet<__num_put_type>(__loc); 169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true) [all...] |
locale_classes.tcc | 99 * @param __loc The locale to test. 100 * @return true if @p __loc contains a facet of type _Facet, else false. 104 has_facet(const locale& __loc) throw() 107 const locale::facet** __facets = __loc._M_impl->_M_facets; 108 return (__i < __loc._M_impl->_M_facets_size 126 * @param __loc The locale to use. 128 * @throw std::bad_cast if @p __loc doesn't contain a facet of type _Facet. 132 use_facet(const locale& __loc) 135 const locale::facet** __facets = __loc._M_impl->_M_facets; 136 if (__i >= __loc._M_impl->_M_facets_size || !__facets[__i] [all...] |
locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const 46 const locale::facet** __caches = __loc._M_impl->_M_caches; 53 __tmp->_M_cache(__loc); 60 __loc._M_impl->_M_install_cache(__tmp, __i); 69 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) 74 use_facet<moneypunct<_CharT, _Intl> >(__loc); 113 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); 141 const locale& __loc = __io._M_getloc(); 142 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); 145 const __cache_type* __lc = __uc(__loc); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
xlocale.h | 118 int __base, locale_t __loc) { 123 int __base, locale_t __loc) { 128 locale_t __loc) { 133 int __base, locale_t __loc) { 138 int __base, locale_t __loc) {
|
/external/stlport/stlport/stl/ |
_ios.c | 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { 70 locale __tmp = ios_base::imbue(__loc); 73 _M_streambuf->pubimbue(__loc); 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ios.c | 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { 70 locale __tmp = ios_base::imbue(__loc); 73 _M_streambuf->pubimbue(__loc); 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ios.c | 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { 70 locale __tmp = ios_base::imbue(__loc); 73 _M_streambuf->pubimbue(__loc); 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ios.c | 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { 70 locale __tmp = ios_base::imbue(__loc); 73 _M_streambuf->pubimbue(__loc); 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ios.c | 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { 70 locale __tmp = ios_base::imbue(__loc); 73 _M_streambuf->pubimbue(__loc); 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ios.c | 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { 70 locale __tmp = ios_base::imbue(__loc); 73 _M_streambuf->pubimbue(__loc); 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ios.c | 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { 70 locale __tmp = ios_base::imbue(__loc); 73 _M_streambuf->pubimbue(__loc); 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const 46 const locale::facet** __caches = __loc._M_impl->_M_caches; 53 __tmp->_M_cache(__loc); 60 __loc._M_impl->_M_install_cache(__tmp, __i); 69 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) 74 use_facet<moneypunct<_CharT, _Intl> >(__loc); 113 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); 141 const locale& __loc = __io._M_getloc(); 142 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); 145 const __cache_type* __lc = __uc(__loc); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const 46 const locale::facet** __caches = __loc._M_impl->_M_caches; 53 __tmp->_M_cache(__loc); 60 __loc._M_impl->_M_install_cache(__tmp, __i); 69 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) 74 use_facet<moneypunct<_CharT, _Intl> >(__loc); 113 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); 141 const locale& __loc = __io._M_getloc(); 142 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); 145 const __cache_type* __lc = __uc(__loc); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const 46 const locale::facet** __caches = __loc._M_impl->_M_caches; 53 __tmp->_M_cache(__loc); 60 __loc._M_impl->_M_install_cache(__tmp, __i); 69 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) 74 use_facet<moneypunct<_CharT, _Intl> >(__loc); 113 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); 141 const locale& __loc = __io._M_getloc(); 142 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); 145 const __cache_type* __lc = __uc(__loc); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets_nonio.tcc | 41 operator() (const locale& __loc) const 44 const locale::facet** __caches = __loc._M_impl->_M_caches; 51 __tmp->_M_cache(__loc); 58 __loc._M_impl->_M_install_cache(__tmp, __i); 67 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) 72 use_facet<moneypunct<_CharT, _Intl> >(__loc); 105 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); 124 const locale& __loc = __io._M_getloc(); 125 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); 128 const __cache_type* __lc = __uc(__loc); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.tcc | 41 operator() (const locale& __loc) const 44 const locale::facet** __caches = __loc._M_impl->_M_caches; 51 __tmp->_M_cache(__loc); 58 __loc._M_impl->_M_install_cache(__tmp, __i); 67 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) 72 use_facet<moneypunct<_CharT, _Intl> >(__loc); 105 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); 124 const locale& __loc = __io._M_getloc(); 125 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); 128 const __cache_type* __lc = __uc(__loc); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.tcc | 41 operator() (const locale& __loc) const 44 const locale::facet** __caches = __loc._M_impl->_M_caches; 51 __tmp->_M_cache(__loc); 58 __loc._M_impl->_M_install_cache(__tmp, __i); 67 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) 72 use_facet<moneypunct<_CharT, _Intl> >(__loc); 105 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); 124 const locale& __loc = __io._M_getloc(); 125 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); 128 const __cache_type* __lc = __uc(__loc); [all...] |