Searched
full:wchar_t (Results
801 -
825 of
3668) sorted by null
<<31323334353637383940>>
/external/chromium_org/content/browser/renderer_host/input/ |
web_input_event_builders_gtk.h | 23 static blink::WebKeyboardEvent Build(wchar_t character,
|
/external/chromium_org/printing/ |
printing_test.h | 25 wchar_t printer_name[MAX_PATH];
|
/external/chromium_org/sandbox/win/src/ |
handle_policy.h | 24 static bool GenerateRules(const wchar_t* type_name,
|
target_process.h | 48 DWORD Create(const wchar_t* exe_path, 49 const wchar_t* command_line, 79 const wchar_t* Name() const { 116 scoped_ptr_malloc<wchar_t> exe_name_;
|
window.cc | 62 wchar_t buffer[16]; 63 _snwprintf_s(buffer, sizeof(buffer) / sizeof(wchar_t), L"0x%X", 127 scoped_ptr<wchar_t[]> name_buffer(new wchar_t[size]);
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltlocale.h | 35 typedef wchar_t xsltLocaleChar;
|
/external/chromium_org/ui/compositor/ |
compositor_constants.h | 16 const wchar_t kForceSoftwareCompositor[] = L"Chrome.ForceSoftwareCompositor";
|
/external/chromium_org/ui/views/examples/content_client/ |
examples_main.cc | 14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
|
/external/chromium_org/win8/delegate_execute/ |
delegate_execute_util.cc | 12 CommandLine CommandLineFromParameters(const wchar_t* params) {
|
delegate_execute_util.h | 18 CommandLine CommandLineFromParameters(const wchar_t* params);
|
/external/clang/test/Misc/ |
ast-dump-wchar.cpp | 12 wchar_t wc[] = L"test\0\\\"\t\a\b\234\u1234\xffffffff"; // \
|
/external/libxslt/libxslt/ |
xsltlocale.h | 35 typedef wchar_t xsltLocaleChar;
|
/external/lzma/CPP/7zip/Compress/ |
LzmaEncoder.cpp | 37 inline wchar_t GetUpperChar(wchar_t c)
44 static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numHashBytes)
46 wchar_t c = GetUpperChar(*s++);
|
/external/lzma/CPP/Common/ |
DynamicBuffer.h | 47 typedef CDynamicBuffer<wchar_t> CWCharDynamicBuffer;
|
/ndk/sources/android/support/src/musl-ctype/ |
wcwidth.c | 11 int wcwidth(wchar_t wc)
|
/ndk/sources/android/support/src/stdio/ |
vfwprintf.c | 39 wchar_t* buffer; 49 void out_init_buffer(Out* out, wchar_t* buffer, size_t buffer_size) { 56 void out_write(Out* out, const wchar_t* text, size_t length) { 72 length * sizeof(wchar_t)); 77 void out_putwc(Out* out, wchar_t wc) { 97 // Then convert to wchar_t buffer. 99 wchar_t* wide_buffer = malloc((wide_len + 1) * sizeof(wchar_t)); 265 static int getint(wchar_t **s) { 278 static int wprintf_core(Out *out, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cinttypes | 232 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); 233 uintmax_t wcstoumax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
|
codecvt | 76 class __codecvt_utf8<wchar_t> 77 : public codecvt<wchar_t, char, mbstate_t> 82 typedef wchar_t intern_type; 89 : codecvt<wchar_t, char, mbstate_t>(__refs), _Maxcode_(_Maxcode), 199 class __codecvt_utf16<wchar_t, false> 200 : public codecvt<wchar_t, char, mbstate_t> 205 typedef wchar_t intern_type; 212 : codecvt<wchar_t, char, mbstate_t>(__refs), _Maxcode_(_Maxcode), 234 class __codecvt_utf16<wchar_t, true> 235 : public codecvt<wchar_t, char, mbstate_t [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/ |
member_swap.pass.cpp | 63 testbuf<wchar_t> sb1; 64 testbuf<wchar_t> sb2; 65 test_iostream<wchar_t> is1(&sb1); 66 test_iostream<wchar_t> is2(&sb2);
|
move_assign.pass.cpp | 69 testbuf<wchar_t> sb1; 70 testbuf<wchar_t> sb2; 71 test_iostream<wchar_t> is1(&sb1); 72 test_iostream<wchar_t> is2(&sb2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/ |
member_swap.pass.cpp | 63 testbuf<wchar_t> sb1; 64 testbuf<wchar_t> sb2; 65 test_istream<wchar_t> is1(&sb1); 66 test_istream<wchar_t> is2(&sb2);
|
move_assign.pass.cpp | 69 testbuf<wchar_t> sb1; 70 testbuf<wchar_t> sb2; 71 test_istream<wchar_t> is1(&sb1); 72 test_istream<wchar_t> is2(&sb2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
wchar_t_pointer.pass.cpp | 54 testbuf<wchar_t> sb(L" abcdefghijk "); 57 wchar_t s[20]; 65 testbuf<wchar_t> sb(L" abcdefghijk"); 67 wchar_t s[20];
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/ |
member_swap.pass.cpp | 63 testbuf<wchar_t> sb1; 64 testbuf<wchar_t> sb2; 65 test_ostream<wchar_t> os1(&sb1); 66 test_ostream<wchar_t> os2(&sb2);
|
move_assign.pass.cpp | 69 testbuf<wchar_t> sb1; 70 testbuf<wchar_t> sb2; 71 test_ostream<wchar_t> os1(&sb1); 72 test_ostream<wchar_t> os2(&sb2);
|
Completed in 1022 milliseconds
<<31323334353637383940>>