HomeSort by relevance Sort by last modified time
    Searched refs:F16_8 (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp 27 typedef std::codecvt<char16_t, char, std::mbstate_t> F16_8;
32 const F16_8& f16_8 = std::use_facet<F16_8>(std::locale::classic()); local
35 F16_8::intern_type* c16p;
38 const F16_8::intern_type* c_c16p;
41 F16_8::intern_type c16[2];
63 assert(f16_8.out(mbs, c16, c_c16p, c_c16p, c8, c8+4, c8p) == F32_8::ok);
99 assert(f16_8.in(mbs, c8, c_c8p, c_c8p, c16, c16+2, c16p) == F32_8::ok);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp 27 typedef std::codecvt<char16_t, char, std::mbstate_t> F16_8;
32 const F16_8& f16_8 = std::use_facet<F16_8>(std::locale::classic()); local
35 F16_8::intern_type* c16p;
38 const F16_8::intern_type* c_c16p;
41 F16_8::intern_type c16[2];
63 assert(f16_8.out(mbs, c16, c_c16p, c_c16p, c8, c8+4, c8p) == F32_8::ok);
99 assert(f16_8.in(mbs, c8, c_c8p, c_c8p, c16, c16+2, c16p) == F32_8::ok);

Completed in 1353 milliseconds