Searched defs:__loc (Results 1 - 12 of 12) sorted by relevance

/external/stlport/stlport/stl/
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);
H A D_collate.h162 __locale_do_operator_call (const locale& __loc, argument
165 collate<_CharT> const& __coll = use_facet<collate<_CharT> >(__loc);
H A D_iosfwd.h89 const locale& __loc; member in struct:_Use_facet
90 _Use_facet(const locale& __p_loc) : __loc(__p_loc) {}
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_streambuf.c45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { argument
46 this->imbue(__loc);
48 _M_locale = __loc;
H A D_string_io.c83 const locale& __loc = __is.getloc(); local
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
H A D_num_put.c195 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);
H A D_fstream.c413 void basic_filebuf<_CharT, _Traits>::imbue(const locale& __loc) { argument
415 this->_M_setup_codecvt(__loc);
735 void basic_filebuf<_CharT, _Traits>::_M_setup_codecvt(const locale& __loc, bool __on_imbue) { argument
736 if (has_facet<_Codecvt>(__loc)) {
737 _M_codecvt = &use_facet<_Codecvt>(__loc) ;
751 use_facet<_Codecvt>(__loc);
H A D_monetary.c137 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) ;
H A D_num_get.c252 locale __loc = __str.getloc(); local
253 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
276 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
432 locale __loc = __str.getloc(); local
433 const ctype<_CharT> &__ctype = use_facet<ctype<_CharT> >(__loc);
434 const numpunct<_CharT> &__numpunct = use_facet<numpunct<_CharT> >(__loc);
/external/libcxx/include/support/solaris/
H A Dxlocale.h127 int __base, locale_t __loc) {
132 int __base, locale_t __loc) {
137 locale_t __loc) {
142 int __base, locale_t __loc) {
147 int __base, locale_t __loc) {
126 strtoll_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) argument
131 strtol_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) argument
136 strtold_l(const char *__nptr, char **__endptr, locale_t __loc) argument
141 strtoull_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) argument
146 strtoul_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) argument
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c160 char const*_Locale_ctype_name( const struct _Locale_ctype *__loc, char *buf ) argument
162 return ((locale_t)__loc)->__names[LC_CTYPE];
165 char const*_Locale_codecvt_name( const struct _Locale_codecvt *__loc, char *buf ) argument
170 char const*_Locale_numeric_name( const struct _Locale_numeric *__loc, char *buf ) argument
172 return ((locale_t)__loc)->__names[LC_NUMERIC];
175 char const*_Locale_time_name( const struct _Locale_time *__loc, char *buf ) argument
177 return ((locale_t)__loc)->__names[LC_TIME];
180 char const*_Locale_collate_name( const struct _Locale_collate *__loc, char *buf ) argument
182 return ((locale_t)__loc)->__names[LC_COLLATE];
185 char const*_Locale_monetary_name( const struct _Locale_monetary *__loc, cha argument
190 _Locale_messages_name( const struct _Locale_messages *__loc, char *buf ) argument
287 _Locale_toupper( struct _Locale_ctype *__loc, int c ) argument
290 _Locale_tolower( struct _Locale_ctype *__loc, int c ) argument
294 _WLocale_ctype( struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask ) argument
327 _WLocale_tolower( struct _Locale_ctype *__loc, wint_t c ) argument
332 _WLocale_toupper( struct _Locale_ctype *__loc, wint_t c ) argument
362 _Locale_strcmp(struct _Locale_collate * __loc, const char *s1, size_t n1, const char *s2, size_t n2) argument
382 _WLocale_strcmp(struct _Locale_collate *__loc, const wchar_t *s1, size_t n1, const wchar_t *s2, size_t n2) argument
403 _Locale_strxfrm(struct _Locale_collate *__loc, char *dest, size_t dest_n, const char *src, size_t src_n ) argument
431 _WLocale_strxfrm( struct _Locale_collate *__loc, wchar_t *dest, size_t dest_n, const wchar_t *src, size_t src_n ) argument
461 _Locale_decimal_point(struct _Locale_numeric *__loc) argument
466 _Locale_thousands_sep(struct _Locale_numeric *__loc) argument
471 _Locale_grouping(struct _Locale_numeric *__loc) argument
476 _Locale_true(struct _Locale_numeric *__loc) argument
481 _Locale_false(struct _Locale_numeric *__loc) argument
487 _WLocale_decimal_point(struct _Locale_numeric *__loc) argument
489 _WLocale_thousands_sep(struct _Locale_numeric *__loc) argument
491 _WLocale_true(struct _Locale_numeric *__loc, wchar_t *buf, size_t bufSize) argument
493 _WLocale_false(struct _Locale_numeric *__loc, wchar_t *buf, size_t bufSize) argument
499 _Locale_int_curr_symbol(struct _Locale_monetary *__loc) argument
504 _Locale_currency_symbol(struct _Locale_monetary *__loc) argument
509 _Locale_mon_decimal_point(struct _Locale_monetary * __loc) argument
514 _Locale_mon_thousands_sep(struct _Locale_monetary *__loc) argument
520 _WLocale_int_curr_symbol(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) argument
522 _WLocale_currency_symbol(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) argument
524 _WLocale_mon_decimal_point(struct _Locale_monetary * __loc) argument
526 _WLocale_mon_thousands_sep(struct _Locale_monetary * __loc) argument
528 _WLocale_positive_sign(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) argument
530 _WLocale_negative_sign(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) argument
534 _Locale_mon_grouping(struct _Locale_monetary *__loc) argument
539 _Locale_positive_sign(struct _Locale_monetary *__loc) argument
544 _Locale_negative_sign(struct _Locale_monetary *__loc) argument
549 _Locale_int_frac_digits(struct _Locale_monetary *__loc) argument
559 _Locale_frac_digits(struct _Locale_monetary *__loc) argument
570 _Locale_p_cs_precedes(struct _Locale_monetary *__loc) argument
576 _Locale_p_sep_by_space(struct _Locale_monetary *__loc) argument
588 _Locale_p_sign_posn(struct _Locale_monetary *__loc) argument
594 _Locale_n_cs_precedes(struct _Locale_monetary *__loc) argument
600 _Locale_n_sep_by_space(struct _Locale_monetary *__loc) argument
612 _Locale_n_sign_posn(struct _Locale_monetary *__loc) argument
619 _Locale_full_monthname(struct _Locale_time *__loc, int _m ) argument
624 _Locale_abbrev_monthname(struct _Locale_time *__loc, int _m ) argument
629 _Locale_full_dayofweek(struct _Locale_time *__loc, int _d ) argument
634 _Locale_abbrev_dayofweek(struct _Locale_time *__loc, int _d ) argument
639 _Locale_d_t_fmt(struct _Locale_time *__loc) argument
675 _WLocale_full_monthname(struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize) argument
677 _WLocale_abbrev_monthname(struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize) argument
679 _WLocale_full_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize) argument
681 _WLocale_abbrev_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize) argument
683 _WLocale_am_str(struct _Locale_time *__loc, wchar_t *buf, size_t bufSize) argument
685 _WLocale_pm_str(struct _Locale_time* __loc, wchar_t *buf, size_t bufSize) argument
691 _Locale_catopen(struct _Locale_messages *__loc, const char *__cat_name ) argument
696 _Locale_catclose(struct _Locale_messages *__loc, nl_catd_type __cat ) argument
701 _Locale_catgets(struct _Locale_messages *__loc, nl_catd_type __cat, int __setid, int __msgid, const char *dfault) argument
[all...]

Completed in 3502 milliseconds