Searched
full:wchar_t (Results
1851 -
1875 of
3668) sorted by null
<<71727374757677787980>>
/external/chromium_org/remoting/host/ |
pairing_registry_delegate_win.cc | 40 const wchar_t* value_name) { 75 const wchar_t* value_name,
|
/external/chromium_org/remoting/host/win/ |
rdp_client.cc | 30 const wchar_t kRdpPortKeyName[] = L"SYSTEM\\CurrentControlSet\\Control\\" 32 const wchar_t kRdpPortValueName[] = L"PortNumber";
|
/external/chromium_org/sandbox/win/src/ |
Wow64.cc | 143 wchar_t prog_name[MAX_PATH]; 156 scoped_ptr_malloc<wchar_t> writable_command(_wcsdup(command.str().c_str()));
|
interception_agent.cc | 68 sizeof(wchar_t)); 70 current_name.Buffer = const_cast<wchar_t*>(dll_info->dll_name);
|
named_pipe_policy_test.cc | 16 SBOX_TESTS_COMMAND int NamedPipe_Create(int argc, wchar_t **argv) { 112 wchar_t* argv[2] = { L"\\\\?\\pipe\\test\\..\\bleh",
|
process_thread_policy.cc | 76 bool ProcessPolicy::GenerateRules(const wchar_t* name, 230 scoped_ptr_malloc<wchar_t> cmd_line(_wcsdup(command_line.c_str()));
|
registry_dispatcher.cc | 94 const wchar_t* regname = real_path.c_str(); 139 const wchar_t* regname = real_path.c_str();
|
registry_interception.cc | 51 wchar_t* name; 110 wchar_t* name;
|
sync_policy.cc | 81 target_path.Buffer = new wchar_t[target_length + 1]; 133 bool SyncPolicy::GenerateRules(const wchar_t* name,
|
/external/chromium_org/third_party/icu/source/common/ |
ustr_imp.h | 198 * NUL-terminate a wchar_t * string if possible. 202 u_terminateWChars(wchar_t *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
|
/external/chromium_org/third_party/icu/source/config/ |
mh-beos | 24 # after this: const wchar_t x[] = L"foo"; 25 # x[2] is "optimized" into: (wchar_t)((char *)x)[2] (== 0)
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
main_wnd.h | 90 static const wchar_t kClassName[]; 185 void CreateChildWindow(HWND* wnd, ChildWindowID id, const wchar_t* class_name,
|
/external/clang/include/clang/AST/ |
PrettyPrinter.h | 151 /// \brief When true, print the built-in wchar_t type as __wchar_t. For use in 152 /// Microsoft mode when wchar_t is not available.
|
/external/clang/test/Analysis/ |
misc-ps.c | 109 typedef int wchar_t; 111 wchar_t *name;
|
/external/clang/test/Driver/ |
cl-options.c | 86 // RUN: %clang_cl /Zs /WX /Zc:forScope /Zc:wchar_t -- %s 93 // RUN: %clang_cl /Zs /RTC1 /wfoo /Zc:wchar_t- -- %s 2>&1
|
/external/clang/test/SemaCXX/ |
cxx11-user-defined-literals.cpp | 10 constexpr LitKind operator"" _kind(wchar_t p) { return LitKind::WideChar; } 14 constexpr LitKind operator"" _kind(const wchar_t *p, size_t n) { return LitKind::WideStr; }
|
/external/icu4c/common/unicode/ |
platform.h | 143 /* Android wchar_t support depends on the API level. */ 567 * Android before Gingerbread (Android 2.3, API level 9) did not support wchar_t. 569 * The size of wchar_t was 1 but L"xyz" string literals had 32-bit units anyway. 578 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) 586 * Classic Mac OS and Mac OS X before 10.3 (Panther) did not support wchar_t or wstring. 595 * "... the wchar_t datatype is 32-bit in the 64-bit environment and 609 * "In 31-bit mode, the size of long and pointers is 4 bytes and the size of wchar_t is 2 bytes. 610 * Under LP64, the size of long and pointer is 8 bytes and the size of wchar_t is 4 bytes."
|
/external/icu4c/common/ |
ustr_imp.h | 241 * NUL-terminate a wchar_t * string if possible. 245 u_terminateWChars(wchar_t *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
|
/external/icu4c/config/ |
mh-beos | 24 # after this: const wchar_t x[] = L"foo"; 25 # x[2] is "optimized" into: (wchar_t)((char *)x)[2] (== 0)
|
/external/lzma/ |
7zFormat.txt | 414 wchar_t Names[NameSize];
415 wchar_t 0;
|
/external/lzma/CPP/7zip/UI/Common/ |
LoadCodecs.h | 86 void AddExts(const wchar_t* ext, const wchar_t* addExt);
|
/external/stlport/stlport/stl/ |
_ios.h | 172 _STLP_EXPORT_TEMPLATE_CLASS basic_ios<wchar_t, char_traits<wchar_t> >;
|
_istreambuf_iterator.h | 128 _STLP_EXPORT_TEMPLATE_CLASS istreambuf_iterator<wchar_t, char_traits<wchar_t> >;
|
/external/stlport/stlport/stl/config/ |
_como.h | 154 #define wchar_t __COMO_WCHAR_T macro 156 #undef wchar_t macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
support.h | 27 size_t mbsnrtowcs( wchar_t *__restrict dst, const char **__restrict src, 29 size_t wcsnrtombs( char *__restrict dst, const wchar_t **__restrict src,
|
Completed in 1203 milliseconds
<<71727374757677787980>>