Searched refs:SCONV_FROM_UTF16LE (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c111 #define SCONV_FROM_UTF16LE (1<<13) /* "from charset" side is UTF-16LE. */ macro
113 #define SCONV_FROM_UTF16 (SCONV_FROM_UTF16BE | SCONV_FROM_UTF16LE)
534 } else if ((sc->flag & SCONV_FROM_UTF16LE) && is_big_endian()) {
1010 else if ((sc->flag & (SCONV_BEST_EFFORT | SCONV_FROM_UTF16LE))
1011 == (SCONV_BEST_EFFORT | SCONV_FROM_UTF16LE))
1196 flag |= SCONV_FROM_UTF16LE;
1209 flag |= SCONV_FROM_UTF16LE | SCONV_WIN_CP;
2744 } else if (sc->flag & SCONV_FROM_UTF16LE) {
2756 } else if (sc->flag & SCONV_FROM_UTF16LE) {
2952 if (sc->flag & SCONV_FROM_UTF16LE)
[all...]

Completed in 124 milliseconds