Home
last modified time | relevance | path

Searched refs:locale (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dlocale.cc61 const locale::category locale::none;
62 const locale::category locale::ctype;
63 const locale::category locale::numeric;
64 const locale::category locale::collate;
65 const locale::category locale::time;
66 const locale::category locale::monetary;
67 const locale::category locale::messages;
68 const locale::category locale::all;
72 locale::_Impl* locale::_S_global;
78 locale::locale(const locale& __other) throw() in locale() function in std::locale
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dlocale_classes.h62 class locale in _GLIBCXX_VISIBILITY()
117 locale() throw(); in _GLIBCXX_VISIBILITY()
126 locale(const locale& __other) throw(); in _GLIBCXX_VISIBILITY()
151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY()
163 locale(const std::string& __s) : locale(__s.c_str()) { } in _GLIBCXX_VISIBILITY()
192 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY()
206 locale(const locale& __other, _Facet* __f); in _GLIBCXX_VISIBILITY()
219 const locale& in _GLIBCXX_VISIBILITY()
235 locale in _GLIBCXX_VISIBILITY()
298 static locale in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dlocale_classes.h62 class locale in _GLIBCXX_VISIBILITY()
117 locale() throw(); in _GLIBCXX_VISIBILITY()
126 locale(const locale& __other) throw(); in _GLIBCXX_VISIBILITY()
151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY()
163 locale(const std::string& __s) : locale(__s.c_str()) { } in _GLIBCXX_VISIBILITY()
192 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY()
206 locale(const locale& __other, _Facet* __f); in _GLIBCXX_VISIBILITY()
219 const locale& in _GLIBCXX_VISIBILITY()
235 locale in _GLIBCXX_VISIBILITY()
298 static locale in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dlocale_classes.h62 class locale in _GLIBCXX_VISIBILITY()
117 locale() throw(); in _GLIBCXX_VISIBILITY()
126 locale(const locale& __other) throw(); in _GLIBCXX_VISIBILITY()
151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY()
163 locale(const std::string& __s) : locale(__s.c_str()) { } in _GLIBCXX_VISIBILITY()
192 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY()
206 locale(const locale& __other, _Facet* __f); in _GLIBCXX_VISIBILITY()
219 const locale& in _GLIBCXX_VISIBILITY()
235 locale in _GLIBCXX_VISIBILITY()
300 static locale in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dlocale_classes.h62 class locale in _GLIBCXX_VISIBILITY()
117 locale() throw(); in _GLIBCXX_VISIBILITY()
126 locale(const locale& __other) throw(); in _GLIBCXX_VISIBILITY()
151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY()
163 locale(const std::string& __s) : locale(__s.c_str()) { } in _GLIBCXX_VISIBILITY()
192 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY()
206 locale(const locale& __other, _Facet* __f); in _GLIBCXX_VISIBILITY()
219 const locale& in _GLIBCXX_VISIBILITY()
235 locale in _GLIBCXX_VISIBILITY()
298 static locale in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dlocale_classes.h62 class locale in _GLIBCXX_VISIBILITY()
117 locale() throw(); in _GLIBCXX_VISIBILITY()
126 locale(const locale& __other) throw(); in _GLIBCXX_VISIBILITY()
151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY()
163 locale(const std::string& __s) : locale(__s.c_str()) { } in _GLIBCXX_VISIBILITY()
192 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY()
206 locale(const locale& __other, _Facet* __f); in _GLIBCXX_VISIBILITY()
219 const locale& in _GLIBCXX_VISIBILITY()
235 locale in _GLIBCXX_VISIBILITY()
298 static locale in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dlocale.cc61 const locale::category locale::none;
62 const locale::category locale::ctype;
63 const locale::category locale::numeric;
64 const locale::category locale::collate;
65 const locale::category locale::time;
66 const locale::category locale::monetary;
67 const locale::category locale::messages;
68 const locale::category locale::all;
72 locale::_Impl* locale::_S_global;
78 locale::locale(const locale& __other) throw() in locale() function in std::locale
[all …]
A Dcompatibility-ldbl.cc43 template const num_put<C>& use_facet<num_put<C> >(const locale&);
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
47 template bool has_facet<num_put<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
49 template bool has_facet<money_put<C> >(const locale&);
50 template bool has_facet<money_get<C> >(const locale&);
58 template const num_put<C>& use_facet<num_put<C> >(const locale&);
62 template bool has_facet<num_put<C> >(const locale&);
63 template bool has_facet<num_get<C> >(const locale&);
64 template bool has_facet<money_put<C> >(const locale&);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dlocale_classes.h62 class locale in _GLIBCXX_VISIBILITY()
117 locale() throw(); in _GLIBCXX_VISIBILITY()
126 locale(const locale& __other) throw(); in _GLIBCXX_VISIBILITY()
151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY()
163 locale(const std::string& __s) : locale(__s.c_str()) { } in _GLIBCXX_VISIBILITY()
192 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY()
206 locale(const locale& __other, _Facet* __f); in _GLIBCXX_VISIBILITY()
219 const locale& in _GLIBCXX_VISIBILITY()
235 locale in _GLIBCXX_VISIBILITY()
298 static locale in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dlocale_classes.h62 class locale in _GLIBCXX_VISIBILITY()
117 locale() throw(); in _GLIBCXX_VISIBILITY()
126 locale(const locale& __other) throw(); in _GLIBCXX_VISIBILITY()
151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY()
163 locale(const std::string& __s) : locale(__s.c_str()) { } in _GLIBCXX_VISIBILITY()
192 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY()
206 locale(const locale& __other, _Facet* __f); in _GLIBCXX_VISIBILITY()
219 const locale& in _GLIBCXX_VISIBILITY()
235 locale in _GLIBCXX_VISIBILITY()
300 static locale in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dlocale_classes.h62 class locale in _GLIBCXX_VISIBILITY()
117 locale() throw(); in _GLIBCXX_VISIBILITY()
126 locale(const locale& __other) throw(); in _GLIBCXX_VISIBILITY()
151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY()
164 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY()
178 locale(const locale& __other, _Facet* __f); in _GLIBCXX_VISIBILITY()
191 const locale& in _GLIBCXX_VISIBILITY()
207 locale in _GLIBCXX_VISIBILITY()
269 static locale in _GLIBCXX_VISIBILITY()
338 class locale::facet in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A D.gitignore57 locale/C
58 locale/collate-test
59 locale/dump-ctype
62 locale/tst-digits
63 locale/tst-langinfo
66 locale/tst-numeric
68 locale/tst-sscanf
69 locale/tst-trans
70 locale/tst-wctype
71 locale/tst-xlocale1
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dlocale.cc62 const locale::category locale::none;
63 const locale::category locale::ctype;
64 const locale::category locale::numeric;
65 const locale::category locale::collate;
66 const locale::category locale::time;
67 const locale::category locale::monetary;
68 const locale::category locale::messages;
69 const locale::category locale::all;
73 locale::_Impl* locale::_S_global;
79 locale::locale(const locale& __other) throw() in locale() function in std::locale
[all …]
A Dcompatibility-ldbl.cc43 template const num_put<C>& use_facet<num_put<C> >(const locale&);
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
47 template bool has_facet<num_put<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
49 template bool has_facet<money_put<C> >(const locale&);
50 template bool has_facet<money_get<C> >(const locale&);
58 template const num_put<C>& use_facet<num_put<C> >(const locale&);
62 template bool has_facet<num_put<C> >(const locale&);
63 template bool has_facet<num_get<C> >(const locale&);
64 template bool has_facet<money_put<C> >(const locale&);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dlocale.cc61 const locale::category locale::none;
62 const locale::category locale::ctype;
63 const locale::category locale::numeric;
64 const locale::category locale::collate;
65 const locale::category locale::time;
66 const locale::category locale::monetary;
67 const locale::category locale::messages;
68 const locale::category locale::all;
72 locale::_Impl* locale::_S_global;
78 locale::locale(const locale& __other) throw() in locale() function in std::locale
[all …]
A Dcompatibility-ldbl.cc43 template const num_put<C>& use_facet<num_put<C> >(const locale&);
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
47 template bool has_facet<num_put<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
49 template bool has_facet<money_put<C> >(const locale&);
50 template bool has_facet<money_get<C> >(const locale&);
58 template const num_put<C>& use_facet<num_put<C> >(const locale&);
62 template bool has_facet<num_put<C> >(const locale&);
63 template bool has_facet<num_get<C> >(const locale&);
64 template bool has_facet<money_put<C> >(const locale&);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dlocale.cc61 const locale::category locale::none;
62 const locale::category locale::ctype;
63 const locale::category locale::numeric;
64 const locale::category locale::collate;
65 const locale::category locale::time;
66 const locale::category locale::monetary;
67 const locale::category locale::messages;
68 const locale::category locale::all;
72 locale::_Impl* locale::_S_global;
78 locale::locale(const locale& __other) throw() in locale() function in std::locale
[all …]
A Dcompatibility-ldbl.cc43 template const num_put<C>& use_facet<num_put<C> >(const locale&);
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
47 template bool has_facet<num_put<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
49 template bool has_facet<money_put<C> >(const locale&);
50 template bool has_facet<money_get<C> >(const locale&);
58 template const num_put<C>& use_facet<num_put<C> >(const locale&);
62 template bool has_facet<num_put<C> >(const locale&);
63 template bool has_facet<num_get<C> >(const locale&);
64 template bool has_facet<money_put<C> >(const locale&);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dlocale.cc61 const locale::category locale::none;
62 const locale::category locale::ctype;
63 const locale::category locale::numeric;
64 const locale::category locale::collate;
65 const locale::category locale::time;
66 const locale::category locale::monetary;
67 const locale::category locale::messages;
68 const locale::category locale::all;
72 locale::_Impl* locale::_S_global;
78 locale::locale(const locale& __other) throw() in locale() function in std::locale
[all …]
A Dcompatibility-ldbl.cc43 template const num_put<C>& use_facet<num_put<C> >(const locale&);
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
47 template bool has_facet<num_put<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
49 template bool has_facet<money_put<C> >(const locale&);
50 template bool has_facet<money_get<C> >(const locale&);
58 template const num_put<C>& use_facet<num_put<C> >(const locale&);
62 template bool has_facet<num_put<C> >(const locale&);
63 template bool has_facet<num_get<C> >(const locale&);
64 template bool has_facet<money_put<C> >(const locale&);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dlocale.cc61 const locale::category locale::none;
62 const locale::category locale::ctype;
63 const locale::category locale::numeric;
64 const locale::category locale::collate;
65 const locale::category locale::time;
66 const locale::category locale::monetary;
67 const locale::category locale::messages;
68 const locale::category locale::all;
72 locale::_Impl* locale::_S_global;
78 locale::locale(const locale& __other) throw() in locale() function in std::locale
[all …]
A Dcompatibility-ldbl.cc43 template const num_put<C>& use_facet<num_put<C> >(const locale&);
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
47 template bool has_facet<num_put<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
49 template bool has_facet<money_put<C> >(const locale&);
50 template bool has_facet<money_get<C> >(const locale&);
58 template const num_put<C>& use_facet<num_put<C> >(const locale&);
62 template bool has_facet<num_put<C> >(const locale&);
63 template bool has_facet<num_get<C> >(const locale&);
64 template bool has_facet<money_put<C> >(const locale&);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dlocale.cc61 const locale::category locale::none;
62 const locale::category locale::ctype;
63 const locale::category locale::numeric;
64 const locale::category locale::collate;
65 const locale::category locale::time;
66 const locale::category locale::monetary;
67 const locale::category locale::messages;
68 const locale::category locale::all;
72 locale::_Impl* locale::_S_global;
78 locale::locale(const locale& __other) throw() in locale() function in std::locale
[all …]
A Dcompatibility-ldbl.cc43 template const num_put<C>& use_facet<num_put<C> >(const locale&);
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
47 template bool has_facet<num_put<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
49 template bool has_facet<money_put<C> >(const locale&);
50 template bool has_facet<money_get<C> >(const locale&);
58 template const num_put<C>& use_facet<num_put<C> >(const locale&);
62 template bool has_facet<num_put<C> >(const locale&);
63 template bool has_facet<num_get<C> >(const locale&);
64 template bool has_facet<money_put<C> >(const locale&);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Ddump-ctype.c34 static const char *locale; variable
57 locale, class_name); in dump_class()
65 locale, locale, class_name); in dump_class()
76 locale, locale, class_name); in dump_class()
91 locale, map_name); in dump_map()
99 locale, locale, map_name); in dump_map()
110 locale, locale, map_name); in dump_map()
125 locale = argv[1]; in main()
130 program_name, locale); in main()
134 if (mkdir (locale, 0777) < 0) in main()
[all …]

Completed in 98 milliseconds

12345678910>>...25