Home
last modified time | relevance | path

Searched refs:CONV_TO_LATIN9 (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dmbyte.c5081 vcp->vc_type = CONV_TO_LATIN9; in convert_setup_ext()
5281 case CONV_TO_LATIN9: // utf-8 to latin9 conversion in string_convert_ext()
5312 if (vcp->vc_type == CONV_TO_LATIN9) in string_convert_ext()
H A Dstructs.h1220 #define CONV_TO_LATIN9 4 macro