/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring_fwd.h | 63 typedef __versa_string<wchar_t> __wvstring; 66 __versa_string<wchar_t, std::char_traits<wchar_t>, 67 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
|
stdio_sync_filebuf.h | 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncgetc() 232 inline stdio_sync_filebuf<wchar_t>::int_type 233 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 237 inline stdio_sync_filebuf<wchar_t>::int_type 238 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 243 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 265 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring_fwd.h | 63 typedef __versa_string<wchar_t> __wvstring; 66 __versa_string<wchar_t, std::char_traits<wchar_t>, 67 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
|
stdio_sync_filebuf.h | 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncgetc() 232 inline stdio_sync_filebuf<wchar_t>::int_type 233 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 237 inline stdio_sync_filebuf<wchar_t>::int_type 238 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 243 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 265 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
vstring_fwd.h | 62 typedef __versa_string<wchar_t> __wvstring; 65 __versa_string<wchar_t, std::char_traits<wchar_t>, 66 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
|
stdio_sync_filebuf.h | 226 inline stdio_sync_filebuf<wchar_t>::int_type 227 stdio_sync_filebuf<wchar_t>::syncgetc() 231 inline stdio_sync_filebuf<wchar_t>::int_type 232 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 236 inline stdio_sync_filebuf<wchar_t>::int_type 237 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 242 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 264 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/external/chromium_org/chrome_frame/ |
utils.h | 35 extern const wchar_t kAllowUnsafeURLs[]; 36 extern const wchar_t kChromeContentPrefix[]; 37 extern const wchar_t kChromeFrameAccessibleMode[]; 38 extern const wchar_t kChromeFrameAttachTabPattern[]; 39 extern const wchar_t kChromeFrameConfigKey[]; 40 extern const wchar_t kChromeFrameHeadlessMode[]; 41 extern const wchar_t kChromeFrameUnpinnedMode[]; 42 extern const wchar_t kChromeMimeType[]; 43 extern const wchar_t kChromeProtocolPrefix[]; 44 extern const wchar_t kEnableBuggyBhoIntercept[] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 35 // On Linux, wint_t and wchar_t have different signed-ness, and this causes 157 install(&make<_VSTD::collate<wchar_t> >(1u)); 159 install(&make<_VSTD::ctype<wchar_t> >(1u)); 161 install(&make<codecvt<wchar_t, char, mbstate_t> >(1u)); 165 install(&make<numpunct<wchar_t> >(1u)); 167 install(&make<num_get<wchar_t> >(1u)); 169 install(&make<num_put<wchar_t> >(1u)); 172 install(&make<moneypunct<wchar_t, false> >(1u)); 173 install(&make<moneypunct<wchar_t, true> >(1u)); 175 install(&make<money_get<wchar_t> >(1u)) [all...] |
/external/chromium_org/chrome/installer/gcapi/ |
gcapi.cc | 55 const wchar_t kChromeRegClientsKey[] = 58 const wchar_t kChromeRegClientStateKey[] = 61 const wchar_t kChromeRegClientStateMediumKey[] = 65 const wchar_t kGCAPITempKey[] = L"Software\\Google\\GCAPITemp"; 67 const wchar_t kChromeRegLaunchCmd[] = L"InstallerSuccessLaunchCmdLine"; 68 const wchar_t kChromeRegLastLaunchCmd[] = L"LastInstallerSuccessLaunchCmdLine"; 69 const wchar_t kChromeRegVersion[] = L"pv"; 70 const wchar_t kNoChromeOfferUntil[] = 73 const wchar_t kC1FPendingKey[] = 75 const wchar_t kC1FSentKey[] [all...] |
/external/chromium_org/sandbox/win/src/ |
process_policy_test.cc | 24 string16 MakeFullPathToSystem32(const wchar_t* name) { 25 wchar_t windows_path[MAX_PATH] = {0}; 43 const wchar_t *exe_name = NULL; 47 const wchar_t *cmd_line = NULL; 54 if (::CreateProcessW(exe_name, const_cast<wchar_t*>(cmd_line), NULL, NULL, 105 SBOX_TESTS_COMMAND int Process_RunApp1(int argc, wchar_t **argv) { 118 SBOX_TESTS_COMMAND int Process_RunApp2(int argc, wchar_t **argv) { 134 SBOX_TESTS_COMMAND int Process_RunApp3(int argc, wchar_t **argv) { 146 SBOX_TESTS_COMMAND int Process_RunApp4(int argc, wchar_t **argv) { 156 wchar_t current_directory[MAX_PATH + 1] [all...] |
/external/chromium_org/chrome/common/ |
chrome_constants.h | 41 extern const wchar_t kStatusTrayWindowClass[]; 43 extern const wchar_t kCrashReportLog[]; 44 extern const wchar_t kTestingInterfaceDLL[]; 48 extern const wchar_t kBrowserResourcesDll[]; 92 extern const wchar_t kUserDataDirname[]; 123 extern const wchar_t kMetroChromeUserDataSubDir[]; 125 extern const wchar_t kMetroNavigationAndSearchMessage[]; 127 extern const wchar_t kMetroGetCurrentTabInfoMessage[]; 129 extern const wchar_t kMetroRegistryPath[]; 130 extern const wchar_t kLaunchModeValue[] [all...] |
/external/e2fsprogs/intl/ |
printf.c | 273 libintl_vfwprintf (FILE *stream, const wchar_t *format, va_list args) 280 wchar_t *result = libintl_vasnwprintf (NULL, &length, format, args); 298 libintl_fwprintf (FILE *stream, const wchar_t *format, ...) 311 libintl_vwprintf (const wchar_t *format, va_list args) 318 libintl_wprintf (const wchar_t *format, ...) 331 libintl_vswprintf (wchar_t *resultbuf, size_t length, const wchar_t *format, va_list args) 338 wchar_t *result = libintl_vasnwprintf (resultbuf, &length, format, args); 345 memcpy (resultbuf, result, (maxlength - 1) * sizeof (wchar_t)); 358 libintl_swprintf (wchar_t *resultbuf, size_t length, const wchar_t *format, ... [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
stdio_sync_filebuf.h | 217 inline stdio_sync_filebuf<wchar_t>::int_type 218 stdio_sync_filebuf<wchar_t>::syncgetc() 222 inline stdio_sync_filebuf<wchar_t>::int_type 223 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 255 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
stdio_sync_filebuf.h | 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncgetc() 232 inline stdio_sync_filebuf<wchar_t>::int_type 233 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 237 inline stdio_sync_filebuf<wchar_t>::int_type 238 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 243 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 265 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
stdio_sync_filebuf.h | 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncgetc() 232 inline stdio_sync_filebuf<wchar_t>::int_type 233 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 237 inline stdio_sync_filebuf<wchar_t>::int_type 238 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 243 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 265 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 217 inline stdio_sync_filebuf<wchar_t>::int_type 218 stdio_sync_filebuf<wchar_t>::syncgetc() 222 inline stdio_sync_filebuf<wchar_t>::int_type 223 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 255 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 217 inline stdio_sync_filebuf<wchar_t>::int_type 218 stdio_sync_filebuf<wchar_t>::syncgetc() 222 inline stdio_sync_filebuf<wchar_t>::int_type 223 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 255 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 217 inline stdio_sync_filebuf<wchar_t>::int_type 218 stdio_sync_filebuf<wchar_t>::syncgetc() 222 inline stdio_sync_filebuf<wchar_t>::int_type 223 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 255 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
stdio_sync_filebuf.h | 217 inline stdio_sync_filebuf<wchar_t>::int_type 218 stdio_sync_filebuf<wchar_t>::syncgetc() 222 inline stdio_sync_filebuf<wchar_t>::int_type 223 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 255 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
stdio_sync_filebuf.h | 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncgetc() 232 inline stdio_sync_filebuf<wchar_t>::int_type 233 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 237 inline stdio_sync_filebuf<wchar_t>::int_type 238 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 243 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 265 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
stdio_sync_filebuf.h | 227 inline stdio_sync_filebuf<wchar_t>::int_type 228 stdio_sync_filebuf<wchar_t>::syncgetc() 232 inline stdio_sync_filebuf<wchar_t>::int_type 233 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) 237 inline stdio_sync_filebuf<wchar_t>::int_type 238 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) 243 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) 265 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32regkey_unittest.cc | 47 const wchar_t kRkey1[] = kBaseKey; 48 const wchar_t kRkey1SubkeyName[] = kSubkeyName; 49 const wchar_t kRkey1Subkey[] = kBaseKey L"\\" kSubkeyName; 50 const wchar_t kFullRkey1[] = L"HKCU\\" kBaseKey; 51 const wchar_t kFullRkey1Subkey[] = L"HKCU\\" kBaseKey L"\\" kSubkeyName; 53 const wchar_t kValNameInt[] = L"Int32 Value"; 57 const wchar_t kValNameInt64[] = L"Int64 Value"; 60 const wchar_t kValNameFloat[] = L"Float Value"; 63 const wchar_t kValNameDouble[] = L"Double Value"; 66 const wchar_t kValNameStr[] = L"Str Value" [all...] |
/external/lzma/CPP/7zip/Archive/Common/ |
HandlerOut.cpp | 23 static const wchar_t *kCopyMethod = L"Copy";
24 static const wchar_t *kLZMAMethodName = L"LZMA";
25 static const wchar_t *kLZMA2MethodName = L"LZMA2";
26 static const wchar_t *kBZip2MethodName = L"BZip2";
27 static const wchar_t *kPpmdMethodName = L"PPMd";
28 static const wchar_t *kDeflateMethodName = L"Deflate";
29 static const wchar_t *kDeflate64MethodName = L"Deflate64";
31 static const wchar_t *kLzmaMatchFinderX1 = L"HC4";
32 static const wchar_t *kLzmaMatchFinderX5 = L"BT4";
75 static const wchar_t *kDefaultMethodName = kLZMAMethodName; [all...] |
/external/stlport/stlport/stl/ |
_num_put.c | 71 // Helper routine for wchar_t 75 ios_base& __f, wchar_t __fill, 76 wchar_t __decimal_point, wchar_t __sep, 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); 91 #endif /* WCHAR_T */ 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 71 // Helper routine for wchar_t 75 ios_base& __f, wchar_t __fill, 76 wchar_t __decimal_point, wchar_t __sep, 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); 91 #endif /* WCHAR_T */ 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false) [all...] |