Home
last modified time | relevance | path

Searched refs:c16 (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.cpp41 F16_8::intern_type c16[2]; in main() local
61 c16[i] = (unsigned char)c16c[2*i] << 8 | (unsigned char)c16c[2*i+1]; in main()
62 c_c16p = c16 + (c16cp - c16c) / 2; in main()
63 assert(f16_8.out(mbs, c16, c_c16p, c_c16p, c8, c8+4, c8p) == F32_8::ok); in main()
65 assert(c_c16p-c16 == 1); in main()
67 assert(c_c16p-c16 == 2); in main()
99 assert(f16_8.in(mbs, c8, c_c8p, c_c8p, c16, c16+2, c16p) == F32_8::ok); in main()
109 assert(c16p-c16 == 1); in main()
111 assert(c16p-c16 == 2); in main()
112 for (int i = 0; i < c16p-c16; ++i) in main()
[all …]