/external/lzma/CPP/Common/ |
StringConvert.h | 15 inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString)
23 inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT)
44 inline const wchar_t* GetSystemString(const wchar_t* unicodeString)
48 inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT /* codePage */)
|
/external/stlport/src/ |
numpunct.cpp | 34 wchar_t numpunct<wchar_t>::do_decimal_point() const { return L'.'; } 35 wchar_t numpunct<wchar_t>::do_thousands_sep() const { return L','; } 36 string numpunct<wchar_t>::do_grouping() const { return string(); } 37 wstring numpunct<wchar_t>::do_truename() const { return L"true"; } 38 wstring numpunct<wchar_t>::do_falsename() const { return L"false"; } 39 numpunct<wchar_t>::~numpunct() {}
|
istream.cpp | 36 template class _STLP_CLASS_DECLSPEC _Isentry<wchar_t, char_traits<wchar_t> >; 38 template class _STLP_CLASS_DECLSPEC basic_istream<wchar_t, char_traits<wchar_t> >; 39 template class _STLP_CLASS_DECLSPEC basic_iostream<wchar_t, char_traits<wchar_t> >;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/ |
types.pass.cpp | 29 assert(std::has_facet<std::ctype<wchar_t> >(l)); 30 const std::ctype<wchar_t>& f = std::use_facet<std::ctype<wchar_t> >(l); 32 (void)std::ctype<wchar_t>::id; 34 static_assert((std::is_same<std::ctype<wchar_t>::char_type, wchar_t>::value), ""); 35 static_assert((std::is_base_of<std::ctype_base, std::ctype<wchar_t> >::value), ""); 36 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
eq_int_type.pass.cpp | 12 // template<> struct char_traits<wchar_t> 21 assert( std::char_traits<wchar_t>::eq_int_type(L'a', L'a')); 22 assert(!std::char_traits<wchar_t>::eq_int_type(L'a', L'A')); 23 assert(!std::char_traits<wchar_t>::eq_int_type(std::char_traits<wchar_t>::eof(), L'A')); 24 assert( std::char_traits<wchar_t>::eq_int_type(std::char_traits<wchar_t>::eof(), 25 std::char_traits<wchar_t>::eof()));
|
types.pass.cpp | 12 // template<> struct char_traits<wchar_t> 14 // typedef wchar_t char_type; 25 static_assert((std::is_same<std::char_traits<wchar_t>::char_type, wchar_t>::value), ""); 26 static_assert((std::is_same<std::char_traits<wchar_t>::int_type, std::wint_t>::value), ""); 27 static_assert((std::is_same<std::char_traits<wchar_t>::off_type, std::streamoff>::value), ""); 28 static_assert((std::is_same<std::char_traits<wchar_t>::pos_type, std::wstreampos>::value), ""); 29 static_assert((std::is_same<std::char_traits<wchar_t>::state_type, std::mbstate_t>::value), "");
|
/ndk/sources/cxx-stl/stlport/src/ |
numpunct.cpp | 34 wchar_t numpunct<wchar_t>::do_decimal_point() const { return L'.'; } 35 wchar_t numpunct<wchar_t>::do_thousands_sep() const { return L','; } 36 string numpunct<wchar_t>::do_grouping() const { return string(); } 37 wstring numpunct<wchar_t>::do_truename() const { return L"true"; } 38 wstring numpunct<wchar_t>::do_falsename() const { return L"false"; } 39 numpunct<wchar_t>::~numpunct() {}
|
istream.cpp | 36 template class _STLP_CLASS_DECLSPEC _Isentry<wchar_t, char_traits<wchar_t> >; 38 template class _STLP_CLASS_DECLSPEC basic_istream<wchar_t, char_traits<wchar_t> >; 39 template class _STLP_CLASS_DECLSPEC basic_iostream<wchar_t, char_traits<wchar_t> >;
|
/ndk/tests/build/wchar_t-size/jni/ |
test_always_signed.c | 1 // This checks that, by default, wchar_t is 32-bit and 13 STATIC_ASSERT(sizeof(wchar_t) == 4);
|
/external/clang/test/CodeGen/ |
string-literal-short-wstring.c | 2 // Runs in c++ mode so that wchar_t is available. 10 const wchar_t *foo = L"AB"; 14 const wchar_t *bar = L"\u1120\u0220\U00102030"; 23 wchar_t wa = L'a'; 27 wchar_t wb = L'ab'; 31 wchar_t wc = L'\uF00B';
|
/external/lzma/CPP/7zip/UI/Console/ |
ExtractCallbackConsole.h | 33 const wchar_t *existName, const FILETIME *existTime, const UInt64 *existSize,
34 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
36 STDMETHOD (PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position);
38 STDMETHOD(MessageError)(const wchar_t *message);
41 HRESULT BeforeOpen(const wchar_t *name);
42 HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted);
|
/external/stlport/src/c_locale_dummy/ |
c_locale_dummy.c | 48 static const wchar_t *_empty_wstr = ""; 50 static const wchar_t *_empty_wstr = L""; 253 wchar_t *to, 260 const wchar_t c, 292 const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) { 294 wchar_t buf1[64], buf2[64]; 323 wchar_t* dest, size_t dest_n, 324 const wchar_t* src, size_t src_n) { 347 wchar_t _WLocale_decimal_point(struct _Locale_numeric* lnum [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/ |
c_locale_dummy.c | 48 static const wchar_t *_empty_wstr = ""; 50 static const wchar_t *_empty_wstr = L""; 253 wchar_t *to, 260 const wchar_t c, 292 const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) { 294 wchar_t buf1[64], buf2[64]; 323 wchar_t* dest, size_t dest_n, 324 const wchar_t* src, size_t src_n) { 347 wchar_t _WLocale_decimal_point(struct _Locale_numeric* lnum [all...] |
/external/oprofile/libregex/tests/ |
mangled-name.in | 199 std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > 207 __gnu_cxx::__normal_iterator<wchar_t*, wstring> 209 __gnu_cxx::__normal_iterator<wchar_t const*, wstring> 303 # all the above intantiated with char and wchar_t fallback to standardised 308 std::basic_ios<wchar_t, std::char_traits<wchar_t> > 313 std::basic_streambuf<wchar_t, std::char_traits<wchar_t> > [all...] |
/external/chromium_org/third_party/icu/source/test/perf/charperf/ |
charperf.cpp | 71 if (sizeof(wchar_t) > 2) { 188 return new StdLibCharPerfFunction(StdLibIsAlpha, (wchar_t)MIN_, 189 (wchar_t)MAX_); 194 return new StdLibCharPerfFunction(StdLibIsUpper, (wchar_t)MIN_, 195 (wchar_t)MAX_); 200 return new StdLibCharPerfFunction(StdLibIsLower, (wchar_t)MIN_, 201 (wchar_t)MAX_); 206 return new StdLibCharPerfFunction(StdLibIsDigit, (wchar_t)MIN_, 207 (wchar_t)MAX_); 212 return new StdLibCharPerfFunction(StdLibIsSpace, (wchar_t)MIN_, [all...] |
/external/icu4c/test/perf/charperf/ |
charperf.cpp | 71 if (sizeof(wchar_t) > 2) { 188 return new StdLibCharPerfFunction(StdLibIsAlpha, (wchar_t)MIN_, 189 (wchar_t)MAX_); 194 return new StdLibCharPerfFunction(StdLibIsUpper, (wchar_t)MIN_, 195 (wchar_t)MAX_); 200 return new StdLibCharPerfFunction(StdLibIsLower, (wchar_t)MIN_, 201 (wchar_t)MAX_); 206 return new StdLibCharPerfFunction(StdLibIsDigit, (wchar_t)MIN_, 207 (wchar_t)MAX_); 212 return new StdLibCharPerfFunction(StdLibIsSpace, (wchar_t)MIN_, [all...] |
/external/llvm/test/Transforms/Inline/ |
2006-01-14-CallGraphUpdate.ll | 4 %"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >" = type { i32 (...)**, i32*, i32*, i32*, i32*, i32*, i32*, %"struct.std::locale" } 11 %"struct.std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >"*, i32 } 13 define void @_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewl(%"struct.std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t> >"* %agg.result, %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>"* %this, %"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >"* %__s.0__, i32 %__s.1__, %"struct.std::ios_base"* %__io, i32 %__fill, i32 %__v) [all...] |
/external/stlport/stlport/stl/ |
_cwchar.h | 87 extern wchar_t *wcsstr(); 89 extern wchar_t *wmemchr(); 91 extern wchar_t *wmemcpy(); 92 extern wchar_t *wmemmove(); 93 extern wchar_t *wmemset(); 102 extern "C" size_t wcsftime(wchar_t * str, size_t max_size, const wchar_t * format_str, const struct tm * timeptr); 119 /* SUNpro has some bugs with casts. wchar_t is size of int there anyway. */ 123 # define WCHAR_MAX ((wchar_t)~0) 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined a [all...] |
_monetary.h | 168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base { 170 typedef wchar_t char_type; 172 explicit moneypunct _STLP_PSPEC2(wchar_t, true) (size_t __refs = 0); 173 wchar_t decimal_point() const { return do_decimal_point(); } 174 wchar_t thousands_sep() const { return do_thousands_sep(); } 190 ~moneypunct _STLP_PSPEC2(wchar_t, true) (); 192 virtual wchar_t do_decimal_point() const; 193 virtual wchar_t do_thousands_sep() const; 207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base { 209 typedef wchar_t char_type [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 87 extern wchar_t *wcsstr(); 89 extern wchar_t *wmemchr(); 91 extern wchar_t *wmemcpy(); 92 extern wchar_t *wmemmove(); 93 extern wchar_t *wmemset(); 102 extern "C" size_t wcsftime(wchar_t * str, size_t max_size, const wchar_t * format_str, const struct tm * timeptr); 119 /* SUNpro has some bugs with casts. wchar_t is size of int there anyway. */ 123 # define WCHAR_MAX ((wchar_t)~0) 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined a [all...] |
_monetary.h | 168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base { 170 typedef wchar_t char_type; 172 explicit moneypunct _STLP_PSPEC2(wchar_t, true) (size_t __refs = 0); 173 wchar_t decimal_point() const { return do_decimal_point(); } 174 wchar_t thousands_sep() const { return do_thousands_sep(); } 190 ~moneypunct _STLP_PSPEC2(wchar_t, true) (); 192 virtual wchar_t do_decimal_point() const; 193 virtual wchar_t do_thousands_sep() const; 207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base { 209 typedef wchar_t char_type [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 87 extern wchar_t *wcsstr(); 89 extern wchar_t *wmemchr(); 91 extern wchar_t *wmemcpy(); 92 extern wchar_t *wmemmove(); 93 extern wchar_t *wmemset(); 102 extern "C" size_t wcsftime(wchar_t * str, size_t max_size, const wchar_t * format_str, const struct tm * timeptr); 119 /* SUNpro has some bugs with casts. wchar_t is size of int there anyway. */ 123 # define WCHAR_MAX ((wchar_t)~0) 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined a [all...] |
_monetary.h | 168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base { 170 typedef wchar_t char_type; 172 explicit moneypunct _STLP_PSPEC2(wchar_t, true) (size_t __refs = 0); 173 wchar_t decimal_point() const { return do_decimal_point(); } 174 wchar_t thousands_sep() const { return do_thousands_sep(); } 190 ~moneypunct _STLP_PSPEC2(wchar_t, true) (); 192 virtual wchar_t do_decimal_point() const; 193 virtual wchar_t do_thousands_sep() const; 207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base { 209 typedef wchar_t char_type [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 87 extern wchar_t *wcsstr(); 89 extern wchar_t *wmemchr(); 91 extern wchar_t *wmemcpy(); 92 extern wchar_t *wmemmove(); 93 extern wchar_t *wmemset(); 102 extern "C" size_t wcsftime(wchar_t * str, size_t max_size, const wchar_t * format_str, const struct tm * timeptr); 119 /* SUNpro has some bugs with casts. wchar_t is size of int there anyway. */ 123 # define WCHAR_MAX ((wchar_t)~0) 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined a [all...] |
_monetary.h | 168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base { 170 typedef wchar_t char_type; 172 explicit moneypunct _STLP_PSPEC2(wchar_t, true) (size_t __refs = 0); 173 wchar_t decimal_point() const { return do_decimal_point(); } 174 wchar_t thousands_sep() const { return do_thousands_sep(); } 190 ~moneypunct _STLP_PSPEC2(wchar_t, true) (); 192 virtual wchar_t do_decimal_point() const; 193 virtual wchar_t do_thousands_sep() const; 207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base { 209 typedef wchar_t char_type [all...] |