HomeSort by relevance Sort by last modified time
    Searched refs:__loc (Results 1 - 15 of 15) sorted by null

  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 160 char const*_Locale_ctype_name( const struct _Locale_ctype *__loc, char *buf )
162 return ((locale_t)__loc)->__names[LC_CTYPE];
165 char const*_Locale_codecvt_name( const struct _Locale_codecvt *__loc, char *buf )
170 char const*_Locale_numeric_name( const struct _Locale_numeric *__loc, char *buf )
172 return ((locale_t)__loc)->__names[LC_NUMERIC];
175 char const*_Locale_time_name( const struct _Locale_time *__loc, char *buf )
177 return ((locale_t)__loc)->__names[LC_TIME];
180 char const*_Locale_collate_name( const struct _Locale_collate *__loc, char *buf )
182 return ((locale_t)__loc)->__names[LC_COLLATE];
185 char const*_Locale_monetary_name( const struct _Locale_monetary *__loc, char *buf
    [all...]
  /external/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...]
_messages_facets.h 63 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;
_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);
_collate.h 162 __locale_do_operator_call (const locale& __loc,
165 collate<_CharT> const& __coll = use_facet<collate<_CharT> >(__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) ;
_streambuf.c 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) {
46 this->imbue(__loc);
48 _M_locale = __loc;
_fstream.c 413 void basic_filebuf<_CharT, _Traits>::imbue(const locale& __loc) {
415 this->_M_setup_codecvt(__loc);
735 void basic_filebuf<_CharT, _Traits>::_M_setup_codecvt(const locale& __loc, bool __on_imbue) {
736 if (has_facet<_Codecvt>(__loc)) {
737 _M_codecvt = &use_facet<_Codecvt>(__loc) ;
751 use_facet<_Codecvt>(__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);
_string_io.c 83 const locale& __loc = __is.getloc(); local
84 const _C_type& _Ctype = use_facet<_C_type>(__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);
  /external/qemu/android/skin/
file.h 86 SkinLocation* __loc = (layout)->locations; \
87 while (__loc != NULL) { \
88 SkinLocation* __loc_next = (__loc)->next; \
89 SkinLocation* loc = __loc;
92 __loc = __loc_next; \
  /external/stlport/src/
locale_impl.h 109 bool operator != (const locale& __loc) const { return __loc._M_impl != this; }
message_facets.h 124 catalog do_open(const string& __fn, const locale& __loc) const;

Completed in 91 milliseconds