Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/localization/
H A Dcodecvt_unicode.pass.cpp25 struct test_offsets_partial { struct
129 test_offsets_partial offsets[] = { in utf8_to_utf32_in_partial()
151 for (test_offsets_partial* it = begin(offsets); it != end(offsets); ++it) { in utf8_to_utf32_in_partial()
152 test_offsets_partial t = *it; in utf8_to_utf32_in_partial()
377 test_offsets_partial offsets[] = { in utf32_to_utf8_out_partial()
392 for (test_offsets_partial* it = begin(offsets); it != end(offsets); ++it) { in utf32_to_utf8_out_partial()
393 test_offsets_partial t = *it; in utf32_to_utf8_out_partial()
563 test_offsets_partial offsets[] = { in utf8_to_utf16_in_partial()
590 for (test_offsets_partial* it = begin(offsets); it != end(offsets); ++it) { in utf8_to_utf16_in_partial()
591 test_offsets_partial t = *it; in utf8_to_utf16_in_partial()
[all …]