HomeSort by relevance Sort by last modified time
    Searched full:wchar_t (Results 1351 - 1375 of 3668) sorted by null

<<51525354555657585960>>

  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_encode_utf8_string.c 23 @param in The array of UTF8 to store (one per wchar_t)
29 int der_encode_utf8_string(const wchar_t *in, unsigned long inlen,
  /external/expat/lib/
expat_external.h 87 typedef wchar_t XML_Char;
88 typedef wchar_t XML_LChar;
  /external/libvpx/libvpx/third_party/libmkv/
EbmlWriter.c 50 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr) {
134 void Ebml_SerializeUTF8(EbmlGlobal *glob, unsigned long class_id, wchar_t *s) {
  /external/lzma/CPP/7zip/UI/Common/
UpdatePair.cpp 42 static const wchar_t *kDuplicateFileNameMessage = L"Duplicate filename:";
43 static const wchar_t *kNotCensoredCollisionMessaged = L"Internal file name collision (file on disk, file in archive):";
  /external/lzma/CPP/Common/
MyWindows.h 12 #include <stddef.h> // for wchar_t
49 typedef wchar_t WCHAR;
  /external/sfntly/cpp/
CMakeLists.txt 36 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zi /nologo /W4 /WX /O2 /Ob2 /Oy /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /GR-")
37 set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /Zi /nologo /W4 /WX /Od /Oy- /RTC1 /MTd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /GR-")
  /external/srec/srec/EventLog/include/
riff.h 227 wchar_t *audio_type,
238 const wchar_t **audio_type,
  /external/stlport/stlport/stl/
c_locale.h 49 typedef long wchar_t;
52 typedef __int32_t wchar_t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 25 // typedef atomic<wchar_t> atomic_wchar_t;
43 static_assert((std::is_same<std::atomic<wchar_t>, std::atomic_wchar_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
put_money.pass.cpp 72 testbuf<wchar_t> sb;
81 testbuf<wchar_t> sb;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get.pass.cpp 79 testbuf<wchar_t> sb(L" abc");
81 wchar_t c = is.get();
get_chart.pass.cpp 81 testbuf<wchar_t> sb(L" abc");
83 wchar_t c;
get_pointer_size.pass.cpp 72 testbuf<wchar_t> sb(L" \n \n ");
74 wchar_t s[5];
get_pointer_size_chart.pass.cpp 72 testbuf<wchar_t> sb(L" * * ");
74 wchar_t s[5];
get_streambuf.pass.cpp 74 testbuf<wchar_t> sb(L"testing\n...");
76 testbuf<wchar_t> sb2;
get_streambuf_chart.pass.cpp 75 testbuf<wchar_t> sb(L"testing*...");
77 testbuf<wchar_t> sb2;
getline_pointer_size.pass.cpp 64 testbuf<wchar_t> sb(L" \n \n ");
66 wchar_t s[5];
getline_pointer_size_chart.pass.cpp 64 testbuf<wchar_t> sb(L" * * ");
66 wchar_t s[5];
read.pass.cpp 65 testbuf<wchar_t> sb(L" 123456789");
67 wchar_t s[5];
readsome.pass.cpp 68 testbuf<wchar_t> sb(L" 1234567890");
70 wchar_t s[5];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
setbase.pass.cpp 51 testbuf<wchar_t> sb;
63 testbuf<wchar_t> sb;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_out.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.codecvt.byname/
ctor_wchar_t.pass.cpp 12 // template <> class codecvt_byname<wchar_t, char, mbstate_t>
22 typedef std::codecvt_byname<wchar_t, char, std::mbstate_t> F;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
tolower_1.pass.cpp 61 typedef std::ctype<wchar_t> F;
77 typedef std::ctype<wchar_t> F;
tolower_many.pass.cpp 64 typedef std::ctype<wchar_t> F;
81 typedef std::ctype<wchar_t> F;

Completed in 821 milliseconds

<<51525354555657585960>>