HomeSort by relevance Sort by last modified time
    Searched full:wchar_t (Results 276 - 300 of 1732) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
literal-operators.cpp 20 void operator "" _good (wchar_t);
28 void operator "" _good (const wchar_t *, size_t);
  /external/icu4c/tools/toolutil/
filestrm.h 37 T_FileStream_wopen(const wchar_t* filename, const wchar_t* mode);
  /external/libvpx/libmkv/
EbmlWriter.h 25 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr);
34 void Ebml_SerializeUTF8(EbmlGlobal *glob, unsigned long class_id, wchar_t *s);
  /external/llvm/test/Transforms/GlobalDCE/
2009-09-03-MDNode.ll 247 !13 = metadata !{i32 458798, i32 0, metadata !1, metadata !"__function_requires<__gnu_cxx::_InputIteratorConcept<wchar_t*> >", metadata !"__function_requires<__gnu_cxx::_InputIteratorConcept<wchar_t*> >", metadata !"_ZN9__gnu_cxx19__function_requiresINS_21_InputIteratorConceptIPwEEEEvv", metadata !2, i32 61, metadata !9, i1 false, i1 true}
248 !14 = metadata !{i32 458798, i32 0, metadata !1, metadata !"__function_requires<__gnu_cxx::_InputIteratorConcept<const wchar_t*> >", metadata !"__function_requires<__gnu_cxx::_InputIteratorConcept<const wchar_t*> >", metadata !"_ZN9__gnu_cxx19__function_requiresINS_21_InputIteratorConceptIPKwEEEEvv", metadata !2, i32 61, metadata !9, i1 false, i1 true}
249 !15 = metadata !{i32 458798, i32 0, metadata !1, metadata !"__function_requires<__gnu_cxx::_LessThanComparableConcept<wchar_t*> >", metadata !"__function_requires<__gnu_cxx::_LessThanComparableConcept<wchar_t*> >", metadata !"_ZN9__gnu_cxx19__function_requiresINS_26_LessThanComparableConceptIPwEEEEvv", metadata !2, i32 61, metadata !9, i1 false, i1 true}
256 !22 = metadata !{i32 458798, i32 0, metadata !1, metadata !"__function_requires<__gnu_cxx::_OutputIteratorConcept<std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, wchar_t> >", metadata !"__function_requires<__gnu_cxx::_OutputIteratorConcept<std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, wchar_t> >", metadata !"_ZN9__gnu_cxx19__function_requiresINS_22_Out (…)
    [all...]
  /external/stlport/test/unit/
messages_facets_test.cpp 62 locale loc(locale::classic(), new messages_byname<wchar_t>(static_cast<char const*>(0)));
73 locale loc(locale::classic(), new messages_byname<wchar_t>("yasli_language"));
codecvt_test.cpp 388 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
396 wchar_t to[1];
397 wchar_t *next_to;
399 to, to + sizeof(to) / sizeof(wchar_t), next_to);
409 const wchar_t* next_from;
435 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
456 typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base;
489 const wchar_t buf[] = L" ";
511 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>("C"));
512 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc)
    [all...]
bitset_test.cpp 70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >();
  /ndk/tests/device/test-gnustl-full/unit/
messages_facets_test.cpp 62 locale loc(locale::classic(), new messages_byname<wchar_t>(static_cast<char const*>(0)));
73 locale loc(locale::classic(), new messages_byname<wchar_t>("yasli_language"));
codecvt_test.cpp 390 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
398 wchar_t to[1];
399 wchar_t *next_to;
401 to, to + sizeof(to) / sizeof(wchar_t), next_to);
411 const wchar_t* next_from;
437 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
458 typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base;
491 const wchar_t buf[] = L" ";
513 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>("C"));
514 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc)
    [all...]
  /ndk/tests/device/test-stlport/unit/
messages_facets_test.cpp 62 locale loc(locale::classic(), new messages_byname<wchar_t>(static_cast<char const*>(0)));
73 locale loc(locale::classic(), new messages_byname<wchar_t>("yasli_language"));
codecvt_test.cpp 390 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
398 wchar_t to[1];
399 wchar_t *next_to;
401 to, to + sizeof(to) / sizeof(wchar_t), next_to);
411 const wchar_t* next_from;
437 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
458 typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base;
491 const wchar_t buf[] = L" ";
513 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>("C"));
514 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc)
    [all...]
  /external/chromium/testing/gtest/src/
