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

123

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
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);
221 _M_initialize_timepunct(__c_locale __cloc) argument
[all...]
H A Dc_locale.cc47 const __c_locale& __cloc) throw()
50 __v = __strtof_l(__s, &__sanity, __cloc);
74 const __c_locale& __cloc) throw()
77 __v = __strtod_l(__s, &__sanity, __cloc);
101 const __c_locale& __cloc) throw()
107 __v = strtold_l(__s, &__sanity, __cloc);
109 __v = __strtold_l(__s, &__sanity, __cloc);
132 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, argument
135 __cloc = __newlocale(1 << LC_ALL, __s, __old);
136 if (!__cloc)
46 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
73 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
100 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
145 _S_destroy_c_locale(__c_locale& __cloc) argument
152 _S_clone_c_locale(__c_locale& __cloc) argument
156 _S_lc_ctype_c_locale(__c_locale __cloc, const char* __s) argument
[all...]
H A Dnumeric_members.cc91 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc) argument
96 if (!__cloc)
116 __cloc));
117 const char* thousands_sep = __nl_langinfo_l(THOUSANDS_SEP, __cloc);
121 __cloc);
136 const char* __src = __nl_langinfo_l(GROUPING, __cloc);
163 // _M_truename = __nl_langinfo_l(YESSTR, __cloc);
166 // _M_falsename = __nl_langinfo_l(NOSTR, __cloc);
182 numpunct<wchar_t>::_M_initialize_numpunct(__c_locale __cloc) argument
187 if (!__cloc)
[all...]
H A Dmonetary_members.cc214 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc, argument
220 if (!__cloc)
245 __cloc));
247 __cloc);
250 __cloc);
263 __cloc));
265 const char* __cgroup = __nl_langinfo_l(__MON_GROUPING, __cloc);
266 const char* __cpossign = __nl_langinfo_l(__POSITIVE_SIGN, __cloc);
267 const char* __cnegsign = __nl_langinfo_l(__NEGATIVE_SIGN, __cloc);
269 const char* __ccurr = __nl_langinfo_l(__INT_CURR_SYMBOL, __cloc);
370 _M_initialize_moneypunct(__c_locale __cloc, const char*) argument
552 _M_initialize_moneypunct(__c_locale __cloc, const char*) argument
735 _M_initialize_moneypunct(__c_locale __cloc, const char*) argument
[all...]
H A Dc_locale.h69 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)),
75 __c_locale __old = __gnu_cxx::__uselocale(__cloc);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
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);
221 _M_initialize_timepunct(__c_locale __cloc) argument
[all...]
H A Dc_locale.cc47 const __c_locale& __cloc) throw()
50 __v = __strtof_l(__s, &__sanity, __cloc);
74 const __c_locale& __cloc) throw()
77 __v = __strtod_l(__s, &__sanity, __cloc);
101 const __c_locale& __cloc) throw()
107 __v = strtold_l(__s, &__sanity, __cloc);
109 __v = __strtold_l(__s, &__sanity, __cloc);
132 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, argument
135 __cloc = __newlocale(1 << LC_ALL, __s, __old);
136 if (!__cloc)
46 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
73 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
100 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
145 _S_destroy_c_locale(__c_locale& __cloc) argument
152 _S_clone_c_locale(__c_locale& __cloc) argument
156 _S_lc_ctype_c_locale(__c_locale __cloc, const char* __s) argument
[all...]
H A Dnumeric_members.cc91 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc) argument
96 if (!__cloc)
116 __cloc));
117 const char* thousands_sep = __nl_langinfo_l(THOUSANDS_SEP, __cloc);
121 __cloc);
136 const char* __src = __nl_langinfo_l(GROUPING, __cloc);
163 // _M_truename = __nl_langinfo_l(YESSTR, __cloc);
166 // _M_falsename = __nl_langinfo_l(NOSTR, __cloc);
182 numpunct<wchar_t>::_M_initialize_numpunct(__c_locale __cloc) argument
187 if (!__cloc)
[all...]
H A Dmonetary_members.cc214 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc, argument
220 if (!__cloc)
245 __cloc));
247 __cloc);
250 __cloc);
263 __cloc));
265 const char* __cgroup = __nl_langinfo_l(__MON_GROUPING, __cloc);
266 const char* __cpossign = __nl_langinfo_l(__POSITIVE_SIGN, __cloc);
267 const char* __cnegsign = __nl_langinfo_l(__NEGATIVE_SIGN, __cloc);
269 const char* __ccurr = __nl_langinfo_l(__INT_CURR_SYMBOL, __cloc);
370 _M_initialize_moneypunct(__c_locale __cloc, const char*) argument
552 _M_initialize_moneypunct(__c_locale __cloc, const char*) argument
735 _M_initialize_moneypunct(__c_locale __cloc, const char*) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc60 __timepunct<char>::_M_initialize_timepunct(__c_locale __cloc) argument
65 if (!__cloc)
128 _M_c_locale_timepunct = _S_clone_c_locale(__cloc);
130 _M_data->_M_date_format = nl_langinfo_l(D_FMT, (locale_t)__cloc);
132 (locale_t)__cloc);
133 _M_data->_M_time_format = nl_langinfo_l(T_FMT, (locale_t)__cloc);
135 (locale_t)__cloc);
137 (locale_t)__cloc);
139 (locale_t)__cloc);
140 _M_data->_M_am = nl_langinfo_l(AM_STR, (locale_t)__cloc);
217 _M_initialize_timepunct(__c_locale __cloc) argument
[all...]
H A Dc_locale.cc50 const __c_locale& __cloc) throw()
53 __v = strtof_l(__s, &__sanity, (locale_t)__cloc);
77 const __c_locale& __cloc) throw()
80 __v = strtod_l(__s, &__sanity, (locale_t)__cloc);
104 const __c_locale& __cloc) throw()
107 __v = strtold_l(__s, &__sanity, (locale_t)__cloc);
129 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, argument
132 __cloc = (__c_locale)newlocale(LC_ALL_MASK, __s, (locale_t)__old);
133 if (!__cloc)
142 locale::facet::_S_destroy_c_locale(__c_locale& __cloc) argument
49 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
76 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
103 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
149 _S_clone_c_locale(__c_locale& __cloc) argument
153 _S_lc_ctype_c_locale(__c_locale __cloc, const char* __s) argument
198 __convert_from_v(const __c_locale& __cloc, char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
[all...]
H A Dc_locale.h63 __convert_from_v(const __c_locale& __cloc, char* __out, argument
67 __c_locale __old = (__c_locale)uselocale((locale_t)__cloc);
88 __convert_from_v(const __c_locale& __cloc, char* __out,
H A Dnumeric_members.cc43 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc) argument
48 if (!__cloc)
67 lconv* lc = localeconv_l((locale_t) __cloc);
120 // _M_truename = __nl_langinfo_l(YESSTR, __cloc);
123 // _M_falsename = __nl_langinfo_l(NOSTR, __cloc);
139 numpunct<wchar_t>::_M_initialize_numpunct(__c_locale __cloc) argument
144 if (!__cloc)
166 lconv* lc = localeconv_l((locale_t) __cloc);
218 // _M_truename = __nl_langinfo_l(YESSTR, __cloc);
221 // _M_falsename = __nl_langinfo_l(NOSTR, __cloc);
[all...]
H A Dtime_members.h55 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, argument
71 { _M_initialize_timepunct(__cloc); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc60 __timepunct<char>::_M_initialize_timepunct(__c_locale __cloc) argument
65 if (!__cloc)
128 _M_c_locale_timepunct = _S_clone_c_locale(__cloc);
130 _M_data->_M_date_format = nl_langinfo_l(D_FMT, (locale_t)__cloc);
132 (locale_t)__cloc);
133 _M_data->_M_time_format = nl_langinfo_l(T_FMT, (locale_t)__cloc);
135 (locale_t)__cloc);
137 (locale_t)__cloc);
139 (locale_t)__cloc);
140 _M_data->_M_am = nl_langinfo_l(AM_STR, (locale_t)__cloc);
217 _M_initialize_timepunct(__c_locale __cloc) argument
[all...]
H A Dc_locale.cc50 const __c_locale& __cloc) throw()
53 __v = strtof_l(__s, &__sanity, (locale_t)__cloc);
77 const __c_locale& __cloc) throw()
80 __v = strtod_l(__s, &__sanity, (locale_t)__cloc);
104 const __c_locale& __cloc) throw()
107 __v = strtold_l(__s, &__sanity, (locale_t)__cloc);
129 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, argument
132 __cloc = (__c_locale)newlocale(LC_ALL_MASK, __s, (locale_t)__old);
133 if (!__cloc)
142 locale::facet::_S_destroy_c_locale(__c_locale& __cloc) argument
49 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
76 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
103 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
149 _S_clone_c_locale(__c_locale& __cloc) argument
153 _S_lc_ctype_c_locale(__c_locale __cloc, const char* __s) argument
198 __convert_from_v(const __c_locale& __cloc, char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
[all...]
H A Dc_locale.h63 __convert_from_v(const __c_locale& __cloc, char* __out, argument
67 __c_locale __old = (__c_locale)uselocale((locale_t)__cloc);
88 __convert_from_v(const __c_locale& __cloc, char* __out,
H A Dnumeric_members.cc43 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc) argument
48 if (!__cloc)
67 lconv* lc = localeconv_l((locale_t) __cloc);
120 // _M_truename = __nl_langinfo_l(YESSTR, __cloc);
123 // _M_falsename = __nl_langinfo_l(NOSTR, __cloc);
139 numpunct<wchar_t>::_M_initialize_numpunct(__c_locale __cloc) argument
144 if (!__cloc)
166 lconv* lc = localeconv_l((locale_t) __cloc);
218 // _M_truename = __nl_langinfo_l(YESSTR, __cloc);
221 // _M_falsename = __nl_langinfo_l(NOSTR, __cloc);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlocalename.cc185 __c_locale __cloc; local
186 locale::facet::_S_create_c_locale(__cloc, __s);
187 __c_locale __clocm = __cloc;
234 __clocm = locale::facet::_S_lc_ctype_c_locale(__cloc,
240 _M_init_facet(new std::ctype<char>(__cloc, 0, false));
241 _M_init_facet(new codecvt<char, char, mbstate_t>(__cloc));
242 _M_init_facet(new numpunct<char>(__cloc));
245 _M_init_facet(new std::collate<char>(__cloc));
246 _M_init_facet(new moneypunct<char, false>(__cloc, 0));
247 _M_init_facet(new moneypunct<char, true>(__cloc,
[all...]
H A Dcodecvt.cc45 codecvt(__c_locale __cloc, size_t __refs) argument
47 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
125 codecvt(__c_locale __cloc, size_t __refs) argument
127 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlocalename.cc197 __c_locale __cloc; local
198 locale::facet::_S_create_c_locale(__cloc, __s);
199 __c_locale __clocm = __cloc;
246 __clocm = locale::facet::_S_lc_ctype_c_locale(__cloc,
252 _M_init_facet(new std::ctype<char>(__cloc, 0, false));
253 _M_init_facet(new codecvt<char, char, mbstate_t>(__cloc));
254 _M_init_facet(new numpunct<char>(__cloc));
257 _M_init_facet(new std::collate<char>(__cloc));
258 _M_init_facet(new moneypunct<char, false>(__cloc, 0));
259 _M_init_facet(new moneypunct<char, true>(__cloc,
[all...]
H A Dcodecvt.cc45 codecvt(__c_locale __cloc, size_t __refs) argument
47 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
125 codecvt(__c_locale __cloc, size_t __refs) argument
127 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcow-locale_init.cc142 auto& __cloc = *static_cast<__c_locale*>(cloc); local
144 _M_init_facet_unchecked(new numpunct<char>(__cloc));
145 _M_init_facet_unchecked(new std::collate<char>(__cloc));
146 _M_init_facet_unchecked(new moneypunct<char, false>(__cloc, 0));
147 _M_init_facet_unchecked(new moneypunct<char, true>(__cloc, 0));
151 _M_init_facet_unchecked(new std::messages<char>(__cloc, __s));
156 _M_init_facet_unchecked(new numpunct<wchar_t>(__cloc));
157 _M_init_facet_unchecked(new std::collate<wchar_t>(__cloc));
163 _M_init_facet_unchecked(new std::messages<wchar_t>(__cloc, __s));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcow-locale_init.cc143 auto& __cloc = *static_cast<__c_locale*>(cloc); local
145 _M_init_facet_unchecked(new numpunct<char>(__cloc));
146 _M_init_facet_unchecked(new std::collate<char>(__cloc));
147 _M_init_facet_unchecked(new moneypunct<char, false>(__cloc, 0));
148 _M_init_facet_unchecked(new moneypunct<char, true>(__cloc, 0));
152 _M_init_facet_unchecked(new std::messages<char>(__cloc, __s));
157 _M_init_facet_unchecked(new numpunct<wchar_t>(__cloc));
158 _M_init_facet_unchecked(new std::collate<wchar_t>(__cloc));
164 _M_init_facet_unchecked(new std::messages<wchar_t>(__cloc, __s));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dtime_members.h58 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, argument
73 { _M_initialize_timepunct(__cloc); }

Completed in 170 milliseconds

123