Searched refs:c32x (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 | 45 for (F32_8::intern_type c32x = 0; c32x < 0x110003; ++c32x) in main() local 47 if ((0xD800 <= c32x && c32x < 0xE000) || c32x >= 0x110000) in main() 49 assert(f32_16.out(mbs, &c32x, &c32x+1, c_c32p, c16c+0, c16c+4, c16cp) == F32_8::error); in main() 50 assert(f32_8.out(mbs, &c32x, &c32x+1, c_c32p, c8, c8+4, c8p) == F32_8::error); in main() 54 assert(f32_16.out(mbs, &c32x, &c32x+1, c_c32p, c16c, c16c+4, c16cp) == F32_8::ok); in main() 55 assert(c_c32p-&c32x == 1); in main() 56 if (c32x < 0x10000) in main() 64 if (c32x < 0x10000) in main() 68 if (c32x < 0x80) in main() 70 else if (c32x < 0x800) in main() [all …]
|