Searched refs:wchar_t (Results 1 - 25 of 60) sorted by relevance

123

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_ctype.h67 typedef ctype<wchar_t> _Wctype;
70 friend class ctype<wchar_t>;
177 class _STLP_CLASS_DECLSPEC ctype<wchar_t> : public locale::facet, public ctype_base {
179 typedef wchar_t char_type;
183 bool is(mask __m, wchar_t __c) const
186 const wchar_t* is(const wchar_t* __low, const wchar_t* __high,
190 const wchar_t* scan_is(mask __m,
191 const wchar_t* __lo
[all...]
H A D_collate.h79 class _STLP_CLASS_DECLSPEC collate<wchar_t> : public locale::facet {
81 typedef wchar_t char_type;
86 int compare(const wchar_t* __low1, const wchar_t* __high1,
87 const wchar_t* __low2, const wchar_t* __high2) const {
91 string_type transform(const wchar_t* __low, const wchar_t* __high) const {
95 long hash(const wchar_t* __low, const wchar_t* __hig
[all...]
H A D_iosfwd.h81 typedef basic_ios<wchar_t, char_traits<wchar_t> > wios;
109 _STLP_TEMPLATE_NULL class ctype<wchar_t>;
110 _STLP_TEMPLATE_NULL class ctype_byname<wchar_t>;
111 _STLP_TEMPLATE_NULL class collate<wchar_t>;
112 _STLP_TEMPLATE_NULL class collate_byname<wchar_t>;
137 typedef basic_streambuf<wchar_t, char_traits<wchar_t> > wstreambuf;
138 typedef basic_istream<wchar_t, char_traits<wchar_t> > wistrea
[all...]
H A D_cwchar.h87 extern wchar_t *wcsstr();
89 extern wchar_t *wmemchr();
91 extern wchar_t *wmemcpy();
92 extern wchar_t *wmemmove();
93 extern wchar_t *wmemset();
102 extern "C" size_t wcsftime(wchar_t * str, size_t max_size, const wchar_t * format_str, const struct tm * timeptr);
119 /* SUNpro has some bugs with casts. wchar_t is size of int there anyway. */
123 # define WCHAR_MAX ((wchar_t)~0)
136 * as gcc consider wchar_t a
[all...]
H A D_string_fwd.h43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
H A D_monetary.h168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base {
170 typedef wchar_t char_type;
172 explicit moneypunct _STLP_PSPEC2(wchar_t, true) (size_t __refs = 0);
173 wchar_t decimal_point() const { return do_decimal_point(); }
174 wchar_t thousands_sep() const { return do_thousands_sep(); }
190 ~moneypunct _STLP_PSPEC2(wchar_t, true) ();
192 virtual wchar_t do_decimal_point() const;
193 virtual wchar_t do_thousands_sep() const;
207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base {
209 typedef wchar_t char_typ
[all...]
H A D_numpunct.h77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
79 typedef wchar_t char_type;
85 wchar_t decimal_point() const { return do_decimal_point(); }
86 wchar_t thousands_sep() const { return do_thousands_sep(); }
96 virtual wchar_t do_decimal_point() const;
97 virtual wchar_t do_thousands_sep() const;
138 class _STLP_CLASS_DECLSPEC numpunct_byname<wchar_t>: public numpunct<wchar_t> {
141 typedef wchar_t char_type;
149 virtual wchar_t do_decimal_poin
[all...]
H A Dchar_traits.h241 // Specialization for wchar_t.
243 class _STLP_CLASS_DECLSPEC char_traits<wchar_t>
244 : public __char_traits_base<wchar_t, wint_t> {
248 static wchar_t* _STLP_CALL move(wchar_t* __dest, const wchar_t* __src, size_t __n)
252 static wchar_t* _STLP_CALL copy(wchar_t* __dest, const wchar_t* __src, size_t __n)
256 static int _STLP_CALL compare(const wchar_t* __s
[all...]
H A D_codecvt.h270 class _STLP_CLASS_DECLSPEC codecvt<wchar_t, char, mbstate_t>
273 typedef wchar_t intern_type;
280 const wchar_t* __from,
281 const wchar_t* __from_end,
282 const wchar_t*& __from_next,
303 wchar_t* __to,
304 wchar_t* __to_limit,
305 wchar_t*& __to_next) const {
332 const wchar_t* __from,
333 const wchar_t* __from_en
[all...]
H A D_num_put.h129 _STLP_EXPORT_TEMPLATE_CLASS num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
159 extern void _STLP_CALL __convert_float_buffer(__iostring const&, __iowstring&, const ctype<wchar_t>&, wchar_t, bool = true);
169 extern ptrdiff_t _STLP_CALL __insert_grouping(wchar_t*, wchar_t*, const string&, wchar_t, wchar_t, wchar_t, in
[all...]
H A D_num_get.h180 _STLP_EXPORT_TEMPLATE_CLASS num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
181 // _STLP_EXPORT_TEMPLATE_CLASS num_get<wchar_t, const wchar_t*>;
196 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit(wchar_t&, const wchar_t*);
197 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit_or_sep(wchar_t&, wchar_t, const wchar_t*);
[all...]
H A D_locale.h337 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >*);
338 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >*);
339 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >*);
340 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_put<wchar_t, ostreambuf_iterato
[all...]
H A D_sstream.h109 _STLP_EXPORT_TEMPLATE_CLASS basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
250 _STLP_EXPORT_TEMPLATE_CLASS basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
251 _STLP_EXPORT_TEMPLATE_CLASS basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
252 _STLP_EXPORT_TEMPLATE_CLASS basic_stringstream<wchar_t, char_trait
[all...]
H A Dc_locale.h49 typedef long wchar_t;
52 typedef __int32_t wchar_t;
H A D_messages_facets.h88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
91 typedef wchar_t char_type;
151 class _STLP_CLASS_DECLSPEC messages_byname<wchar_t> : public messages<wchar_t> {
169 typedef messages_byname<wchar_t> _Self;
H A D_num_put.c71 // Helper routine for wchar_t
75 ios_base& __f, wchar_t __fill,
76 wchar_t __decimal_point, wchar_t __sep,
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false);
189 // Helper function for wchar_t
[all...]
H A D_ostreambuf_iterator.h85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >;
/ndk/sources/cxx-stl/stlport/src/
H A Dc_locale.h244 wchar_t * /* to */,
259 const wchar_t,
291 const wchar_t * /* s1 */, size_t /* n1 */,
292 const wchar_t * /* s2 */, size_t /* n2 */);
310 wchar_t * /* s1 */, size_t /* n1 */,
311 const wchar_t * /* s2 */, size_t /* n2 */);
328 wchar_t _WLocale_decimal_point(struct _Locale_numeric *);
329 wchar_t _WLocale_thousands_sep(struct _Locale_numeric *);
340 const wchar_t * _WLocale_true(struct _Locale_numeric *, wchar_t* /* bu
[all...]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c22 static const wchar_t* __wtrue_name = L"true";
23 static const wchar_t* __wfalse_name = L"false";
37 wchar_t buf[2];
46 wchar_t in_c = c;
47 wchar_t res;
54 wchar_t in_c = c;
55 wchar_t res;
120 static int __mbtowc(_Locale_codecvt_t *l, wchar_t *dst, const char *from, unsigned int count) {
143 size_t _WLocale_mbtowc(_Locale_codecvt_t *lcodecvt, wchar_t *to,
169 const wchar_t
[all...]
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c48 static const wchar_t *_empty_wstr = "";
50 static const wchar_t *_empty_wstr = L"";
253 wchar_t *to,
260 const wchar_t c,
292 const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) {
294 wchar_t buf1[64], buf2[64];
323 wchar_t* dest, size_t dest_n,
324 const wchar_t* src, size_t src_n) {
347 wchar_t _WLocale_decimal_poin
[all...]
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c12 static wchar_t* _ToWChar(const char* buf, wchar_t *wbuf, size_t wbufSize) {
13 wchar_t *wcur = wbuf;
14 wchar_t *wend = wbuf + wbufSize - 1;
344 wchar_t *to,
351 const wchar_t c,
383 const wchar_t *s1, size_t n1,
384 const wchar_t *s2, size_t n2) {
386 wchar_t buf1[64], buf2[64];
432 wchar_t *des
[all...]
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dbtowc.c31 wchar_t wc;
H A Dwcrtomb.c28 wcrtomb (char *s, wchar_t wc, mbstate_t *ps)
H A Derror.c143 wchar_t *wmessage = NULL;
151 if (__libc_use_alloca (len * sizeof (wchar_t)))
152 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
158 wchar_t *p = (wchar_t *) realloc (wmessage,
159 len * sizeof (wchar_t));
195 wmessage = (wchar_t *) L"???";
H A Dwchar.in.h166 extern size_t mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps);
202 extern size_t mbsrtowcs (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps);
220 extern size_t mbsnrtowcs (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps);
238 extern size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps);
256 extern size_t wcsrtombs (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps);
274 extern size_t wcsnrtombs (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps);
290 extern int wcwidth (wchar_t);
294 extern int wcwidth (int /* actually wchar_t */);

Completed in 285 milliseconds

123