Lines Matching refs:test_offsets_error
33 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()
877 test_offsets_error<InternT> offsets[] = { in utf16_to_utf8_out_error()
905 for (test_offsets_error<InternT>* it = begin(offsets); it != end(offsets); ++it) { in utf16_to_utf8_out_error()
906 test_offsets_error<InternT> t = *it; in utf16_to_utf8_out_error()
1086 test_offsets_error<unsigned char> offsets[] = { in utf8_to_ucs2_in_error()
1185 for (test_offsets_error<unsigned char>* it = begin(offsets); it != end(offsets); ++it) { in utf8_to_ucs2_in_error()
1186 test_offsets_error<unsigned char> t = *it; in utf8_to_ucs2_in_error()
1321 test_offsets_error<InternT> offsets[] = { in ucs2_to_utf8_out_error()
1361 for (test_offsets_error<InternT>* it = begin(offsets); it != end(offsets); ++it) { in ucs2_to_utf8_out_error()
1362 test_offsets_error<InternT> t = *it; in ucs2_to_utf8_out_error()
1553 test_offsets_error<char16_t> offsets[] = { in utf16_to_utf32_in_error()
1581 for (test_offsets_error<char16_t>* it = begin(offsets); it != end(offsets); ++it) { in utf16_to_utf32_in_error()
1582 test_offsets_error<char16_t> t = *it; in utf16_to_utf32_in_error()
1709 test_offsets_error<InternT> offsets[] = { in utf32_to_utf16_out_error()
1723 for (test_offsets_error<InternT>* it = begin(offsets); it != end(offsets); ++it) { in utf32_to_utf16_out_error()
1724 test_offsets_error<InternT> t = *it; in utf32_to_utf16_out_error()
1888 test_offsets_error<char16_t> offsets[] = { in utf16_to_ucs2_in_error()
1926 for (test_offsets_error<char16_t>* it = begin(offsets); it != end(offsets); ++it) { in utf16_to_ucs2_in_error()
1927 test_offsets_error<char16_t> t = *it; in utf16_to_ucs2_in_error()
2049 test_offsets_error<InternT> offsets[] = { in ucs2_to_utf16_out_error()
2087 for (test_offsets_error<InternT>* it = begin(offsets); it != end(offsets); ++it) { in ucs2_to_utf16_out_error()
2088 test_offsets_error<InternT> t = *it; in ucs2_to_utf16_out_error()