HomeSort by relevance Sort by last modified time
    Searched defs:__loc (Results 1 - 25 of 42) sorted by null

1 2

  /external/stlport/stlport/stl/
_locale.h 52 bool __locale_do_operator_call(const locale& __loc,
62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
65 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
68 void _InsertFacet(locale& __loc, _Facet* __facet);
127 locale(const locale& __loc, _Facet* __f) {
129 this->_M_impl = _get_Locale_impl( _copy_Nameless_Locale_impl( __loc._M_impl ) );
132 this->_M_impl = _get_Locale_impl( __loc._M_impl );
154 locale combine(const locale& __loc) const {
156 if (!_STLP_PRIV _HasFacet(__loc, __facet))
157 _M_throw_on_combine_error(__loc.name())
302 const locale& __loc; member in struct:has_facet
    [all...]
_string_io.c 83 const locale& __loc = __is.getloc(); local
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
_iosfwd.h 89 const locale& __loc; member in struct:_Use_facet
90 _Use_facet(const locale& __p_loc) : __loc(__p_loc) {}
_monetary.c 137 locale __loc = __str.getloc(); local
138 const _Punct& __punct = use_facet<_Punct>(__loc) ;
139 const _Punct_intl& __punct_intl = use_facet<_Punct_intl>(__loc) ;
140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ;
325 locale __loc = __str.getloc(); local
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ;
327 const _Punct& __punct = use_facet<_Punct>(__loc) ;
328 const _Punct_intl& __punct_intl = use_facet<_Punct_intl>(__loc) ;
_num_get.c 249 locale __loc = __str.getloc(); local
250 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
273 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
429 locale __loc = __str.getloc(); local
430 const ctype<_CharT> &__ctype = use_facet<ctype<_CharT> >(__loc);
431 const numpunct<_CharT> &__numpunct = use_facet<numpunct<_CharT> >(__loc);
_num_put.c 195 locale __loc = __f.getloc(); local
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc);
206 const numpunct<wchar_t>& __np = use_facet<numpunct<wchar_t> >(__loc);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 52 bool __locale_do_operator_call(const locale& __loc,
62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
65 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
68 void _InsertFacet(locale& __loc, _Facet* __facet);
127 locale(const locale& __loc, _Facet* __f) {
129 this->_M_impl = _get_Locale_impl( _copy_Nameless_Locale_impl( __loc._M_impl ) );
132 this->_M_impl = _get_Locale_impl( __loc._M_impl );
154 locale combine(const locale& __loc) const {
156 if (!_STLP_PRIV _HasFacet(__loc, __facet))
157 _M_throw_on_combine_error(__loc.name())
302 const locale& __loc; member in struct:has_facet
    [all...]
_string_io.c 83 const locale& __loc = __is.getloc(); local
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
_iosfwd.h 89 const locale& __loc; member in struct:_Use_facet
90 _Use_facet(const locale& __p_loc) : __loc(__p_loc) {}
_monetary.c 137 locale __loc = __str.getloc(); local
138 const _Punct& __punct = use_facet<_Punct>(__loc) ;
139 const _Punct_intl& __punct_intl = use_facet<_Punct_intl>(__loc) ;
140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ;
325 locale __loc = __str.getloc(); local
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ;
327 const _Punct& __punct = use_facet<_Punct>(__loc) ;
328 const _Punct_intl& __punct_intl = use_facet<_Punct_intl>(__loc) ;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 50 bool __locale_do_operator_call(const locale& __loc,
60 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
63 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
66 void _InsertFacet(locale& __loc, _Facet* __facet);
125 locale(const locale& __loc, _Facet* __f) {
127 this->_M_impl = _get_Locale_impl( _copy_Nameless_Locale_impl( __loc._M_impl ) );
130 this->_M_impl = _get_Locale_impl( __loc._M_impl );
152 locale combine(const locale& __loc) const {
154 if (!_STLP_PRIV _HasFacet(__loc, __facet))
155 _M_throw_on_combine_error(__loc.name())
300 const locale& __loc; member in struct:has_facet
    [all...]
_string_io.c 83 const locale& __loc = __is.getloc(); local
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
_iosfwd.h 89 const locale& __loc; member in struct:_Use_facet
90 _Use_facet(const locale& __p_loc) : __loc(__p_loc) {}
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 50 bool __locale_do_operator_call(const locale& __loc,
60 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
63 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
66 void _InsertFacet(locale& __loc, _Facet* __facet);
125 locale(const locale& __loc, _Facet* __f) {
127 this->_M_impl = _get_Locale_impl( _copy_Nameless_Locale_impl( __loc._M_impl ) );
130 this->_M_impl = _get_Locale_impl( __loc._M_impl );
152 locale combine(const locale& __loc) const {
154 if (!_STLP_PRIV _HasFacet(__loc, __facet))
155 _M_throw_on_combine_error(__loc.name())
300 const locale& __loc; member in struct:has_facet
    [all...]
_string_io.c 83 const locale& __loc = __is.getloc(); local
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
_iosfwd.h 89 const locale& __loc; member in struct:_Use_facet
90 _Use_facet(const locale& __p_loc) : __loc(__p_loc) {}
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 52 bool __locale_do_operator_call(const locale& __loc,
62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
65 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
68 void _InsertFacet(locale& __loc, _Facet* __facet);
127 locale(const locale& __loc, _Facet* __f) {
129 this->_M_impl = _get_Locale_impl( _copy_Nameless_Locale_impl( __loc._M_impl ) );
132 this->_M_impl = _get_Locale_impl( __loc._M_impl );
154 locale combine(const locale& __loc) const {
156 if (!_STLP_PRIV _HasFacet(__loc, __facet))
157 _M_throw_on_combine_error(__loc.name())
302 const locale& __loc; member in struct:has_facet
    [all...]
_string_io.c 83 const locale& __loc = __is.getloc(); local
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
_iosfwd.h 89 const locale& __loc; member in struct:_Use_facet
90 _Use_facet(const locale& __p_loc) : __loc(__p_loc) {}
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_locale.h 52 bool __locale_do_operator_call(const locale& __loc,
62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
65 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
68 void _InsertFacet(locale& __loc, _Facet* __facet);
127 locale(const locale& __loc, _Facet* __f) {
129 this->_M_impl = _get_Locale_impl( _copy_Nameless_Locale_impl( __loc._M_impl ) );
132 this->_M_impl = _get_Locale_impl( __loc._M_impl );
154 locale combine(const locale& __loc) const {
156 if (!_STLP_PRIV _HasFacet(__loc, __facet))
157 _M_throw_on_combine_error(__loc.name())
302 const locale& __loc; member in struct:has_facet
    [all...]
_string_io.c 83 const locale& __loc = __is.getloc(); local
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
_iosfwd.h 89 const locale& __loc; member in struct:_Use_facet
90 _Use_facet(const locale& __p_loc) : __loc(__p_loc) {}
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_locale.h 52 bool __locale_do_operator_call(const locale& __loc,
62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
65 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
68 void _InsertFacet(locale& __loc, _Facet* __facet);
127 locale(const locale& __loc, _Facet* __f) {
129 this->_M_impl = _get_Locale_impl( _copy_Nameless_Locale_impl( __loc._M_impl ) );
132 this->_M_impl = _get_Locale_impl( __loc._M_impl );
154 locale combine(const locale& __loc) const {
156 if (!_STLP_PRIV _HasFacet(__loc, __facet))
157 _M_throw_on_combine_error(__loc.name())
302 const locale& __loc; member in struct:has_facet
    [all...]
_string_io.c 83 const locale& __loc = __is.getloc(); local
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
_iosfwd.h 89 const locale& __loc; member in struct:_Use_facet
90 _Use_facet(const locale& __p_loc) : __loc(__p_loc) {}

Completed in 383 milliseconds

1 2