HomeSort by: relevance | last modified time | path
    Searched refs:__cloc (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
time_members.cc 65 __timepunct<char>::_M_initialize_timepunct(__c_locale __cloc)
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);
    [all...]
c_locale.cc 47 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,
135 __cloc = __newlocale(1 << LC_ALL, __s, __old);
136 if (!__cloc)
    [all...]
numeric_members.cc 91 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc)
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)
187 if (!__cloc)
    [all...]
monetary_members.cc 214 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc,
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);
    [all...]
c_locale.h 74 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)),
80 __c_locale __old = __gnu_cxx::__uselocale(__cloc);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
time_members.cc 65 __timepunct<char>::_M_initialize_timepunct(__c_locale __cloc)
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);
    [all...]
c_locale.cc 47 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,
135 __cloc = __newlocale(1 << LC_ALL, __s, __old);
136 if (!__cloc)
    [all...]
numeric_members.cc 91 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc)
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)
187 if (!__cloc)
    [all...]
monetary_members.cc 214 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc,
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);
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
time_members.cc 60 __timepunct<char>::_M_initialize_timepunct(__c_locale __cloc)
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);
    [all...]
c_locale.cc 50 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,
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)
    [all...]
c_locale.h 63 __convert_from_v(const __c_locale& __cloc, char* __out,
67 __c_locale __old = (__c_locale)uselocale((locale_t)__cloc);
88 __convert_from_v(const __c_locale& __cloc, char* __out,
numeric_members.cc 43 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc)
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)
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...]
time_members.h 55 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s,
71 { _M_initialize_timepunct(__cloc); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
time_members.cc 60 __timepunct<char>::_M_initialize_timepunct(__c_locale __cloc)
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);
    [all...]
c_locale.cc 50 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,
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)
    [all...]
c_locale.h 63 __convert_from_v(const __c_locale& __cloc, char* __out,
67 __c_locale __old = (__c_locale)uselocale((locale_t)__cloc);
88 __convert_from_v(const __c_locale& __cloc, char* __out,
numeric_members.cc 43 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc)
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)
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...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
localename.cc 204 __c_locale __cloc; local
205 locale::facet::_S_create_c_locale(__cloc, __s);
206 __c_locale __clocm = __cloc;
253 __clocm = locale::facet::_S_lc_ctype_c_locale(__cloc,
259 _M_init_facet(new std::ctype<char>(__cloc, 0, false));
260 _M_init_facet(new codecvt<char, char, mbstate_t>(__cloc));
261 _M_init_facet(new numpunct<char>(__cloc));
264 _M_init_facet(new std::collate<char>(__cloc));
265 _M_init_facet(new moneypunct<char, false>(__cloc, 0));
266 _M_init_facet(new moneypunct<char, true>(__cloc, 0))
    [all...]
cow-locale_init.cc 144 auto& __cloc = *static_cast<__c_locale*>(cloc); local
146 _M_init_facet_unchecked(new numpunct<char>(__cloc));
147 _M_init_facet_unchecked(new std::collate<char>(__cloc));
148 _M_init_facet_unchecked(new moneypunct<char, false>(__cloc, 0));
149 _M_init_facet_unchecked(new moneypunct<char, true>(__cloc, 0));
153 _M_init_facet_unchecked(new std::messages<char>(__cloc, __s));
158 _M_init_facet_unchecked(new numpunct<wchar_t>(__cloc));
159 _M_init_facet_unchecked(new std::collate<wchar_t>(__cloc));
165 _M_init_facet_unchecked(new std::messages<wchar_t>(__cloc, __s));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
localename.cc 197 __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, 0))
    [all...]
codecvt.cc 45 codecvt(__c_locale __cloc, size_t __refs)
47 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
125 codecvt(__c_locale __cloc, size_t __refs)
127 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
codecvt.cc 45 codecvt(__c_locale __cloc, size_t __refs)
47 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
125 codecvt(__c_locale __cloc, size_t __refs)
127 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
cow-locale_init.cc 143 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));
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
time_members.h 58 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s,
73 { _M_initialize_timepunct(__cloc); }

Completed in 34 milliseconds

1 2 3