Searched refs:ENC_LATIN1 (Results 1 – 3 of 3) sorted by relevance
182 {"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()
2360 #define ENC_LATIN1 0x200 // Latin1 macro
3211 if (prop & ENC_LATIN1) in get_fio_flags()