Searched refs:f_sconv16le (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| D | test_archive_string_conversion.c | 256 struct archive_string_conv *f_sconv16be, *f_sconv16le; in test_archive_string_normalization_nfc() local 284 assertA(NULL != (f_sconv16le = in test_archive_string_normalization_nfc() 289 if (f_sconv8 == NULL || f_sconv16be == NULL || f_sconv16le == NULL || in test_archive_string_normalization_nfc() 297 archive_string_conversion_set_opt(f_sconv16le, sconv_opt); in test_archive_string_normalization_nfc() 393 &utf8, utf16le_nfd, 100000, f_sconv16le)); in test_archive_string_normalization_nfc() 433 &mstr, utf16le_nfd, 100000, f_sconv16le)); in test_archive_string_normalization_nfc() 467 struct archive_string_conv *f_sconv16be, *f_sconv16le; in test_archive_string_normalization_mac_nfd() local 495 assertA(NULL != (f_sconv16le = 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() 508 archive_string_conversion_set_opt(f_sconv16le, sconv_opt); in test_archive_string_normalization_mac_nfd() [all …]
|