Searched refs:SCONV_FROM_UTF16LE (Results 1 – 1 of 1) sorted by relevance
110 #define SCONV_FROM_UTF16LE (1<<13) /* "from charset" side is UTF-16LE. */ macro112 #define SCONV_FROM_UTF16 (SCONV_FROM_UTF16BE | SCONV_FROM_UTF16LE)556 } else if ((sc->flag & SCONV_FROM_UTF16LE) && IS_BIG_ENDIAN) { in archive_wstring_append_from_mbs_in_codepage()1048 else if ((sc->flag & (SCONV_BEST_EFFORT | SCONV_FROM_UTF16LE)) in setup_converter()1049 == (SCONV_BEST_EFFORT | SCONV_FROM_UTF16LE)) in setup_converter()1234 flag |= SCONV_FROM_UTF16LE; in create_sconv_object()1247 flag |= SCONV_FROM_UTF16LE | SCONV_WIN_CP; in create_sconv_object()2800 } else if (sc->flag & SCONV_FROM_UTF16LE) { in archive_string_append_unicode()2812 } else if (sc->flag & SCONV_FROM_UTF16LE) { in archive_string_append_unicode()3008 if (sc->flag & SCONV_FROM_UTF16LE) in archive_string_normalize_C()[all …]