Searched
full:wstring (Results
426 -
450 of
1090) sorted by null
<<11121314151617181920>>
/external/libcxx/test/strings/basic.string/string.iterators/ |
iterators.pass.cpp | 38 typedef std::wstring C;
|
/external/libcxx/test/strings/basic.string/string.nonmembers/string.io/ |
get_line_delim_rv.pass.cpp | 32 std::wstring s(L"initial text");
|
get_line_rv.pass.cpp | 32 std::wstring s(L"initial text");
|
/external/stlport/stlport/stl/ |
_monetary.h | 171 typedef wstring string_type; 210 typedef wstring string_type; 321 typedef wstring string_type; 354 typedef wstring string_type;
|
/external/stlport/test/unit/ |
bitset_test.cpp | 70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/ |
types.pass.cpp | 46 static_assert((std::is_same<std::collate<wchar_t>::string_type, std::wstring>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/ |
types.pass.cpp | 33 static_assert((std::is_same<std::messages<wchar_t>::string_type, std::wstring>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/ |
types.pass.cpp | 33 static_assert((std::is_same<std::money_get<wchar_t>::string_type, std::wstring>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/ |
types.pass.cpp | 33 static_assert((std::is_same<std::money_put<wchar_t>::string_type, std::wstring>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/ |
types.pass.cpp | 42 static_assert((std::is_same<std::moneypunct<wchar_t>::string_type, std::wstring>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/ |
types.pass.cpp | 45 static_assert((std::is_same<std::numpunct<wchar_t>::string_type, std::wstring>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/ |
ctor_err_string.pass.cpp | 65 std::wstring ws = myconv.from_bytes('\xA5');
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/ |
compare.pass.cpp | 281 test(std::wstring(L"123"), std::wstring(L"123")); 282 test(std::wstring(L"1234"), std::wstring(L"123"));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/ |
iterators.pass.cpp | 38 typedef std::wstring C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/ |
get_line_delim_rv.pass.cpp | 32 std::wstring s(L"initial text");
|
get_line_rv.pass.cpp | 32 std::wstring s(L"initial text");
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.h | 171 typedef wstring string_type; 210 typedef wstring string_type; 321 typedef wstring string_type; 354 typedef wstring string_type;
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-message.h | 183 Message& operator <<(const ::std::wstring& wstr); 189 Message& operator <<(const ::wstring& wstr); 240 // ::std::string, ::wstring, or ::std::wstring object, each NUL
|
/ndk/tests/device/test-gnustl-full/unit/ |
bitset_test.cpp | 70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >();
|
/ndk/tests/device/test-stlport/unit/ |
bitset_test.cpp | 70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
stringfwd.h | 70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stringfwd.h | 68 typedef basic_string<wchar_t> wstring; typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stringfwd.h | 68 typedef basic_string<wchar_t> wstring; typedef
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.h | 171 typedef wstring string_type; 210 typedef wstring string_type; 321 typedef wstring string_type; 354 typedef wstring string_type;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.h | 171 typedef wstring string_type; 210 typedef wstring string_type; 321 typedef wstring string_type; 354 typedef wstring string_type;
|
Completed in 1491 milliseconds
<<11121314151617181920>>