Home
last modified time | relevance | path

Searched refs:locale_t (Results 1 – 25 of 55) sorted by relevance

123

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/dragonfly/
A Dtime_members.cc51 (locale_t)_M_c_locale_timepunct); in _M_put()
131 (locale_t)__cloc); in _M_initialize_timepunct()
134 (locale_t)__cloc); in _M_initialize_timepunct()
136 (locale_t)__cloc); in _M_initialize_timepunct()
138 (locale_t)__cloc); in _M_initialize_timepunct()
139 _M_data->_M_am = nl_langinfo_l(AM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
140 _M_data->_M_pm = nl_langinfo_l(PM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
142 (locale_t)__cloc); in _M_initialize_timepunct()
145 _M_data->_M_day1 = nl_langinfo_l(DAY_1, (locale_t)__cloc); in _M_initialize_timepunct()
200 (locale_t)_M_c_locale_timepunct); in _M_put()
[all …]
A Dctype_members.cc67 __ret = wctype_l("space", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
70 __ret = wctype_l("print", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
73 __ret = wctype_l("cntrl", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
76 __ret = wctype_l("upper", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
79 __ret = wctype_l("lower", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
82 __ret = wctype_l("alpha", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
85 __ret = wctype_l("digit", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
88 __ret = wctype_l("punct", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
164 uselocale((locale_t)__old); in do_narrow()
195 uselocale((locale_t)__old); in do_narrow()
[all …]
A Dc_locale.cc49 __v = strtof_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
76 __v = strtod_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
103 __v = strtold_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
128 __cloc = (__c_locale)newlocale(LC_ALL_MASK, __s, (locale_t)__old); in _S_create_c_locale()
141 freelocale((locale_t)__cloc); in _S_destroy_c_locale()
146 { return (__c_locale)duplocale((locale_t)__cloc); } in _S_clone_c_locale()
151 __c_locale __dup = (__c_locale)duplocale((locale_t)__cloc); in _S_lc_ctype_c_locale()
156 (locale_t)__dup); in _S_lc_ctype_c_locale()
159 freelocale((locale_t)__dup); in _S_lc_ctype_c_locale()
A Dcodecvt_members.cc53 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_out()
109 uselocale((locale_t)__old); in do_out()
124 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_in()
187 uselocale((locale_t)__old); in do_in()
199 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_encoding()
202 uselocale((locale_t)__old); in do_encoding()
210 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_max_length()
213 uselocale((locale_t)__old); in do_max_length()
225 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_length()
281 uselocale((locale_t)__old); in do_length()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/dragonfly/
A Dtime_members.cc51 (locale_t)_M_c_locale_timepunct); in _M_put()
131 (locale_t)__cloc); in _M_initialize_timepunct()
134 (locale_t)__cloc); in _M_initialize_timepunct()
136 (locale_t)__cloc); in _M_initialize_timepunct()
138 (locale_t)__cloc); in _M_initialize_timepunct()
139 _M_data->_M_am = nl_langinfo_l(AM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
140 _M_data->_M_pm = nl_langinfo_l(PM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
142 (locale_t)__cloc); in _M_initialize_timepunct()
145 _M_data->_M_day1 = nl_langinfo_l(DAY_1, (locale_t)__cloc); in _M_initialize_timepunct()
200 (locale_t)_M_c_locale_timepunct); in _M_put()
[all …]
A Dctype_members.cc67 __ret = wctype_l("space", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
70 __ret = wctype_l("print", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
73 __ret = wctype_l("cntrl", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
76 __ret = wctype_l("upper", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
79 __ret = wctype_l("lower", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
82 __ret = wctype_l("alpha", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
85 __ret = wctype_l("digit", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
88 __ret = wctype_l("punct", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
164 uselocale((locale_t)__old); in do_narrow()
195 uselocale((locale_t)__old); in do_narrow()
[all …]
A Dc_locale.cc49 __v = strtof_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
76 __v = strtod_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
103 __v = strtold_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
128 __cloc = (__c_locale)newlocale(LC_ALL_MASK, __s, (locale_t)__old); in _S_create_c_locale()
141 freelocale((locale_t)__cloc); in _S_destroy_c_locale()
146 { return (__c_locale)duplocale((locale_t)__cloc); } in _S_clone_c_locale()
151 __c_locale __dup = (__c_locale)duplocale((locale_t)__cloc); in _S_lc_ctype_c_locale()
156 (locale_t)__dup); in _S_lc_ctype_c_locale()
159 freelocale((locale_t)__dup); in _S_lc_ctype_c_locale()
A Dcodecvt_members.cc53 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_out()
109 uselocale((locale_t)__old); in do_out()
124 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_in()
187 uselocale((locale_t)__old); in do_in()
199 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_encoding()
202 uselocale((locale_t)__old); in do_encoding()
210 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_max_length()
213 uselocale((locale_t)__old); in do_max_length()
225 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_length()
281 uselocale((locale_t)__old); in do_length()
A Dcollate_members.cc46 int __cmp = strcoll_l(__one, __two, (locale_t)_M_c_locale_collate); in _M_compare()
54 { return strxfrm_l(__to, __from, __n, (locale_t)_M_c_locale_collate); } in _M_transform()
62 int __cmp = wcscoll_l(__one, __two, (locale_t)_M_c_locale_collate); in _M_compare()
70 { return wcsxfrm_l(__to, __from, __n, (locale_t)_M_c_locale_collate); } in _M_transform()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/dragonfly/
A Dtime_members.cc51 (locale_t)_M_c_locale_timepunct); in _M_put()
131 (locale_t)__cloc); in _M_initialize_timepunct()
134 (locale_t)__cloc); in _M_initialize_timepunct()
136 (locale_t)__cloc); in _M_initialize_timepunct()
138 (locale_t)__cloc); in _M_initialize_timepunct()
139 _M_data->_M_am = nl_langinfo_l(AM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
140 _M_data->_M_pm = nl_langinfo_l(PM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
142 (locale_t)__cloc); in _M_initialize_timepunct()
145 _M_data->_M_day1 = nl_langinfo_l(DAY_1, (locale_t)__cloc); in _M_initialize_timepunct()
200 (locale_t)_M_c_locale_timepunct); in _M_put()
[all …]
A Dctype_members.cc67 __ret = wctype_l("space", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
70 __ret = wctype_l("print", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
73 __ret = wctype_l("cntrl", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
76 __ret = wctype_l("upper", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
79 __ret = wctype_l("lower", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
82 __ret = wctype_l("alpha", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
85 __ret = wctype_l("digit", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
88 __ret = wctype_l("punct", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
164 uselocale((locale_t)__old); in do_narrow()
195 uselocale((locale_t)__old); in do_narrow()
[all …]
A Dc_locale.cc49 __v = strtof_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
76 __v = strtod_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
103 __v = strtold_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
128 __cloc = (__c_locale)newlocale(LC_ALL_MASK, __s, (locale_t)__old); in _S_create_c_locale()
141 freelocale((locale_t)__cloc); in _S_destroy_c_locale()
146 { return (__c_locale)duplocale((locale_t)__cloc); } in _S_clone_c_locale()
151 __c_locale __dup = (__c_locale)duplocale((locale_t)__cloc); in _S_lc_ctype_c_locale()
156 (locale_t)__dup); in _S_lc_ctype_c_locale()
159 freelocale((locale_t)__dup); in _S_lc_ctype_c_locale()
A Dcodecvt_members.cc53 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_out()
109 uselocale((locale_t)__old); in do_out()
124 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_in()
187 uselocale((locale_t)__old); in do_in()
199 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_encoding()
202 uselocale((locale_t)__old); in do_encoding()
210 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_max_length()
213 uselocale((locale_t)__old); in do_max_length()
225 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_length()
281 uselocale((locale_t)__old); in do_length()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/dragonfly/
A Dtime_members.cc51 (locale_t)_M_c_locale_timepunct); in _M_put()
131 (locale_t)__cloc); in _M_initialize_timepunct()
134 (locale_t)__cloc); in _M_initialize_timepunct()
136 (locale_t)__cloc); in _M_initialize_timepunct()
138 (locale_t)__cloc); in _M_initialize_timepunct()
139 _M_data->_M_am = nl_langinfo_l(AM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
140 _M_data->_M_pm = nl_langinfo_l(PM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
142 (locale_t)__cloc); in _M_initialize_timepunct()
145 _M_data->_M_day1 = nl_langinfo_l(DAY_1, (locale_t)__cloc); in _M_initialize_timepunct()
200 (locale_t)_M_c_locale_timepunct); in _M_put()
[all …]
A Dctype_members.cc67 __ret = wctype_l("space", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
70 __ret = wctype_l("print", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
73 __ret = wctype_l("cntrl", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
76 __ret = wctype_l("upper", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
79 __ret = wctype_l("lower", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
82 __ret = wctype_l("alpha", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
85 __ret = wctype_l("digit", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
88 __ret = wctype_l("punct", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
164 uselocale((locale_t)__old); in do_narrow()
195 uselocale((locale_t)__old); in do_narrow()
[all …]
A Dc_locale.cc49 __v = strtof_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
76 __v = strtod_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
103 __v = strtold_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
128 __cloc = (__c_locale)newlocale(LC_ALL_MASK, __s, (locale_t)__old); in _S_create_c_locale()
141 freelocale((locale_t)__cloc); in _S_destroy_c_locale()
146 { return (__c_locale)duplocale((locale_t)__cloc); } in _S_clone_c_locale()
151 __c_locale __dup = (__c_locale)duplocale((locale_t)__cloc); in _S_lc_ctype_c_locale()
156 (locale_t)__dup); in _S_lc_ctype_c_locale()
159 freelocale((locale_t)__dup); in _S_lc_ctype_c_locale()
A Dcodecvt_members.cc53 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_out()
109 uselocale((locale_t)__old); in do_out()
124 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_in()
187 uselocale((locale_t)__old); in do_in()
199 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_encoding()
202 uselocale((locale_t)__old); in do_encoding()
210 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_max_length()
213 uselocale((locale_t)__old); in do_max_length()
225 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_length()
281 uselocale((locale_t)__old); in do_length()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/dragonfly/
A Dtime_members.cc51 (locale_t)_M_c_locale_timepunct); in _M_put()
131 (locale_t)__cloc); in _M_initialize_timepunct()
134 (locale_t)__cloc); in _M_initialize_timepunct()
136 (locale_t)__cloc); in _M_initialize_timepunct()
138 (locale_t)__cloc); in _M_initialize_timepunct()
139 _M_data->_M_am = nl_langinfo_l(AM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
140 _M_data->_M_pm = nl_langinfo_l(PM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
142 (locale_t)__cloc); in _M_initialize_timepunct()
145 _M_data->_M_day1 = nl_langinfo_l(DAY_1, (locale_t)__cloc); in _M_initialize_timepunct()
200 (locale_t)_M_c_locale_timepunct); in _M_put()
[all …]
A Dctype_members.cc67 __ret = wctype_l("space", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
70 __ret = wctype_l("print", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
73 __ret = wctype_l("cntrl", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
76 __ret = wctype_l("upper", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
79 __ret = wctype_l("lower", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
82 __ret = wctype_l("alpha", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
85 __ret = wctype_l("digit", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
88 __ret = wctype_l("punct", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
164 uselocale((locale_t)__old); in do_narrow()
195 uselocale((locale_t)__old); in do_narrow()
[all …]
A Dc_locale.cc49 __v = strtof_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
76 __v = strtod_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
103 __v = strtold_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
128 __cloc = (__c_locale)newlocale(LC_ALL_MASK, __s, (locale_t)__old); in _S_create_c_locale()
141 freelocale((locale_t)__cloc); in _S_destroy_c_locale()
146 { return (__c_locale)duplocale((locale_t)__cloc); } in _S_clone_c_locale()
151 __c_locale __dup = (__c_locale)duplocale((locale_t)__cloc); in _S_lc_ctype_c_locale()
156 (locale_t)__dup); in _S_lc_ctype_c_locale()
159 freelocale((locale_t)__dup); in _S_lc_ctype_c_locale()
A Dcodecvt_members.cc53 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_out()
109 uselocale((locale_t)__old); in do_out()
124 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_in()
187 uselocale((locale_t)__old); in do_in()
199 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_encoding()
202 uselocale((locale_t)__old); in do_encoding()
210 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_max_length()
213 uselocale((locale_t)__old); in do_max_length()
225 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_length()
281 uselocale((locale_t)__old); in do_length()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/dragonfly/
A Dtime_members.cc51 (locale_t)_M_c_locale_timepunct); in _M_put()
131 (locale_t)__cloc); in _M_initialize_timepunct()
134 (locale_t)__cloc); in _M_initialize_timepunct()
136 (locale_t)__cloc); in _M_initialize_timepunct()
138 (locale_t)__cloc); in _M_initialize_timepunct()
139 _M_data->_M_am = nl_langinfo_l(AM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
140 _M_data->_M_pm = nl_langinfo_l(PM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
142 (locale_t)__cloc); in _M_initialize_timepunct()
145 _M_data->_M_day1 = nl_langinfo_l(DAY_1, (locale_t)__cloc); in _M_initialize_timepunct()
200 (locale_t)_M_c_locale_timepunct); in _M_put()
[all …]
A Dctype_members.cc67 __ret = wctype_l("space", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
70 __ret = wctype_l("print", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
73 __ret = wctype_l("cntrl", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
76 __ret = wctype_l("upper", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
79 __ret = wctype_l("lower", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
82 __ret = wctype_l("alpha", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
85 __ret = wctype_l("digit", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
88 __ret = wctype_l("punct", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
164 uselocale((locale_t)__old); in do_narrow()
195 uselocale((locale_t)__old); in do_narrow()
[all …]
A Dc_locale.cc49 __v = strtof_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
76 __v = strtod_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
103 __v = strtold_l(__s, &__sanity, (locale_t)__cloc); in __convert_to_v()
128 __cloc = (__c_locale)newlocale(LC_ALL_MASK, __s, (locale_t)__old); in _S_create_c_locale()
141 freelocale((locale_t)__cloc); in _S_destroy_c_locale()
146 { return (__c_locale)duplocale((locale_t)__cloc); } in _S_clone_c_locale()
151 __c_locale __dup = (__c_locale)duplocale((locale_t)__cloc); in _S_lc_ctype_c_locale()
156 (locale_t)__dup); in _S_lc_ctype_c_locale()
159 freelocale((locale_t)__dup); in _S_lc_ctype_c_locale()
A Dcodecvt_members.cc53 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_out()
109 uselocale((locale_t)__old); in do_out()
124 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_in()
187 uselocale((locale_t)__old); in do_in()
199 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_encoding()
202 uselocale((locale_t)__old); in do_encoding()
210 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_max_length()
213 uselocale((locale_t)__old); in do_max_length()
225 __c_locale __old = (__c_locale)uselocale((locale_t)_M_c_locale_codecvt); in do_length()
281 uselocale((locale_t)__old); in do_length()

Completed in 51 milliseconds

123