Update contrib.
3 * Silicon Graphics Computer Systems, Inc.
8 * This material is provided "as is", with absolutely no warranty expressed
9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
12 * without fee, provided the above notices are retained on all copies.
13 * Permission to modify the code and to distribute modified code is granted,
14 * provided the above notices are retained, and a notice that the code was
15 * modified is included with the above copyright notice.
18 # include "stlport_prefix.h"
22 # ifdef _STLP_REAL_LOCALE_IMPLEMENTED
24 // here, we'll put C locale implementation for those compilers where
25 // it has to be done in C++
29 /* This is a "stub" implementation of the "c_locale.h" interface,
30 intended for operating systems where we have not yet written
31 a real implementation. A C++ library using this stub implementation
32 is still standard-conforming, since the C++ standard does not require
33 that any locales other than "C" be supported.
36 /* Framework functions */
38 struct _Locale_ctype /* { } */ ;
39 struct _Locale_numeric /* { } */;
40 struct _Locale_time /* { } */;
41 struct _Locale_collate /*{ } */;
42 struct _Locale_monetary /* { } */;
43 struct _Locale_messages /* { } */;
59 void* _Locale_ctype_create(const char * __DUMMY_PAR)
61 void* _Locale_numeric_create(const char * __DUMMY_PAR)
63 void*_Locale_time_create(const char * __DUMMY_PAR)
65 void* _Locale_collate_create(const char *__DUMMY_PAR)
67 void* _Locale_monetary_create(const char * __DUMMY_PAR)
69 void* _Locale_messages_create(const char *__DUMMY_PAR)
72 const char* _Locale_ctype_default(char*) { return 0; }
73 const char* _Locale_numeric_default(char *) { return 0; }
74 const char* _Locale_time_default(char*) { return 0; }
75 const char* _Locale_collate_default(char*) { return 0; }
76 const char* _Locale_monetary_default(char*) { return 0; }
77 const char* _Locale_messages_default(char*) { return 0; }
79 char* _Locale_ctype_name(const void* __DUMMY_PAR1, char* __DUMMY_PAR)
81 char* _Locale_numeric_name(const void* __DUMMY_PAR1, char* __DUMMY_PAR)
83 char* _Locale_time_name(const void* __DUMMY_PAR1, char* __DUMMY_PAR)
85 char* _Locale_collate_name(const void* __DUMMY_PAR1, char* __DUMMY_PAR)
87 char* _Locale_monetary_name(const void* __DUMMY_PAR1, char* __DUMMY_PAR)
89 char* _Locale_messages_name(const void* __DUMMY_PAR1, char* __DUMMY_PAR)
92 void _Locale_ctype_destroy(void* __DUMMY_PAR) {}
93 void _Locale_numeric_destroy(void* __DUMMY_PAR) {}
94 void _Locale_time_destroy(void* __DUMMY_PAR) {}
95 void _Locale_collate_destroy(void* __DUMMY_PAR) {}
96 void _Locale_monetary_destroy(void* __DUMMY_PAR) {}
97 void _Locale_messages_destroy(void* __DUMMY_PAR) {}
99 char* _Locale_extract_ctype_name(const char* __DUMMY_PAR1, char* __DUMMY_PAR)
101 char* _Locale_extract_numeric_name(const char*__DUMMY_PAR1, char* __DUMMY_PAR)
103 char* _Locale_extract_time_name(const char*__DUMMY_PAR1, char* __DUMMY_PAR)
105 char* _Locale_extract_collate_name(const char*__DUMMY_PAR1, char* __DUMMY_PAR)
107 char* _Locale_extract_monetary_name(const char*__DUMMY_PAR1, char* __DUMMY_PAR)
109 char* _Locale_extract_messages_name(const char*__DUMMY_PAR1, char* __DUMMY_PAR)
112 char* _Locale_compose_name(char*__DUMMY_PAR1, const char*__DUMMY_PAR2, const char*__DUMMY_PAR3,
113 const char*__DUMMY_PAR4,
114 const char*__DUMMY_PAR5, const char*__DUMMY_PAR6, const char*__DUMMY_PAR7, const char*__DUMMY_PAR8)
120 const _Locale_mask_t* _Locale_ctype_table(struct _Locale_ctype* __DUMMY_PAR)
122 int _Locale_toupper(struct _Locale_ctype*__DUMMY_PAR1, int __DUMMY_PAR) { return 0; }
123 int _Locale_tolower(struct _Locale_ctype*__DUMMY_PAR1, int __DUMMY_PAR) { return 0; }
125 # ifndef _STLP_NO_WCHAR_T
126 _Locale_mask_t _Locale_wchar_ctype(struct _Locale_ctype*__DUMMY_PAR1, wint_t __DUMMY_PAR2, _Locale_mask_t __DUMMY_PAR3)
128 wint_t _Locale_wchar_tolower(struct _Locale_ctype*__DUMMY_PAR1, wint_t __DUMMY_PAR)
130 wint_t _Locale_wchar_toupper(struct _Locale_ctype*__DUMMY_PAR1, wint_t __DUMMY_PAR)
134 # ifndef _STLP_NO_MBSTATE_T
136 int _Locale_mb_cur_max (struct _Locale_ctype * __DUMMY_PAR) { return 0; }
137 int _Locale_mb_cur_min (struct _Locale_ctype * __DUMMY_PAR) { return 0; }
138 int _Locale_is_stateless (struct _Locale_ctype * __DUMMY_PAR) { return 1; }
139 #ifndef _STLP_NO_WCHAR_T
140 wint_t _Locale_btowc(struct _Locale_ctype * __DUMMY_PAR1, int __DUMMY_PAR) { return 0; }
141 int _Locale_wctob(struct _Locale_ctype * __DUMMY_PAR2, wint_t __DUMMY_PAR) { return 0; }
143 size_t _Locale_mbtowc(struct _Locale_ctype *__DUMMY_PAR1,
144 wchar_t *__DUMMY_PAR2,
145 const char *__DUMMY_PAR3, size_t __DUMMY_PAR4,
146 mbstate_t *__DUMMY_PAR5) {
149 size_t _Locale_wctomb(struct _Locale_ctype *__DUMMY_PAR1,
150 char *__DUMMY_PAR2, size_t __DUMMY_PAR3,
151 const wchar_t __DUMMY_PAR4,
152 mbstate_t *__DUMMY_PAR5) {
157 size_t _Locale_unshift(struct _Locale_ctype *__DUMMY_PAR1,
158 mbstate_t *__DUMMY_PAR2,
159 char *__DUMMY_PAR3, size_t __DUMMY_PAR4, char ** __DUMMY_PAR5) {
163 # endif /* _STLP_NO_MBSTATE_T */
167 int _Locale_strcmp(struct _Locale_collate* __DUMMY_PAR1,
168 const char* __DUMMY_PAR2, size_t __DUMMY_PAR3, const char* __DUMMY_PAR4,
169 size_t __DUMMY_PAR5) {
173 # ifndef _STLP_NO_WCHAR_T
175 int _Locale_strwcmp(struct _Locale_collate* __DUMMY_PAR1,
176 const wchar_t* __DUMMY_PAR2, size_t __DUMMY_PAR3,
177 const wchar_t* __DUMMY_PAR4, size_t __DUMMY_PAR5) {
183 size_t _Locale_strxfrm(struct _Locale_collate* __DUMMY_PAR1,
184 char* __DUMMY_PAR2, size_t __DUMMY_PAR3,
185 const char* __DUMMY_PAR4, size_t __DUMMY_PAR5) {
189 # ifndef _STLP_NO_WCHAR_T
191 size_t _Locale_strwxfrm(struct _Locale_collate* __DUMMY_PAR1,
192 wchar_t* __DUMMY_PAR2, size_t __DUMMY_PAR3,
193 const wchar_t* __DUMMY_PAR4, size_t __DUMMY_PAR5)
202 char _Locale_decimal_point(struct _Locale_numeric* __DUMMY_PAR) { return '.'; }
203 char _Locale_thousands_sep(struct _Locale_numeric* __DUMMY_PAR) { return ','; }
204 const char* _Locale_grouping(struct _Locale_numeric * __DUMMY_PAR)
207 const char * _Locale_true(struct _Locale_numeric * __DUMMY_PAR) { return 0; }
208 const char * _Locale_false(struct _Locale_numeric * __DUMMY_PAR) { return 0; }
213 const char* _Locale_int_curr_symbol(struct _Locale_monetary * __DUMMY_PAR)
215 const char* _Locale_currency_symbol(struct _Locale_monetary * __DUMMY_PAR)
217 char _Locale_mon_decimal_point(struct _Locale_monetary * __DUMMY_PAR)
219 char _Locale_mon_thousands_sep(struct _Locale_monetary * __DUMMY_PAR)
221 const char* _Locale_mon_grouping(struct _Locale_monetary * __DUMMY_PAR)
223 const char* _Locale_positive_sign(struct _Locale_monetary * __DUMMY_PAR)
225 const char* _Locale_negative_sign(struct _Locale_monetary * __DUMMY_PAR)
227 char _Locale_int_frac_digits(struct _Locale_monetary * __DUMMY_PAR)
229 char _Locale_frac_digits(struct _Locale_monetary * __DUMMY_PAR)
231 int _Locale_p_cs_precedes(struct _Locale_monetary * __DUMMY_PAR)
233 int _Locale_p_sep_by_space(struct _Locale_monetary * __DUMMY_PAR)
235 int _Locale_p_sign_posn(struct _Locale_monetary * __DUMMY_PAR)
237 int _Locale_n_cs_precedes(struct _Locale_monetary * __DUMMY_PAR)
239 int _Locale_n_sep_by_space(struct _Locale_monetary * __DUMMY_PAR)
241 int _Locale_n_sign_posn(struct _Locale_monetary * __DUMMY_PAR)
246 const char * _Locale_full_monthname(struct _Locale_time * __DUMMY_PAR1, int __DUMMY_PAR2)
248 const char * _Locale_abbrev_monthname(struct _Locale_time * __DUMMY_PAR1, int __DUMMY_PAR2)
250 const char * _Locale_full_dayofweek(struct _Locale_time * __DUMMY_PAR1, int __DUMMY_PAR2)
252 const char * _Locale_abbrev_dayofweek(struct _Locale_time * __DUMMY_PAR1, int __DUMMY_PAR2)
255 const char* _Locale_d_t_fmt(struct _Locale_time* __DUMMY_PAR) { return 0; }
256 const char* _Locale_d_fmt(struct _Locale_time* __DUMMY_PAR) { return 0; }
257 const char* _Locale_t_fmt(struct _Locale_time* __DUMMY_PAR) { return 0; }
258 const char* _Locale_long_d_t_fmt(struct _Locale_time* __DUMMY_PAR){ return 0; }
259 const char* _Locale_long_d_fmt(struct _Locale_time* __DUMMY_PAR) { return 0; }
260 const char* _Locale_am_str(struct _Locale_time* __DUMMY_PAR) { return 0; }
261 const char* _Locale_pm_str(struct _Locale_time* __DUMMY_PAR) { return 0; }
262 const char* _Locale_t_fmt_ampm(struct _Locale_time* __DUMMY_PAR) { return 0; }
266 int _Locale_catopen(struct _Locale_messages* __DUMMY_PAR1, const char* __DUMMY_PAR)
268 void _Locale_catclose(struct _Locale_messages* __DUMMY_PAR1, int __DUMMY_PAR) {}
269 const char* _Locale_catgets(struct _Locale_messages* __DUMMY_PAR1, int __DUMMY_PAR2,
270 int __DUMMY_PAR3, int __DUMMY_PAR4,
279 #endif /* real locale */