Searched
full:wstring (Results
351 -
375 of
1090) sorted by null
<<11121314151617181920>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/ |
falsename.pass.cpp | 30 assert(np.falsename() == std::wstring(L"false"));
|
truename.pass.cpp | 30 assert(np.truename() == std::wstring(L"true"));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
test.pass.cpp | 31 std::wstring ws;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/ |
converted.pass.cpp | 30 std::wstring ws = myconv.from_bytes("\xF1\x80\x80\x83");
|
from_bytes.pass.cpp | 28 std::wstring ws = myconv.from_bytes('a');
|
to_bytes.pass.cpp | 27 std::wstring ws(1, L'\x40003');
|
types.pass.cpp | 31 static_assert((std::is_same<myconv::wide_string, std::wstring>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/ |
operator_string.pass.cpp | 45 assert(str == std::wstring(L"123"));
|
str.pass.cpp | 45 assert(str == std::wstring(L"123"));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/ |
stream.pass.cpp | 41 test(std::wstring(L"123"));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
lookup_collatename.xlocale.pass.cpp | 39 test(L"ch", std::wstring(L"ch"));
|
types.pass.cpp | 30 static_assert((std::is_same<std::regex_traits<wchar_t>::string_type, std::wstring>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/ |
initializer_list.pass.cpp | 28 std::wstring s;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.hash/ |
strings.pass.cpp | 47 test<std::wstring>();
|
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_declaration_test.cpp | 172 //string, wstring: 180 CPPUNIT_ASSERT( is_movable(wstring()) ); 182 CPPUNIT_ASSERT( is_move_complete(wstring()) ); 184 CPPUNIT_ASSERT( !is_move_complete(wstring()) );
|
/ndk/tests/device/test-stlport/unit/ |
mvctor_declaration_test.cpp | 172 //string, wstring: 180 CPPUNIT_ASSERT( is_movable(wstring()) ); 182 CPPUNIT_ASSERT( is_move_complete(wstring()) ); 184 CPPUNIT_ASSERT( !is_move_complete(wstring()) );
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
dkw.swg | 120 DKEYWORD(wstring);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stringfwd.h | 61 typedef basic_string<wchar_t> wstring; typedef
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stringfwd.h | 61 typedef basic_string<wchar_t> wstring; typedef
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stringfwd.h | 61 typedef basic_string<wchar_t> wstring; typedef
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stringfwd.h | 61 typedef basic_string<wchar_t> wstring; typedef
|
/external/chromium_org/base/ |
file_version_info_win.cc | 149 std::wstring* value_str) { 183 std::wstring FileVersionInfoWin::GetStringValue(const wchar_t* name) { 184 std::wstring str;
|
logging_unittest.cc | 237 // other code in that namespace from calling the operator<<(ostream, wstring) 238 // defined by logging.h. This can fail if operator<<(ostream, wstring) can't be 247 std::wstring wstr = L"Hello World";
|
/external/chromium_org/base/win/ |
event_trace_controller_unittest.cc | 97 std::wstring name(1023, L'A'); 103 std::wstring name2(1024, L'A'); 132 std::wstring session_name_;
|
/external/chromium_org/content/shell/browser/ |
shell_download_manager_delegate.cc | 167 std::wstring file_part = base::FilePath(suggested_path).BaseName().value(); 178 std::wstring directory; 187 result = base::FilePath(std::wstring(save_as.lpstrFile));
|
Completed in 2375 milliseconds
<<11121314151617181920>>