Searched refs:__cloc (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/config/locale/gnu/
H A Dc_locale.cc48 const __c_locale& __cloc)
52 float __f = __strtof_l(__s, &__sanity, __cloc);
62 const __c_locale& __cloc)
66 double __d = __strtod_l(__s, &__sanity, __cloc);
76 const __c_locale& __cloc)
83 long double __ld = strtold_l(__s, &__sanity, __cloc);
85 long double __ld = __strtold_l(__s, &__sanity, __cloc);
94 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, argument
97 __cloc = __newlocale(1 << LC_ALL, __s, __old);
98 if (!__cloc)
47 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
61 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
75 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
107 _S_destroy_c_locale(__c_locale& __cloc) argument
114 _S_clone_c_locale(__c_locale& __cloc) argument
[all...]
H A Dtime_members.cc65 __timepunct<char>::_M_initialize_timepunct(__c_locale __cloc) argument
70 if (!__cloc)
133 _M_c_locale_timepunct = _S_clone_c_locale(__cloc);
135 _M_data->_M_date_format = __nl_langinfo_l(D_FMT, __cloc);
136 _M_data->_M_date_era_format = __nl_langinfo_l(ERA_D_FMT, __cloc);
137 _M_data->_M_time_format = __nl_langinfo_l(T_FMT, __cloc);
138 _M_data->_M_time_era_format = __nl_langinfo_l(ERA_T_FMT, __cloc);
139 _M_data->_M_date_time_format = __nl_langinfo_l(D_T_FMT, __cloc);
141 __cloc);
142 _M_data->_M_am = __nl_langinfo_l(AM_STR, __cloc);
218 _M_initialize_timepunct(__c_locale __cloc) argument
[all...]
H A Dmonetary_members.cc209 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc, argument
215 if (!__cloc)
239 __cloc));
241 __cloc));
242 _M_data->_M_grouping = __nl_langinfo_l(__MON_GROUPING, __cloc);
244 _M_data->_M_positive_sign = __nl_langinfo_l(__POSITIVE_SIGN, __cloc);
247 char __nposn = *(__nl_langinfo_l(__INT_N_SIGN_POSN, __cloc));
252 __cloc);
256 _M_data->_M_curr_symbol = __nl_langinfo_l(__INT_CURR_SYMBOL, __cloc);
259 __cloc));
274 _M_initialize_moneypunct(__c_locale __cloc, const char*) argument
347 _M_initialize_moneypunct(__c_locale __cloc, const char*) argument
489 _M_initialize_moneypunct(__c_locale __cloc, const char*) argument
[all...]
H A Dnumeric_members.cc43 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc) argument
48 if (!__cloc)
68 __cloc));
70 __cloc));
76 _M_data->_M_grouping = __nl_langinfo_l(GROUPING, __cloc);
81 // _M_truename = __nl_langinfo_l(YESSTR, __cloc);
84 // _M_falsename = __nl_langinfo_l(NOSTR, __cloc);
96 numpunct<wchar_t>::_M_initialize_numpunct(__c_locale __cloc) argument
101 if (!__cloc)
125 __u.__s = __nl_langinfo_l(_NL_NUMERIC_DECIMAL_POINT_WC, __cloc);
[all...]
H A Dc_locale.h76 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)),
82 __c_locale __old = __gnu_cxx::__uselocale(__cloc);
H A Dtime_members.h57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, argument
68 { _M_initialize_timepunct(__cloc); }
H A Dmessages_members.h51 messages<_CharT>::messages(__c_locale __cloc, const char* __s, argument
61 _M_c_locale_messages = _S_clone_c_locale(__cloc);
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dlocalename.cc184 __c_locale __cloc; local
185 locale::facet::_S_create_c_locale(__cloc, __s);
222 _M_init_facet(new std::ctype<char>(__cloc, 0, false));
223 _M_init_facet(new codecvt<char, char, mbstate_t>(__cloc));
224 _M_init_facet(new numpunct<char>(__cloc));
227 _M_init_facet(new std::collate<char>(__cloc));
228 _M_init_facet(new moneypunct<char, false>(__cloc, __s));
229 _M_init_facet(new moneypunct<char, true>(__cloc, __s));
232 _M_init_facet(new __timepunct<char>(__cloc, __s));
235 _M_init_facet(new std::messages<char>(__cloc, __
[all...]
H A Dcodecvt.cc48 codecvt(__c_locale __cloc, size_t __refs) argument
50 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
128 codecvt(__c_locale __cloc, size_t __refs) argument
130 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
H A Dctype.cc93 ctype<wchar_t>::ctype(__c_locale __cloc, size_t __refs) argument
95 _M_c_locale_ctype(_S_clone_c_locale(__cloc)), _M_narrow_ok(false)
/freebsd-10.0-release/contrib/libstdc++/config/locale/generic/
H A Dc_locale.cc134 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, argument
139 __cloc = NULL;
146 locale::facet::_S_destroy_c_locale(__c_locale& __cloc) argument
147 { __cloc = NULL; }
H A Dtime_members.h61 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, argument
71 { _M_initialize_timepunct(__cloc); }
/freebsd-10.0-release/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_noninline.h65 ctype<char>::ctype(__c_locale __cloc, const mask* __table, bool __del, argument
67 : facet(__refs), _M_c_locale_ctype(_S_clone_c_locale(__cloc)),
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dlocale_classes.h382 _S_create_c_locale(__c_locale& __cloc, const char* __s,
386 _S_clone_c_locale(__c_locale& __cloc);
389 _S_destroy_c_locale(__c_locale& __cloc);
H A Dcodecvt.h294 codecvt(__c_locale __cloc, size_t __refs = 0);
354 codecvt(__c_locale __cloc, size_t __refs = 0);
412 codecvt(__c_locale __cloc, size_t __refs = 0);
H A Dlocale_facets.h68 const __c_locale& __cloc);
726 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
1258 ctype(__c_locale __cloc, size_t __refs = 0);
1713 numpunct(__c_locale __cloc, size_t __refs = 0) argument
1715 { _M_initialize_numpunct(__cloc); }
1870 _M_initialize_numpunct(__c_locale __cloc = NULL);
1881 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc);
1889 numpunct<wchar_t>::_M_initialize_numpunct(__c_locale __cloc);
2578 collate(__c_locale __cloc, size_t __refs = 0) argument
2579 : facet(__refs), _M_c_locale_collate(_S_clone_c_locale(__cloc))
3671 moneypunct(__c_locale __cloc, const char* __s, size_t __refs = 0) argument
[all...]
/freebsd-10.0-release/contrib/libc++/src/
H A Dlocale.cpp42 locale_t __cloc() { function
796 return (isascii(c) && iswlower_l(c, __cloc())) ? c-L'a'+L'A' : c;
810 *low = (isascii(*low) && islower_l(*low, __cloc())) ? (*low-L'a'+L'A') : *low;
823 return (isascii(c) && isupper_l(c, __cloc())) ? c-L'A'+'a' : c;
837 *low = (isascii(*low) && isupper_l(*low, __cloc())) ? *low-L'A'+L'a' : *low;
906 return (isascii(c) && islower_l(c, __cloc())) ? c-'a'+'A' : c;
923 *low = (isascii(*low) && islower_l(*low, __cloc())) ? *low-'a'+'A' : *low;
940 return (isascii(c) && isupper_l(c, __cloc())) ? c-'A'+'a' : c;
955 *low = (isascii(*low) && isupper_l(*low, __cloc())) ? *low-'A'+'a' : *low;
1007 return __cloc()
[all...]

Completed in 235 milliseconds