Searched refs:c_c8p (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/ |
D | utf_sanity_check.pass.cpp | 39 const F32_8::extern_type* c_c8p; in main() local 76 c_c8p = c8p; in main() 77 assert(f32_8.in(mbs, c8, c_c8p, c_c8p, &c32, &c32+1, c32p) == F32_8::ok); in main() 79 assert(c_c8p-c8 == 1); in main() 81 assert(c_c8p-c8 == 2); in main() 83 assert(c_c8p-c8 == 3); in main() 85 assert(c_c8p-c8 == 4); in main() 98 c_c8p = c8p; in main() 99 assert(f16_8.in(mbs, c8, c_c8p, c_c8p, c16, c16+2, c16p) == F32_8::ok); in main() 101 assert(c_c8p-c8 == 1); in main() [all …]
|