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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
functional_hash.h 99 /// Explicit specialization for char16_t.
100 _Cxx_hashtable_define_trivial_hash(char16_t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
functional_hash.h 99 /// Explicit specialization for char16_t.
100 _Cxx_hashtable_define_trivial_hash(char16_t)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
functional_hash.h 99 /// Explicit specialization for char16_t.
100 _Cxx_hashtable_define_trivial_hash(char16_t)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
functional_hash.h 99 /// Explicit specialization for char16_t.
100 _Cxx_hashtable_define_trivial_hash(char16_t)
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 78 inline int isspace16(char16_t c) {
89 char16_t s = dtohs(*src);
382 mCache = (char16_t**)calloc(mHeader->stringCount, sizeof(char16_t**));
384 charSize = sizeof(char16_t);
427 const char16_t* strings = (const char16_t*)mStrings;
428 char16_t* s = const_cast<char16_t*>(strings);
438 ((char16_t*)mStrings)[mStringPoolSize-1] != 0))
    [all...]
  /frameworks/native/include/utils/
String8.h 46 explicit String8(const char16_t* o);
47 explicit String8(const char16_t* o, size_t numChars);
70 status_t setTo(const char16_t* other, size_t numChars);
PropertyMap.h 98 status_t parseCharacterLiteral(char16_t* outCharacter);
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.stdcvt/
codecvt_utf8_length.pass.cpp 173 typedef std::codecvt_utf8<char16_t> C;
196 typedef std::codecvt_utf8<char16_t, 0x1000> C;
219 typedef std::codecvt_utf8<char16_t, 0xFFFFFFFF, std::consume_header> C;
codecvt_utf8_utf16_length.pass.cpp 167 typedef std::codecvt_utf8_utf16<char16_t> C;
190 typedef std::codecvt_utf8_utf16<char16_t, 0x1000> C;
213 typedef std::codecvt_utf8_utf16<char16_t, 0x10ffff, std::consume_header> C;
  /external/clang/test/CodeGenCXX/
rtti-fundamental.cpp 107 // char16_t
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 4 typedef unsigned short char16_t; typedef
  /frameworks/base/tools/aapt/
XMLNode.h 18 bool isWhitespace(const char16_t* str);
  /frameworks/native/libs/utils/
String8.cpp 96 static char* allocFromUTF16(const char16_t* in, size_t len)
173 String8::String8(const char16_t* o)
178 String8::String8(const char16_t* o, size_t len)
250 status_t String8::setTo(const char16_t* other, size_t len)
  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_compare_exchange_strong_explicit.pass.cpp 87 test<char16_t>();
atomic_compare_exchange_weak_explicit.pass.cpp 87 test<char16_t>();
atomic_fetch_add.pass.cpp 103 test<char16_t>();
atomic_fetch_add_explicit.pass.cpp 107 test<char16_t>();
atomic_fetch_sub.pass.cpp 103 test<char16_t>();
atomic_fetch_sub_explicit.pass.cpp 108 test<char16_t>();
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale/locale.cons/
assign.pass.cpp 42 assert((std::has_facet<std::codecvt<char16_t, char, std::mbstate_t> >(loc)));
char_pointer.pass.cpp 42 assert((std::has_facet<std::codecvt<char16_t, char, std::mbstate_t> >(loc)));
copy.pass.cpp 42 assert((std::has_facet<std::codecvt<char16_t, char, std::mbstate_t> >(loc)));
default.pass.cpp 42 assert((std::has_facet<std::codecvt<char16_t, char, std::mbstate_t> >(loc)));
locale_char_pointer_cat.pass.cpp 42 assert((std::has_facet<std::codecvt<char16_t, char, std::mbstate_t> >(loc)));
locale_locale_cat.pass.cpp 42 assert((std::has_facet<std::codecvt<char16_t, char, std::mbstate_t> >(loc)));

Completed in 2972 milliseconds

1 2 3 4 5 6 78 91011>>