Searched
full:wchar_t (Results
1101 -
1125 of
3668) sorted by null
<<41424344454647484950>>
/external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/ |
der_length_utf8_string.c | 24 unsigned long der_utf8_charsize(const wchar_t c) 44 int der_length_utf8_string(const wchar_t *in, unsigned long noctets, unsigned long *outlen)
|
/external/e2fsprogs/intl/ |
libgnuintl.h.in | 342 extern int fwprintf (FILE *, const wchar_t *, ...); 345 extern int vfwprintf (FILE *, const wchar_t *, va_list); 349 extern int wprintf (const wchar_t *, ...); 352 extern int vwprintf (const wchar_t *, va_list); 356 extern int swprintf (wchar_t *, size_t, const wchar_t *, ...); 359 extern int vswprintf (wchar_t *, size_t, const wchar_t *, va_list);
|
printf-args.h | 25 /* Get wchar_t. */ 106 const wchar_t* a_wide_string;
|
/external/lzma/CPP/Windows/ |
PropVariantConversions.cpp | 14 wchar_t buffer[32];
21 wchar_t buffer[32];
|
/external/stlport/doc/ |
README.utf8 | 27 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".utf8")); 37 typedef std::codecvt<wchar_t, char, mbstate_t> codecvt_t;
|
/external/stlport/stlport/stl/ |
_ostreambuf_iterator.h | 85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
mbsnrtowcs.inc | 32 mbsnrtowcs_l(wchar_t * __restrict dst, const char ** __restrict src, 37 wchar_t wc;
|
wcsnrtombs.inc | 28 wcsnrtombs_l(char * __restrict dst, const wchar_t ** __restrict src, 34 const wchar_t *s;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/ |
open_pointer.pass.cpp | 44 wchar_t c = L'a'; 53 wchar_t c = 0;
|
open_string.pass.cpp | 44 wchar_t c = L'a'; 53 wchar_t c = 0;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/ |
get_money.pass.cpp | 58 testbuf<wchar_t> sb(L" -$1,234,567.89"); 66 testbuf<wchar_t> sb(L" -USD 1,234,567.89");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/ |
streambuf.pass.cpp | 43 testbuf<wchar_t> sb; 44 std::basic_iostream<wchar_t> is(&sb);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/ |
streambuf.pass.cpp | 43 testbuf<wchar_t> sb; 44 std::basic_istream<wchar_t> is(&sb);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
chart.pass.cpp | 71 testbuf<wchar_t> sb(L" abc"); 73 wchar_t c;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/ |
streambuf.pass.cpp | 42 testbuf<wchar_t> sb; 43 std::basic_ostream<wchar_t> os(&sb);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/ |
resetiosflags.pass.cpp | 41 testbuf<wchar_t> sb; 48 testbuf<wchar_t> sb;
|
setiosflags.pass.cpp | 41 testbuf<wchar_t> sb; 48 testbuf<wchar_t> sb;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
gbump.pass.cpp | 54 test<wchar_t> t; 55 wchar_t in[] = L"ABCDE";
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
pbump.pass.cpp | 55 test<wchar_t> t; 56 wchar_t in[] = L"ABCDE";
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
digits.pass.cpp | 33 test<wchar_t, std::numeric_limits<wchar_t>::is_signed ? 31 : 32>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/ |
hash.pass.cpp | 35 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/ |
hash.pass.cpp | 37 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
wchar_t_in.pass.cpp | 12 // template <> class codecvt<wchar_t, char, mbstate_t> 23 typedef std::codecvt<wchar_t, char, std::mbstate_t> F;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
narrow_1.pass.cpp | 26 typedef std::ctype<wchar_t> F; 41 typedef std::ctype<wchar_t> F;
|
narrow_many.pass.cpp | 28 typedef std::ctype<wchar_t> F; 46 typedef std::ctype<wchar_t> F;
|
Completed in 448 milliseconds
<<41424344454647484950>>