HomeSort by relevance Sort by last modified time
    Searched full:u32string (Results 1 - 25 of 36) sorted by null

1 2

  /external/libcxx/test/strings/string.classes/
typedefs.pass.cpp 17 // typedef basic_string<char32_t> u32string;
28 typedef std::u32string test4;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.classes/
typedefs.pass.cpp 17 // typedef basic_string<char32_t> u32string;
28 typedef std::u32string test4;
  /external/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 22 static_assert ( std::is_same<decltype( U"Hi"s), std::u32string>::value, "" );
27 std::u32string Ufoo;
45 Ufoo = U"ABC"s; assert(Ufoo == U"ABC"); assert(Ufoo == std::u32string( U"ABC"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 22 static_assert ( std::is_same<decltype( U"Hi"s), std::u32string>::value, "" );
27 std::u32string Ufoo;
45 Ufoo = U"ABC"s; assert(Ufoo == U"ABC"); assert(Ufoo == std::u32string( U"ABC"));
  /external/libcxx/test/strings/basic.string.hash/
strings.pass.cpp 45 test<std::u32string>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.hash/
strings.pass.cpp 45 test<std::u32string>();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h 71 typedef basic_string<char32_t> u32string; typedef
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h 71 typedef basic_string<char32_t> u32string; typedef
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h 71 typedef basic_string<char32_t> u32string; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stringfwd.h 71 typedef basic_string<char32_t> u32string; typedef
  /external/libcxx/test/strings/basic.string/string.iterators/
iterators.pass.cpp 62 typedef std::u32string C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/
iterators.pass.cpp 62 typedef std::u32string C;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stringfwd.h 80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t typedef
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stringfwd.h 81 typedef basic_string<char32_t> u32string; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stringfwd.h 81 typedef basic_string<char32_t> u32string; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stringfwd.h 80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t typedef
basic_string.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stringfwd.h 80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t typedef
basic_string.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stringfwd.h 80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t typedef
basic_string.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stringfwd.h 80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t typedef
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stringfwd.h 81 typedef basic_string<char32_t> u32string; typedef
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stringfwd.h 81 typedef basic_string<char32_t> u32string; typedef

Completed in 988 milliseconds

1 2