Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c214 {"utf-8", ENC_UNICODE, 0},
216 {"ucs-2", ENC_UNICODE + ENC_ENDIAN_B + ENC_2BYTE, 0},
218 {"ucs-2le", ENC_UNICODE + ENC_ENDIAN_L + ENC_2BYTE, 0},
220 {"utf-16", ENC_UNICODE + ENC_ENDIAN_B + ENC_2WORD, 0},
222 {"utf-16le", ENC_UNICODE + ENC_ENDIAN_L + ENC_2WORD, 0},
224 {"ucs-4", ENC_UNICODE + ENC_ENDIAN_B + ENC_4BYTE, 0},
542 if (i & ENC_UNICODE) in mb_init()
5053 from_is_utf8 = from_prop & ENC_UNICODE; in convert_setup_ext()
5055 from_is_utf8 = from_prop == ENC_UNICODE; in convert_setup_ext()
5057 to_is_utf8 = to_prop & ENC_UNICODE; in convert_setup_ext()
[all …]
H A Dos_mac_conv.c355 if ((enc_canon_props(p_enc) & ENC_UNICODE) == 0) in mac_utf16_to_enc()
404 if ((enc_canon_props(p_enc) & ENC_UNICODE) == 0 && in mac_enc_to_utf16()
H A Dvim.h2351 #define ENC_UNICODE 0x04 macro
H A Dhardcopy.c2381 if (!(props & ENC_8BIT) && ((*p_pmcs != NUL) || !(props & ENC_UNICODE))) in mch_print_init()
H A Dfileio.c3189 if (prop & ENC_UNICODE) in get_fio_flags()