HomeSort by relevance Sort by last modified time
    Searched refs:F32_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 26 typedef std::codecvt<char32_t, char, std::mbstate_t> F32_8;
30 const F32_8& f32_8 = std::use_facet<F32_8>(std::locale::classic()); local
34 F32_8::intern_type* c32p;
36 F32_8::extern_type* c8p;
37 const F32_8::intern_type* c_c32p;
39 const F32_8::extern_type* c_c8p;
40 F32_8::intern_type c32;
44 F32_8::extern_type c8[4]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp 26 typedef std::codecvt<char32_t, char, std::mbstate_t> F32_8;
30 const F32_8& f32_8 = std::use_facet<F32_8>(std::locale::classic()); local
34 F32_8::intern_type* c32p;
36 F32_8::extern_type* c8p;
37 const F32_8::intern_type* c_c32p;
39 const F32_8::extern_type* c_c8p;
40 F32_8::intern_type c32;
44 F32_8::extern_type c8[4]
    [all...]

Completed in 71 milliseconds