Home
last modified time | relevance | path

Searched refs:F32_8 (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Dutf_sanity_check.pass.cpp26 typedef std::codecvt<char32_t, char, std::mbstate_t> F32_8; in main() typedef
30 const F32_8& f32_8 = std::use_facet<F32_8>(std::locale::classic()); in main()
34 F32_8::intern_type* c32p; in main()
36 F32_8::extern_type* c8p; in main()
37 const F32_8::intern_type* c_c32p; in main()
39 const F32_8::extern_type* c_c8p; in main()
40 F32_8::intern_type c32; in main()
44 F32_8::extern_type c8[4]; in main()
45 for (F32_8::intern_type c32x = 0; c32x < 0x110003; ++c32x) in main()
49 assert(f32_16.out(mbs, &c32x, &c32x+1, c_c32p, c16c+0, c16c+4, c16cp) == F32_8::error); in main()
[all …]