HomeSort by relevance Sort by last modified time
    Searched full:char32_t (Results 176 - 200 of 580) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
functional_hash.h 102 /// Explicit specialization for char32_t.
103 _Cxx_hashtable_define_trivial_hash(char32_t)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 207 typedef __atomic_base<char32_t> atomic_char32_t;
210 typedef __atomic_base<char32_t> atomic_char32_t;
functional_hash.h 102 /// Explicit specialization for char32_t.
103 _Cxx_hashtable_define_trivial_hash(char32_t)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
functional_hash.h 102 /// Explicit specialization for char32_t.
103 _Cxx_hashtable_define_trivial_hash(char32_t)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
functional_hash.h 97 /// Explicit specialization for char32_t.
98 _Cxx_hashtable_define_trivial_hash(char32_t)
  /system/core/libutils/
String8.cpp 115 static char* allocFromUTF32(const char32_t* in, size_t len)
195 String8::String8(const char32_t* o)
200 String8::String8(const char32_t* o, size_t len)
273 status_t String8::setTo(const char32_t* other, size_t len)
460 void String8::getUtf32(char32_t* dst) const
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf8_length.pass.cpp 101 typedef std::codecvt_utf8<char32_t> C;
124 typedef std::codecvt_utf8<char32_t, 0x1000> C;
147 typedef std::codecvt_utf8<char32_t, 0xFFFFFFFF, std::consume_header> C;
codecvt_utf8_utf16_length.pass.cpp 98 typedef std::codecvt_utf8_utf16<char32_t> C;
121 typedef std::codecvt_utf8_utf16<char32_t, 0x1000> C;
144 typedef std::codecvt_utf8_utf16<char32_t, 0x10ffff, std::consume_header> C;
  /external/clang/test/CodeGenCXX/
rtti-fundamental.cpp 112 // char32_t
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 5 typedef unsigned int char32_t; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_compare_exchange_strong_explicit.pass.cpp 88 test<char32_t>();
atomic_compare_exchange_weak_explicit.pass.cpp 88 test<char32_t>();
atomic_fetch_add.pass.cpp 104 test<char32_t>();
atomic_fetch_add_explicit.pass.cpp 108 test<char32_t>();
atomic_fetch_sub.pass.cpp 104 test<char32_t>();
atomic_fetch_sub_explicit.pass.cpp 109 test<char32_t>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
assign.pass.cpp 43 assert((std::has_facet<std::codecvt<char32_t, char, std::mbstate_t> >(loc)));
char_pointer.pass.cpp 43 assert((std::has_facet<std::codecvt<char32_t, char, std::mbstate_t> >(loc)));
copy.pass.cpp 43 assert((std::has_facet<std::codecvt<char32_t, char, std::mbstate_t> >(loc)));
default.pass.cpp 43 assert((std::has_facet<std::codecvt<char32_t, char, std::mbstate_t> >(loc)));
locale_char_pointer_cat.pass.cpp 43 assert((std::has_facet<std::codecvt<char32_t, char, std::mbstate_t> >(loc)));
locale_locale_cat.pass.cpp 43 assert((std::has_facet<std::codecvt<char32_t, char, std::mbstate_t> >(loc)));
locale_string_cat.pass.cpp 43 assert((std::has_facet<std::codecvt<char32_t, char, std::mbstate_t> >(loc)));
string.pass.cpp 43 assert((std::has_facet<std::codecvt<char32_t, char, std::mbstate_t> >(loc)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.statics/
classic.pass.cpp 26 assert((std::has_facet<std::codecvt<char32_t, char, std::mbstate_t> >(loc)));

Completed in 352 milliseconds

1 2 3 4 5 6 78 91011>>