Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/localization/
H A Dcodecvt_unicode.pass.cpp33 struct test_offsets_error { struct
199 test_offsets_error<unsigned char> offsets[] = { in utf8_to_utf32_in_error()
287 for (test_offsets_error<unsigned char>* it = begin(offsets); it != end(offsets); ++it) { in utf8_to_utf32_in_error()
288 test_offsets_error<unsigned char> t = *it; in utf8_to_utf32_in_error()
429 test_offsets_error<InternT> offsets[] = { in utf32_to_utf8_out_error()
443 for (test_offsets_error<InternT>* it = begin(offsets); it != end(offsets); ++it) { in utf32_to_utf8_out_error()
444 test_offsets_error<InternT> t = *it; in utf32_to_utf8_out_error()
638 test_offsets_error<unsigned char> offsets[] = { in utf8_to_utf16_in_error()
726 for (test_offsets_error<unsigned char>* it = begin(offsets); it != end(offsets); ++it) { in utf8_to_utf16_in_error()
727 test_offsets_error<unsigned char> t = *it; in utf8_to_utf16_in_error()
[all …]