HomeSort by relevance Sort by last modified time
    Searched refs:wstring (Results 151 - 175 of 445) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
narrow_many.pass.cpp 33 std::wstring in(L" A\x07.a1\xDA");
51 std::wstring in(L" A\x07.a1\xDA");
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
curr_symbol.pass.cpp 69 assert(f.curr_symbol() == std::wstring());
73 assert(f.curr_symbol() == std::wstring());
positive_sign.pass.cpp 69 assert(f.positive_sign() == std::wstring());
73 assert(f.positive_sign() == std::wstring());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 114 std::wstring s;
126 std::wstring s;
135 std::wstring s;
143 std::wstring s;
149 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) {
152 std::wstring s;
157 std::wstring unquote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) {
160 std::wstring s;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
narrow_many.pass.cpp 30 std::wstring in(L" A\x07.a1\xDA");
48 std::wstring in(L" A\x07.a1\xDA");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
curr_symbol.pass.cpp 69 assert(f.curr_symbol() == std::wstring());
73 assert(f.curr_symbol() == std::wstring());
positive_sign.pass.cpp 69 assert(f.positive_sign() == std::wstring());
73 assert(f.positive_sign() == std::wstring());
  /ndk/sources/cxx-stl/stlport/src/
collate.cpp 52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const
53 { return wstring(low, high); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_basic_string.i 62 SWIG_AsPtr(std::basic_string<wchar_t>)(PyObject* obj, std::wstring **val)
66 std::wstring *vptr;
75 if (val) *val = new std::wstring(buf, size - 1);
84 PyErr_SetString(PyExc_TypeError,"a wstring is expected");
95 SWIG_From(std::basic_string<wchar_t>)(const std::wstring& s)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_basic_string.i 61 SWIG_AsPtr(std::basic_string<wchar_t>)(VALUE obj, std::wstring **val)
65 std::wstring *vptr;
73 if (val) *val = new std::wstring(buf, size - 1);
89 SWIG_From(std::basic_string<wchar_t>)(const std::wstring& s)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_hash.h 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
get_string_en_US.pass.cpp 399 std::wstring v = L"0.00";
401 std::wstring ex;
410 std::wstring v = L"-0.01";
412 std::wstring ex;
421 std::wstring v = L"1,234,567.89";
423 std::wstring ex;
432 std::wstring v = L"-1,234,567.89";
434 std::wstring ex;
443 std::wstring v = L"-1234567.89";
445 std::wstring ex
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
get_string_en_US.pass.cpp 397 std::wstring v = L"0.00";
399 std::wstring ex;
408 std::wstring v = L"-0.01";
410 std::wstring ex;
419 std::wstring v = L"1,234,567.89";
421 std::wstring ex;
430 std::wstring v = L"-1,234,567.89";
432 std::wstring ex;
441 std::wstring v = L"-1234567.89";
443 std::wstring ex
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 47 using std::wstring;
146 const std::wstring *dump_path) {
201 std::wstring dump_path(temp_path_);
224 std::wstring dump_path(temp_path_);
286 wstring find_minidump_in_directory(const wstring &directory) {
287 wstring search_path = directory + L"\\*";
291 return wstring();
293 wstring filename;
352 wstring minidump_filename_wide = find_minidump_in_directory(temp_path_)
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
getline_pointer_size.pass.cpp 70 assert(std::wstring(s) == L" ");
75 assert(std::wstring(s) == L" ");
80 assert(std::wstring(s) == L" ");
getline_pointer_size_chart.pass.cpp 70 assert(std::wstring(s) == L" ");
75 assert(std::wstring(s) == L" ");
80 assert(std::wstring(s) == L" ");
readsome.pass.cpp 71 assert(std::wstring(s, 5) == L" 1234");
76 assert(std::wstring(s, 5) == L"56789");
82 assert(std::wstring(s, 1) == L"0");
  /external/libcxx/test/std/re/re.results/re.results.form/
form2.pass.cpp 76 assert(std::wstring(out) == L"prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
88 assert(std::wstring(out) == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
100 assert(std::wstring(out) == L"match: cdefghi, m[1]: efg, m[2]: e");
  /external/libcxx/test/std/strings/basic.string.literals/
literal.pass.cpp 20 static_assert ( std::is_same<decltype( L"Hi"s), std::wstring>::value, "" );
25 std::wstring Lfoo;
43 Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring ( L"ABC"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
getline_pointer_size.pass.cpp 70 assert(std::wstring(s) == L" ");
75 assert(std::wstring(s) == L" ");
80 assert(std::wstring(s) == L" ");

Completed in 966 milliseconds

1 2 3 4 5 67 8 91011>>