Searched refs:f_sconv8 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_string_conversion.c | 255 struct archive_string_conv *f_sconv8, *t_sconv8; in test_archive_string_normalization_nfc() local 280 assertA(NULL != (f_sconv8 = in test_archive_string_normalization_nfc() 289 if (f_sconv8 == NULL || f_sconv16be == NULL || f_sconv16le == NULL || in test_archive_string_normalization_nfc() 295 archive_string_conversion_set_opt(f_sconv8, sconv_opt); in test_archive_string_normalization_nfc() 357 &utf8, utf8_nfd, f_sconv8)); in test_archive_string_normalization_nfc() 366 &utf8, utf8_nfc, f_sconv8)); in test_archive_string_normalization_nfc() 411 &mstr, utf8_nfd, 100000, f_sconv8)); in test_archive_string_normalization_nfc() 466 struct archive_string_conv *f_sconv8, *t_sconv8; in test_archive_string_normalization_mac_nfd() local 491 assertA(NULL != (f_sconv8 = in test_archive_string_normalization_mac_nfd() 500 if (f_sconv8 == NULL || f_sconv16be == NULL || f_sconv16le == NULL || in test_archive_string_normalization_mac_nfd() [all …]
|