Searched refs:__loc (Results 1 - 25 of 275) sorted by relevance

1234567891011

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_locale.h50 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) { argument
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
223 locale(const locale& __loc, const char* __str, category __cat) argument
227 locale(const locale& __loc, _Facet* __f) argument
237 locale(const _Locale& __loc) argument
268 global(const locale& __loc) argument
300 const locale& __loc; member in struct:has_facet
348 _UseFacet(const locale& __loc, const _Facet* __facet) argument
352 _InsertFacet(locale& __loc, _Facet* __facet) argument
[all...]
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const
64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
96 inline catalog open(const string& __fn, const locale& __loc) const
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
H A D_ios.c69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { argument
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/
H A D_locale.h50 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) { argument
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
223 locale(const locale& __loc, const char* __str, category __cat) argument
227 locale(const locale& __loc, _Facet* __f) argument
237 locale(const _Locale& __loc) argument
268 global(const locale& __loc) argument
300 const locale& __loc; member in struct:has_facet
348 _UseFacet(const locale& __loc, const _Facet* __facet) argument
352 _InsertFacet(locale& __loc, _Facet* __facet) argument
[all...]
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const
64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
96 inline catalog open(const string& __fn, const locale& __loc) const
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
H A D_ios.c69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { argument
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/
H A D_locale.h52 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) { argument
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
225 locale(const locale& __loc, const char* __str, category __cat) argument
229 locale(const locale& __loc, _Facet* __f) argument
239 locale(const _Locale& __loc) argument
270 global(const locale& __loc) argument
302 const locale& __loc; member in struct:has_facet
350 _UseFacet(const locale& __loc, const _Facet* __facet) argument
354 _InsertFacet(locale& __loc, _Facet* __facet) argument
[all...]
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const
64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
96 inline catalog open(const string& __fn, const locale& __loc) const
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
H A D_ios.c69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { argument
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/
H A D_locale.h52 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) { argument
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
225 locale(const locale& __loc, const char* __str, category __cat) argument
229 locale(const locale& __loc, _Facet* __f) argument
239 locale(const _Locale& __loc) argument
270 global(const locale& __loc) argument
302 const locale& __loc; member in struct:has_facet
350 _UseFacet(const locale& __loc, const _Facet* __facet) argument
354 _InsertFacet(locale& __loc, _Facet* __facet) argument
[all...]
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const
64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
96 inline catalog open(const string& __fn, const locale& __loc) const
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
H A D_ios.c69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { argument
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/
H A D_locale.h52 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) { argument
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
225 locale(const locale& __loc, const char* __str, category __cat) argument
229 locale(const locale& __loc, _Facet* __f) argument
239 locale(const _Locale& __loc) argument
270 global(const locale& __loc) argument
302 const locale& __loc; member in struct:has_facet
350 _UseFacet(const locale& __loc, const _Facet* __facet) argument
354 _InsertFacet(locale& __loc, _Facet* __facet) argument
[all...]
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const
64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
96 inline catalog open(const string& __fn, const locale& __loc) const
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
H A D_ios.c69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { argument
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/stlport/stlport/stl/
H A D_locale.h52 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) { argument
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
225 locale(const locale& __loc, const char* __str, category __cat) argument
229 locale(const locale& __loc, _Facet* __f) argument
239 locale(const _Locale& __loc) argument
270 global(const locale& __loc) argument
302 const locale& __loc; member in struct:has_facet
350 _UseFacet(const locale& __loc, const _Facet* __facet) argument
354 _InsertFacet(locale& __loc, _Facet* __facet) argument
[all...]
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const
64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
96 inline catalog open(const string& __fn, const locale& __loc) const
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
H A D_ios.c69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { argument
70 locale __tmp = ios_base::imbue(__loc);
73 _M_streambuf->pubimbue(__loc);
76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_locale.h52 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) { argument
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
225 locale(const locale& __loc, const char* __str, category __cat) argument
229 locale(const locale& __loc, _Facet* __f) argument
239 locale(const _Locale& __loc) argument
270 global(const locale& __loc) argument
302 const locale& __loc; member in struct:has_facet
350 _UseFacet(const locale& __loc, const _Facet* __facet) argument
354 _InsertFacet(locale& __loc, _Facet* __facet) argument
[all...]
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const
64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
96 inline catalog open(const string& __fn, const locale& __loc) const
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
H A D_ios.c69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { argument
70 locale __tmp = ios_base::imbue(__loc);
73 _M_streambuf->pubimbue(__loc);
76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_locale.h52 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) { argument
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
225 locale(const locale& __loc, const char* __str, category __cat) argument
229 locale(const locale& __loc, _Facet* __f) argument
239 locale(const _Locale& __loc) argument
270 global(const locale& __loc) argument
302 const locale& __loc; member in struct:has_facet
350 _UseFacet(const locale& __loc, const _Facet* __facet) argument
354 _InsertFacet(locale& __loc, _Facet* __facet) argument
[all...]
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const
64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
96 inline catalog open(const string& __fn, const locale& __loc) const
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
H A D_ios.c69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { argument
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.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
H A Dmessages_members.h52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
54 { return this->do_open(__s, __loc); }

Completed in 194 milliseconds

1234567891011