/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/dragonfly/ |
A D | time_members.cc | 51 (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 D | ctype_members.cc | 67 __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 D | c_locale.cc | 49 __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 D | codecvt_members.cc | 53 __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 D | time_members.cc | 51 (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 D | ctype_members.cc | 67 __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 D | c_locale.cc | 49 __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 D | codecvt_members.cc | 53 __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 D | collate_members.cc | 46 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 D | time_members.cc | 51 (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 D | ctype_members.cc | 67 __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 D | c_locale.cc | 49 __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 D | codecvt_members.cc | 53 __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 D | time_members.cc | 51 (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 D | ctype_members.cc | 67 __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 D | c_locale.cc | 49 __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 D | codecvt_members.cc | 53 __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 D | time_members.cc | 51 (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 D | ctype_members.cc | 67 __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 D | c_locale.cc | 49 __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 D | codecvt_members.cc | 53 __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 D | time_members.cc | 51 (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 D | ctype_members.cc | 67 __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 D | c_locale.cc | 49 __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 D | codecvt_members.cc | 53 __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()
|