Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_string.c109 #define SCONV_FROM_UTF16BE (1<<11) /* "from charset" side is UTF-16BE. */ macro
113 #define SCONV_FROM_UTF16 (SCONV_FROM_UTF16BE | SCONV_FROM_UTF16LE)
527 if ((sc->flag & SCONV_FROM_UTF16BE) && !is_big_endian()) { in archive_wstring_append_from_mbs_in_codepage()
992 if (sc->flag & SCONV_FROM_UTF16BE) in setup_converter()
1007 if ((sc->flag & (SCONV_BEST_EFFORT | SCONV_FROM_UTF16BE)) in setup_converter()
1008 == (SCONV_BEST_EFFORT | SCONV_FROM_UTF16BE)) in setup_converter()
1194 flag |= SCONV_FROM_UTF16BE; in create_sconv_object()
1207 flag |= SCONV_FROM_UTF16BE | SCONV_WIN_CP; in create_sconv_object()
2741 if (sc->flag & SCONV_FROM_UTF16BE) { in archive_string_append_unicode()
2753 if (sc->flag & SCONV_FROM_UTF16BE) { in archive_string_append_unicode()
[all …]