gtest-printers.cc 127 // Depending on the value of a char (or wchar_t), we print it in one
141 static inline bool IsPrintableAscii(wchar_t c) {
151 switch (static_cast<wchar_t>(c)) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) {
205 return PrintAsCharLiteralTo<wchar_t>(c, os);
252 // Prints a wchar_t as a symbol if it is printable or as its internal
254 void PrintTo(wchar_t wc, ostream* os) {
255 PrintCharAndCodeTo<wchar_t>(wc, os);
285 static void PrintWideCharsAsStringTo(const wchar_t* begin, size_t len,
290 const wchar_t cur = begin[index]
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-printers.cc 127 // Depending on the value of a char (or wchar_t), we print it in one
141 inline bool IsPrintableAscii(wchar_t c) {
151 switch (static_cast<wchar_t>(c)) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) {
205 return PrintAsCharLiteralTo<wchar_t>(c, os);
252 // Prints a wchar_t as a symbol if it is printable or as its internal
254 void PrintTo(wchar_t wc, ostream* os) {
255 PrintCharAndCodeTo<wchar_t>(wc, os);
285 static void PrintWideCharsAsStringTo(const wchar_t* begin, size_t len,
290 const wchar_t cur = begin[index]
    [all...]
  /external/chromium/base/
file_version_info_win.cc 48 const wchar_t* path = file_path.value().c_str();
141 bool FileVersionInfoWin::GetValue(const wchar_t* name,
160 wchar_t sub_block[MAX_PATH];
169 value_str->assign(static_cast<wchar_t*>(value));
176 std::wstring FileVersionInfoWin::GetStringValue(const wchar_t* name) {
utf_offset_string_conversions_unittest.cc 18 // Given a null-terminated string of wchar_t with each wchar_t representing
19 // a UTF-16 code unit, returns a string16 made up of wchar_t's in the input.
20 // Each wchar_t should be <= 0xFFFF and a non-BMP character (> U+FFFF)
22 // *even* where wchar_t is 32-bit (Linux and Mac).
26 string16 BuildString16(const wchar_t* s) {
67 const wchar_t* wide;
utf_string_conversions_unittest.cc 16 const wchar_t* const kConvertRoundtripCases[] = {
31 // wchar_t is 16 or 32 bits.
71 const wchar_t* wide;
111 EXPECT_EQ(static_cast<wchar_t>(0), converted[0]);
122 // This test is only valid when wchar_t == UTF-16.
125 const wchar_t* utf16;
154 // This test is only valid when wchar_t == UTF-32.
157 const wchar_t* utf32;
188 static wchar_t wmulti[] = {
  /external/clang/test/CodeGen/
char-literal.c 19 wchar_t wa = L'a';
24 wchar_t wb = L'ab';
52 wchar_t wc = L'\uF00B';
65 wchar_t wd = L'\U0010F00B';
82 wchar_t we = L'\u1234\U0010F00B';
  /external/llvm/lib/Support/Windows/
PathV2.inc 44 error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16) {
69 error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
99 error_code TempDir(SmallVectorImpl<wchar_t> &result) {
123 bool is_separator(const wchar_t value) {
139 SmallVector<wchar_t, 128> cur_path;
190 SmallVector<wchar_t, 128> wide_from;
191 SmallVector<wchar_t, 128> wide_to;
207 SmallVector<wchar_t, 128> path_utf16;
233 SmallVector<wchar_t, 128> wide_from;
234 SmallVector<wchar_t, 128> wide_to
    [all...]
  /bionic/libc/wchar/
wcscmp.c 48 wcscmp(const wchar_t *s1, const wchar_t *s2)
54 /* XXX assumes wchar_t = int */
wcsncmp.c 42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n)
49 /* XXX assumes wchar_t = int */
  /development/host/windows/usb/api/
adb_api_private_defines.h 44 AdbInstanceEnumEntry(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
60 void Set(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
70 (device_name_.length() + 1) * sizeof(wchar_t));
  /external/bluetooth/glib/build/win32/dirent/
dirent.h 79 wchar_t d_name[FILENAME_MAX]; /* File name. */
108 wchar_t dd_name[1];
113 _WDIR* __cdecl _wopendir (const wchar_t*);
  /external/chromium/chrome/common/
chrome_paths_win.cc 46 wchar_t path_buf[MAX_PATH];
74 app::win::ScopedCoMem<wchar_t> path_buf;
88 wchar_t system_buffer[MAX_PATH];
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_decode_utf8_string.c 30 wchar_t *out, unsigned long *outlen)
32 wchar_t tmp;
93 tmp = (tmp << 6) | ((wchar_t)in[x++] & 0x3F);
  /external/stlport/stlport/stl/
_sstream.h 109 _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> >
    [all...]

Completed in 2407 milliseconds

<<11121314151617181920>>