Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c621 int len_loc; in enc_to_utf16() local
626 len_loc = (int)STRLEN(str) + 1; in enc_to_utf16()
627 lenp = &len_loc; in enc_to_utf16()
682 int len_loc; in utf16_to_enc() local
686 len_loc = (int)wcslen(str) + 1; in utf16_to_enc()
687 lenp = &len_loc; in utf16_to_enc()