Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c1012 == (SCONV_BEST_EFFORT | SCONV_FROM_UTF16LE)) in setup_converter()
1197 flag |= SCONV_FROM_UTF16LE; in create_sconv_object()
1210 flag |= SCONV_FROM_UTF16LE | SCONV_WIN_CP; in create_sconv_object()
2737 } else if (sc->flag & SCONV_FROM_UTF16LE) { in archive_string_append_unicode()
2749 } else if (sc->flag & SCONV_FROM_UTF16LE) { in archive_string_append_unicode()
2945 if (sc->flag & SCONV_FROM_UTF16LE) in archive_string_normalize_C()
2960 } else if (sc->flag & SCONV_FROM_UTF16LE) { in archive_string_normalize_C()
2972 } else if (sc->flag & SCONV_FROM_UTF16LE) { in archive_string_normalize_C()
3252 if (sc->flag & SCONV_FROM_UTF16LE) in archive_string_normalize_D()
3267 } else if (sc->flag & SCONV_FROM_UTF16LE) { in archive_string_normalize_D()
[all …]