HomeSort by relevance Sort by last modified time
    Searched refs:u16string (Results 1 - 25 of 30) sorted by null

1 2

  /external/libcxx/test/strings/string.classes/
typedefs.pass.cpp 16 // typedef basic_string<char16_t> u16string;
27 typedef std::u16string test3;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.classes/
typedefs.pass.cpp 16 // typedef basic_string<char16_t> u16string;
27 typedef std::u16string test3;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stringfwd.h 79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stringfwd.h 78 typedef basic_string<char16_t> u16string; typedef
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stringfwd.h 78 typedef basic_string<char16_t> u16string; typedef
basic_string.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h 70 typedef basic_string<char16_t> u16string; typedef
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h 70 typedef basic_string<char16_t> u16string; typedef
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h 70 typedef basic_string<char16_t> u16string; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stringfwd.h 70 typedef basic_string<char16_t> u16string; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stringfwd.h 79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stringfwd.h 79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t typedef
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stringfwd.h 79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t typedef
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stringfwd.h 79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t typedef
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stringfwd.h 78 typedef basic_string<char16_t> u16string; typedef
basic_string.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stringfwd.h 78 typedef basic_string<char16_t> u16string; typedef
basic_string.h     [all...]
  /external/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 21 static_assert ( std::is_same<decltype( u"Hi"s), std::u16string>::value, "" );
26 std::u16string ufoo;
44 ufoo = u"ABC"s; assert(ufoo == u"ABC"); assert(ufoo == std::u16string( u"ABC"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 21 static_assert ( std::is_same<decltype( u"Hi"s), std::u16string>::value, "" );
26 std::u16string ufoo;
44 ufoo = u"ABC"s; assert(ufoo == u"ABC"); assert(ufoo == std::u16string( u"ABC"));
  /external/libcxx/test/strings/basic.string.hash/
strings.pass.cpp 44 test<std::u16string>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.hash/
strings.pass.cpp 44 test<std::u16string>();
  /external/libcxx/test/strings/basic.string/string.iterators/
iterators.pass.cpp 50 typedef std::u16string C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/
iterators.pass.cpp 50 typedef std::u16string C;

Completed in 1330 milliseconds

1 2