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

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/std/strings/basic.string/string.cons/
initializer_list.pass.cpp 28 std::wstring s;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_pointer_size.pass.cpp 78 assert(std::wstring(s) == L" ");
83 assert(std::wstring(s) == L"");
90 assert(std::wstring(s) == L" ");
96 assert(std::wstring(s) == L" ");
get_pointer_size_chart.pass.cpp 78 assert(std::wstring(s) == L" ");
83 assert(std::wstring(s) == L"");
90 assert(std::wstring(s) == L" ");
96 assert(std::wstring(s) == L" ");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
transform.pass.cpp 29 std::wstring x(L"1234");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
narrow_many.pass.cpp 27 std::wstring in(L" A\x07.a1");
tolower_many.pass.cpp 26 std::wstring in(L" A\x07.a1");
toupper_many.pass.cpp 26 std::wstring in(L" A\x07.a1");
  /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/
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.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"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
initializer_list.pass.cpp 28 std::wstring s;
  /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-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
functional_hash.h 185 hash<wstring>::operator()(wstring) const;
189 hash<const wstring&>::operator()(const wstring&) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
functional_hash.h 185 hash<wstring>::operator()(wstring) const;
189 hash<const wstring&>::operator()(const wstring&) const;
  /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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
functional_hash.h 185 hash<wstring>::operator()(wstring) const;
189 hash<const wstring&>::operator()(const wstring&) const;
  /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

Completed in 859 milliseconds

1 2 3 45 6 7 8 91011>>