Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c127 static int dbcs_char2bytes(int c, char_u *buf);
611 mb_char2bytes = dbcs_char2bytes; in mb_init()
1057 dbcs_char2bytes(int c, char_u *buf) in dbcs_char2bytes() function