/prebuilts/ndk/7/sources/cxx-stl/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...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stringfwd.h | 68 template<> struct char_traits<wchar_t>; 70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stringfwd.h | 68 template<> struct char_traits<wchar_t>; 70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t
|
/prebuilts/ndk/8/sources/cxx-stl/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...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stringfwd.h | 68 template<> struct char_traits<wchar_t>; 70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stringfwd.h | 68 template<> struct char_traits<wchar_t>; 70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stringfwd.h | 65 template<> struct char_traits<wchar_t>; 67 /// A string of @c wchar_t 68 typedef basic_string<wchar_t> wstring;
|
/external/chromium_org/webkit/browser/appcache/ |
manifest_parser.cc | 45 bool HasPatternMatchingAnnotation(const wchar_t* line_p, 46 const wchar_t* line_end) { 86 const wchar_t kSignature[] = L"CACHE MANIFEST"; 88 const wchar_t kChromiumSignature[] = L"CHROMIUM CACHE MANIFEST"; 103 const wchar_t* p = data_string.c_str(); 104 const wchar_t* end = p + data_string.length(); 149 const wchar_t* line_start = p; 160 const wchar_t* tmp = p - 1; 182 const wchar_t *line_p = line.c_str(); 183 const wchar_t *line_end = line_p + line.length() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
get_long_double_en_US.pass.cpp | 35 typedef std::money_get<wchar_t, input_iterator<const wchar_t*> > Fw; 54 new std::moneypunct_byname<wchar_t, false>(loc_name))); 56 new std::moneypunct_byname<wchar_t, true>(loc_name))); 391 // wchar_t, national 394 typedef input_iterator<const wchar_t*> I; 405 typedef input_iterator<const wchar_t*> I; 416 typedef input_iterator<const wchar_t*> I; 427 typedef input_iterator<const wchar_t*> I; 438 typedef input_iterator<const wchar_t*> I [all...] |
get_long_double_zh_CN.pass.cpp | 35 typedef std::money_get<wchar_t, input_iterator<const wchar_t*> > Fw; 54 new std::moneypunct_byname<wchar_t, false>(loc_name))); 56 new std::moneypunct_byname<wchar_t, true>(loc_name))); 391 // wchar_t, national 394 typedef input_iterator<const wchar_t*> I; 405 typedef input_iterator<const wchar_t*> I; 416 typedef input_iterator<const wchar_t*> I; 427 typedef input_iterator<const wchar_t*> I; 438 typedef input_iterator<const wchar_t*> I [all...] |
/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcslcat.c | 49 wcslcat(wchar_t *dst, const wchar_t *src, size_t siz) 51 wchar_t *d = dst; 52 const wchar_t *s = src;
|
/external/chromium/chrome/browser/ |
background_mode_manager_win.cc | 33 const wchar_t* kBackgroundModeRegistrySubkey = 35 const wchar_t* kBackgroundModeRegistryKeyName = L"chromium"; 38 const wchar_t* key_name = kBackgroundModeRegistryKeyName; 53 const wchar_t* key_name = kBackgroundModeRegistryKeyName;
|
iframe_uitest.cc | 13 void NavigateAndVerifyTitle(const char* url, const wchar_t* page_title) {
|
/external/chromium_org/chrome/app/ |
image_pre_reader_win.h | 27 static bool PreReadImage(const wchar_t* file_path, 55 static bool PartialPreReadImage(const wchar_t* file_path, 62 static bool PartialPreReadImageOnDisk(const wchar_t* file_path, 69 static bool PartialPreReadImageInMemory(const wchar_t* file_path,
|
/external/chromium_org/chrome/browser/ui/views/ |
hung_renderer_view_win.cc | 18 const wchar_t* title, 19 const wchar_t* content, 20 const wchar_t* button1_label, 21 const wchar_t* button2_label,
|
/external/chromium_org/chrome/installer/util/ |
delete_after_reboot_helper.cc | 25 const wchar_t kSessionManagerKey[] = 27 const wchar_t kPendingFileRenameOps[] = L"PendingFileRenameOperations"; 41 const wchar_t* dir_name_str = dir_name.value().c_str(); 42 for (const wchar_t* s = dir_name_str; *s; ++s) { 161 // |buffer| points to a series of pairs of null-terminated wchar_t strings 174 DWORD data_len = byte_count / sizeof(wchar_t); 175 const wchar_t* data = reinterpret_cast<const wchar_t*>(buffer); 176 const wchar_t* data_end = data + data_len; 220 size_t total_length = total_wchars * sizeof(wchar_t); [all...] |
delete_reg_value_work_item_unittest.cc | 19 const wchar_t kTestRoot[] = L"DeleteRegValueWorkItemTest"; 20 const wchar_t kWriteNew[] = L"WriteNew"; 21 const wchar_t kNameStr[] = L"name_str"; 22 const wchar_t kNameDword[] = L"name_dword";
|
google_update_experiment_util.h | 19 extern const wchar_t kExperimentLabels[];
|
/external/chromium_org/chrome/nacl/ |
nacl_exe_win_64.cc | 20 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
|
/external/chromium_org/chrome_frame/ |
chrome_frame_reporting.cc | 24 const wchar_t kSystemPrincipalSid[] = L"S-1-5-18"; 25 const wchar_t kChromePipeName[] = L"\\\\.\\pipe\\ChromeCrashServices"; 28 google_breakpad::CustomClientInfo* GetCustomInfo(const wchar_t* dll_path) { 72 wchar_t dll_path[MAX_PATH * 2] = {0};
|
pin_module.cc | 29 wchar_t system_buffer[MAX_PATH];
|
update_launcher.h | 16 std::wstring GetUpdateCommandFromArguments(const wchar_t* command_line);
|
urlmon_bind_status_callback.h | 126 const wchar_t* status_text) 132 status_text_.reset(new wchar_t[len]); 156 const wchar_t* status_text() const { 167 scoped_ptr<wchar_t[]> status_text_;
|
/external/chromium_org/cloud_print/service/win/ |
local_security_policy.h | 14 extern const wchar_t kSeServiceLogonRight[];
|