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

<<919293949596979899100>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 751 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const throw();
755 collate<wchar_t>::_M_transform(wchar_t*, const wchar_t*, size_t) const throw();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_classes.h 749 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const throw();
753 collate<wchar_t>::_M_transform(wchar_t*, const wchar_t*, size_t) const throw();
  /external/open-vcdiff/gtest/src/
gtest.cc 872 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length,
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 872 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length,
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 369 // Tests in this group require a wchar_t to hold > 16 bits, and thus
370 // are skipped on Windows, Cygwin, and Symbian, where a wchar_t is
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 223 wchar_t wc;
253 wc = (wchar_t) pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
295 wchar_t wc;
303 /* The next step uses the assumption that wchar_t is encoded
305 pstr->wcs[byte_idx] = (wchar_t) pstr->mbs[byte_idx];
317 wchar_t wcu = wc;
346 pstr->wcs[byte_idx++] = (wchar_t) ch;
364 wchar_t wc;
385 wchar_t wcu = wc;
469 pstr->wcs[byte_idx++] = (wchar_t) ch
    [all...]
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 251 wchar_t file_name[MAX_PATH];
782 wchar_t dir_buffer[MAX_PATH + 1];
813 wchar_t old_out_dir_buffer[MAX_PATH + 1];
841 wchar_t filename[MAX_PATH];
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 122 // There's no need for a default action for signed wchar_t, as that
123 // type is the same as wchar_t for gcc, and invalid for MSVC.
125 // There's also no need for a default action for unsigned wchar_t, as
129 GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(wchar_t, 0U); // NOLINT
    [all...]
  /external/chromium_org/components/policy/core/common/
policy_loader_win_unittest.cc 47 const wchar_t kPathSep[] = L"\\";
48 const wchar_t kThirdParty[] = L"3rdparty";
49 const wchar_t kMandatory[] = L"policy";
50 const wchar_t kRecommended[] = L"recommended";
52 const wchar_t kTestPolicyKey[] = L"chrome.policy.key";
470 gpo_.lpFileSysPath = const_cast<wchar_t*>(temp_dir_.path().value().c_str());
732 gpo->lpFileSysPath = const_cast<wchar_t*>(path.value().c_str());
    [all...]
  /external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc 211 wchar_t buffer[1024] = {};
230 wchar_t buffer[1024] = {};
242 void InsertTextAtSelectionTest(const wchar_t* buffer, ULONG buffer_size,
260 void InsertTextAtSelectionQueryOnlyTest(const wchar_t* buffer,
900 wchar_t buffer[1024] = {};
923 const wchar_t kBuffer[] = L"0123456789";
947 const wchar_t kBuffer[] = L"0123456789";
    [all...]
imm32_manager.cc 25 // Following code requires wchar_t to be same as char16. It should always be
27 COMPILE_ASSERT(sizeof(wchar_t) == sizeof(char16), wchar_t__char16_diff);
377 DCHECK_EQ(0u, string_size % sizeof(wchar_t));
379 WriteInto(result, (string_size / sizeof(wchar_t)) + 1), string_size);
481 wchar_t buffer[9];
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 284 wchar_t file_name[MAX_PATH];
733 wchar_t dir_buffer[MAX_PATH + 1];
764 wchar_t old_out_dir_buffer[MAX_PATH + 1];
792 wchar_t filename[MAX_PATH];
841 scoped_ptr<wchar_t[]> filename(new wchar_t[UNICODE_STRING_MAX_CHARS]);
    [all...]
  /external/chromium/base/
file_util_unittest.cc 76 const wchar_t* target = target_str.c_str();
113 const wchar_t bogus_content[] = L"I'm cannon fodder.";
174 wchar_t contents[64];
193 const wchar_t* path;
194 const wchar_t* ending;
195 const wchar_t* result;
233 const wchar_t* path;
234 const wchar_t* filename;
259 const wchar_t* path;
260 const wchar_t* extension
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 81 typedef unsigned long wchar_t;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 81 typedef unsigned long wchar_t;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 81 typedef unsigned long wchar_t;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 568 void InitGoogleTest(int* argc, wchar_t** argv);
785 const wchar_t* expected,
786 const wchar_t* actual);
793 const wchar_t* s1,
794 const wchar_t* s2);
811 const wchar_t* needle, const wchar_t* haystack);
817 const wchar_t* needle, const wchar_t* haystack);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc     [all...]
  /external/chromium/net/base/
escape_unittest.cc 22 const wchar_t* input;
23 const wchar_t* output;
27 const wchar_t* input;
29 const wchar_t* output;
48 const wchar_t* decoded;
  /external/chromium_org/chrome_frame/test/
ie_event_sink.cc 413 wchar_t class_name[MAX_PATH] = {0};
421 static const wchar_t kWndClassPrefix[] = L"Chrome_WidgetWin_";
423 static const wchar_t kWndClassPrefix[] = L"Chrome_RenderWidgetHostHWND";
467 wchar_t class_name[MAX_PATH] = {0};
754 wchar_t* properties[] = { L"data", L"origin", L"source" };
  /external/chromium_org/printing/
printing_context_win.cc 302 wchar_t paper_type_buffer[paper_type_buffer_len] = {0};
333 const_cast<wchar_t*>(settings_.device_name().c_str());
644 device_name = reinterpret_cast<const wchar_t*>(dev_names) +
721 reinterpret_cast<const wchar_t*>(
722 reinterpret_cast<const wchar_t*>(dev_names) +
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 304 wchar_t face_name[LF_FACESIZE];
307 /* face_name should point to a wchar_t[LF_FACESIZE] object. */
309 _hb_generate_unique_face_name (wchar_t *face_name, unsigned int *plen)
338 _hb_rename_font (hb_blob_t *blob, wchar_t *new_name)
388 /* Copy string data from new_name, converting wchar_t to UTF16BE. */
  /external/chromium_org/ui/views/controls/menu/
menu_win.cc 175 DrawTextEx(hDC, const_cast<wchar_t*>(label.data()),
178 DrawTextEx(hDC, const_cast<wchar_t*>(accel.data()),
303 mii.dwTypeData = const_cast<wchar_t*>(label.c_str());
456 mii.dwTypeData = const_cast<wchar_t*>(labels_.back().c_str());
506 mii.dwTypeData = const_cast<wchar_t*>(label.c_str());
native_menu_win.cc 94 static const wchar_t* kWindowClassName;
244 DrawTextEx(dc, const_cast<wchar_t*>(label.data()),
247 DrawTextEx(dc, const_cast<wchar_t*>(accel.data()),
385 const wchar_t* NativeMenuWin::MenuHostWindow::kWindowClassName =
715 const_cast<wchar_t*>(items_[model_index]->label.c_str());
  /external/clang/test/CodeCompletion/
ordinary-name.cpp 55 // CHECK-CC1-NEXT: COMPLETION: wchar_t
95 // CHECK-CC2-NEXT: COMPLETION: wchar_t
132 // CHECK-CC3-NEXT: COMPLETION: wchar_t
172 // CHECK-CC4-NEXT: COMPLETION: wchar_t
225 // CHECK-NO-RTTI-NEXT: COMPLETION: wchar_t

Completed in 1709 milliseconds

<<919293949596979899100>>