Searched refs:ENC_UNICODE (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | mbyte.c | 214 {"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 D | os_mac_conv.c | 355 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 D | vim.h | 2351 #define ENC_UNICODE 0x04 macro
|
| H A D | hardcopy.c | 2381 if (!(props & ENC_8BIT) && ((*p_pmcs != NUL) || !(props & ENC_UNICODE))) in mch_print_init()
|
| H A D | fileio.c | 3189 if (prop & ENC_UNICODE) in get_fio_flags()
|