Home
last modified time | relevance | path

Searched refs:ENC_LATIN1 (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmbyte.c182 {"latin1", ENC_8BIT + ENC_LATIN1, 1252},
5061 if ((from_prop & ENC_LATIN1) && to_is_utf8) in convert_setup_ext()
5073 else if (from_is_utf8 && (to_prop & ENC_LATIN1)) in convert_setup_ext()
5095 else if ((from_prop & ENC_MACROMAN) && (to_prop & ENC_LATIN1)) in convert_setup_ext()
5104 else if ((from_prop & ENC_LATIN1) && (to_prop & ENC_MACROMAN)) in convert_setup_ext()
H A Dvim.h2360 #define ENC_LATIN1 0x200 // Latin1 macro
H A Dfileio.c3211 if (prop & ENC_LATIN1) in get_fio_flags()