Home
last modified time | relevance | path

Searched refs:wchar_t (Results 1 – 25 of 77) sorted by relevance

1234

/ndk/sources/cxx-stl/stlport/stlport/stl/
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 in is()
186 const wchar_t* is(const wchar_t* __low, const wchar_t* __high, in is()
190 const wchar_t* scan_is(mask __m, in scan_is()
191 const wchar_t* __low, const wchar_t* __high) const in scan_is()
194 const wchar_t* scan_not (mask __m, in scan_not()
195 const wchar_t* __low, const wchar_t* __high) const in scan_not()
[all …]
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, in compare()
87 const wchar_t* __low2, const wchar_t* __high2) const { in compare()
91 string_type transform(const wchar_t* __low, const wchar_t* __high) const { in transform()
95 long hash(const wchar_t* __low, const wchar_t* __high) const in hash()
103 virtual int do_compare(const wchar_t*, const wchar_t*,
104 const wchar_t*, const wchar_t*) const;
105 virtual string_type do_transform(const wchar_t*, const wchar_t*) const;
106 virtual long do_hash(const wchar_t* __low, const wchar_t* __high) const;
[all …]
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> > wistream;
139 typedef basic_ostream<wchar_t, char_traits<wchar_t> > wostream;
140 typedef basic_iostream<wchar_t, char_traits<wchar_t> > wiostream;
142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf;
[all …]
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 struc…
123 # define WCHAR_MAX ((wchar_t)~0)
142 _STLP_STATIC_ASSERT(((wchar_t)-1 > 0))
309 inline wchar_t* _STLP_wmemcpy(wchar_t* __wdst, const wchar_t* __wsrc, size_t __n) in _STLP_wmemcpy()
310 { return __STATIC_CAST(wchar_t*, _STLP_VENDOR_CSTD::wmemcpy(__wdst, __wsrc, __n)); } in _STLP_wmemcpy()
[all …]
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(); } in decimal_point()
174 wchar_t thousands_sep() const { return do_thousands_sep(); } in 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_type;
[all …]
D_codecvt.h270 class _STLP_CLASS_DECLSPEC codecvt<wchar_t, char, mbstate_t>
273 typedef wchar_t intern_type;
280 const wchar_t* __from, in out()
281 const wchar_t* __from_end, in out()
282 const wchar_t*& __from_next, in out()
303 wchar_t* __to, in in()
304 wchar_t* __to_limit, in in()
305 wchar_t*& __to_next) const { in in()
332 const wchar_t* __from,
333 const wchar_t* __from_end,
[all …]
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(); } in decimal_point()
86 wchar_t thousands_sep() const { return do_thousands_sep(); } in 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_point() const;
150 virtual wchar_t do_thousands_sep() const;
[all …]
D_num_put.h129 _STLP_EXPORT_TEMPLATE_CLASS num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
159 …_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,
170 … _STLP_CALL __insert_grouping(__iowstring&, size_t, const string&, wchar_t, wchar_t, wchar_t, int);
Dchar_traits.h243 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) in move()
252 static wchar_t* _STLP_CALL copy(wchar_t* __dest, const wchar_t* __src, size_t __n) in copy()
256 static int _STLP_CALL compare(const wchar_t* __s1, const wchar_t* __s2, size_t __n) in compare()
260 static wchar_t* _STLP_CALL assign(wchar_t* __s, size_t __n, wchar_t __c) in assign()
263 static size_t _STLP_CALL length(const wchar_t* __s) in length()
266 static void _STLP_CALL assign(wchar_t& __c1, const wchar_t& __c2) in assign()
D_locale.h337 …ale::id& _STLP_CALL _GetFacetId(const money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<
338 …ale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<
339 …ocale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<
340 …ocale::id& _STLP_CALL _GetFacetId(const num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<
341 …cale::id& _STLP_CALL _GetFacetId(const time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<
342 …cale::id& _STLP_CALL _GetFacetId(const time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<
D_num_get.h180 _STLP_EXPORT_TEMPLATE_CLASS num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<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*);
212 void _STLP_DECLSPEC _STLP_CALL _Initialize_get_float(const ctype<wchar_t>&,
213wchar_t&, wchar_t&, wchar_t&, wchar_t&, wchar_t*);
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_traits<wchar_t>, allocator<wchar_t> >;
D_num_put.c75 ios_base& __f, wchar_t __fill, in __put_float()
76 wchar_t __decimal_point, wchar_t __sep, in __put_float()
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __put_float()
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __get_money_digits_aux()
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); in __get_money_digits_aux()
194 ios_base::fmtflags __flags, wchar_t __fill) { in __put_integer()
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); in __put_integer()
198 wchar_t __xplus = __ct.widen('+'); in __put_integer()
199 wchar_t __xminus = __ct.widen('-'); in __put_integer()
201 wchar_t __wbuf[64]; in __put_integer()
[all …]
D_string_fwd.h43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
D_time_facets.h115 class _STLP_CLASS_DECLSPEC time_init<wchar_t> {
240 __write_formatted_time(__iowstring&, const ctype<wchar_t>& __ct,
313 _STLP_EXPORT_TEMPLATE_CLASS time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
314 _STLP_EXPORT_TEMPLATE_CLASS time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
D_complex.h843 _STLP_EXPORT_TEMPLATE basic_istream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
844 operator>>(basic_istream<wchar_t, char_traits<wchar_t> >&, complex<double>&);
845 _STLP_EXPORT_TEMPLATE basic_ostream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
846 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, const complex<double>&);
847 _STLP_EXPORT_TEMPLATE basic_istream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
848 operator>>(basic_istream<wchar_t, char_traits<wchar_t> >&, complex<float>&);
849 _STLP_EXPORT_TEMPLATE basic_ostream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
850 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, const complex<float>&);
853 _STLP_EXPORT_TEMPLATE basic_istream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
854 operator>>(basic_istream<wchar_t, char_traits<wchar_t> >&, complex<long double>&);
[all …]
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;
/ndk/sources/cxx-stl/stlport/src/
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* /* buf */, size_t /* bufSize */);
341 const wchar_t * _WLocale_false(struct _Locale_numeric *, wchar_t* /* buf */, size_t /* bufSize */);
[all …]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
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]; in _WLocale_ctype()
46 wchar_t in_c = c; in _WLocale_tolower()
47 wchar_t res; in _WLocale_tolower()
54 wchar_t in_c = c; in _WLocale_toupper()
55 wchar_t res; in _WLocale_toupper()
120 static int __mbtowc(_Locale_codecvt_t *l, wchar_t *dst, const char *from, unsigned int count) { in __mbtowc()
143 size_t _WLocale_mbtowc(_Locale_codecvt_t *lcodecvt, wchar_t *to, in _WLocale_mbtowc()
169 const wchar_t c, mbstate_t *shift_state) { in _WLocale_wctomb()
[all …]
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c48 static const wchar_t *_empty_wstr = "";
50 static const wchar_t *_empty_wstr = L"";
253 wchar_t *to, in _WLocale_mbtowc()
260 const wchar_t c, in _WLocale_wctomb()
292 const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) { in _WLocale_strcmp()
294 wchar_t buf1[64], buf2[64]; in _WLocale_strcmp()
323 wchar_t* dest, size_t dest_n, in _WLocale_strxfrm()
324 const wchar_t* src, size_t src_n) { in _WLocale_strxfrm()
347 wchar_t _WLocale_decimal_point(struct _Locale_numeric* lnum) in _WLocale_decimal_point()
349 wchar_t _WLocale_thousands_sep(struct _Locale_numeric* lnum) in _WLocale_thousands_sep()
[all …]
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c12 static wchar_t* _ToWChar(const char* buf, wchar_t *wbuf, size_t wbufSize) { in _ToWChar()
13 wchar_t *wcur = wbuf; in _ToWChar()
14 wchar_t *wend = wbuf + wbufSize - 1; in _ToWChar()
344 wchar_t *to, in _WLocale_mbtowc()
351 const wchar_t c, in _WLocale_wctomb()
383 const wchar_t *s1, size_t n1, in _WLocale_strcmp()
384 const wchar_t *s2, size_t n2) { in _WLocale_strcmp()
386 wchar_t buf1[64], buf2[64]; in _WLocale_strcmp()
432 wchar_t *dest, size_t dest_n, in _WLocale_strxfrm()
433 const wchar_t *src, size_t src_n ) in _WLocale_strxfrm()
[all …]
/ndk/sources/host-tools/make-3.81/config/
Dwchar_t.m41 # wchar_t.m4 serial 1 (gettext-0.12)
10 dnl Test whether <stddef.h> has the 'wchar_t' type.
15 AC_CACHE_CHECK([for wchar_t], gt_cv_c_wchar_t,
17 wchar_t foo = (wchar_t)'\0';], ,
20 AC_DEFINE(HAVE_WCHAR_T, 1, [Define if you have the 'wchar_t' type.])
/ndk/sources/host-tools/sed-4.2.1/lib/
Derror.c143 wchar_t *wmessage = NULL; in error_tail()
151 if (__libc_use_alloca (len * sizeof (wchar_t))) in error_tail()
152 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t)); in error_tail()
158 wchar_t *p = (wchar_t *) realloc (wmessage, in error_tail()
159 len * sizeof (wchar_t)); in error_tail()
195 wmessage = (wchar_t *) L"???"; in error_tail()
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 *p…
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 *p…
290 extern int wcwidth (wchar_t);
Dmbrtowc.c39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in mbrtowc()
322 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in rpl_mbrtowc()
348 wchar_t wc; in rpl_mbrtowc()
369 wchar_t wc; in rpl_mbrtowc()

1234