Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c256 struct archive_string_conv *f_sconv16be, *f_sconv16le; in test_archive_string_normalization_nfc() local
282 assertA(NULL != (f_sconv16be = in test_archive_string_normalization_nfc()
289 if (f_sconv8 == NULL || f_sconv16be == NULL || f_sconv16le == NULL || in test_archive_string_normalization_nfc()
296 archive_string_conversion_set_opt(f_sconv16be, sconv_opt); in test_archive_string_normalization_nfc()
384 &utf8, utf16be_nfd, 100000, f_sconv16be)); in test_archive_string_normalization_nfc()
422 &mstr, utf16be_nfd, 100000, f_sconv16be)); in test_archive_string_normalization_nfc()
467 struct archive_string_conv *f_sconv16be, *f_sconv16le; in test_archive_string_normalization_mac_nfd() local
493 assertA(NULL != (f_sconv16be = in test_archive_string_normalization_mac_nfd()
507 archive_string_conversion_set_opt(f_sconv16be, sconv_opt); in test_archive_string_normalization_mac_nfd()
602 &utf8, utf16be_nfc, 100000, f_sconv16be)); in test_archive_string_normalization_mac_nfd()
[all …]