Searched refs:SCONV_FROM_UTF16BE (Results 1 – 1 of 1) sorted by relevance
108 #define SCONV_FROM_UTF16BE (1<<11) /* "from charset" side is UTF-16BE. */ macro112 #define SCONV_FROM_UTF16 (SCONV_FROM_UTF16BE | SCONV_FROM_UTF16LE)526 if ((sc->flag & SCONV_FROM_UTF16BE) && !is_big_endian()) { in archive_wstring_append_from_mbs_in_codepage()993 if (sc->flag & SCONV_FROM_UTF16BE) in setup_converter()1008 if ((sc->flag & (SCONV_BEST_EFFORT | SCONV_FROM_UTF16BE)) in setup_converter()1009 == (SCONV_BEST_EFFORT | SCONV_FROM_UTF16BE)) in setup_converter()1195 flag |= SCONV_FROM_UTF16BE; in create_sconv_object()1208 flag |= SCONV_FROM_UTF16BE | SCONV_WIN_CP; in create_sconv_object()2734 if (sc->flag & SCONV_FROM_UTF16BE) { in archive_string_append_unicode()2746 if (sc->flag & SCONV_FROM_UTF16BE) { in archive_string_append_unicode()[all …]