Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dos_mac_conv.c53 int *unconvlenp) in mac_string_convert() argument
76 if (unconvlenp != NULL) in mac_string_convert()
77 *unconvlenp = 0; in mac_string_convert()
85 while (cfstr == NULL && unconvlenp != NULL && len > 1 && *unconvlenp < 6) in mac_string_convert()
88 ++*unconvlenp; in mac_string_convert()
H A Dmbyte.c4756 int *unconvlenp, in iconv_string() argument
4801 if (!vcp->vc_fail && unconvlenp != NULL in iconv_string()
4806 *unconvlenp = (int)fromlen; in iconv_string()
5215 int *unconvlenp) in string_convert_ext() argument
5304 *unconvlenp = len - i; in string_convert_ext()
5359 'm', 'l', unconvlenp); in string_convert_ext()
5364 'l', 'm', unconvlenp); in string_convert_ext()
5369 'm', 'u', unconvlenp); in string_convert_ext()
5374 'u', 'm', unconvlenp); in string_convert_ext()
5403 if (unconvlenp != NULL) in string_convert_ext()
[all …]
H A Dwinclip.c53 utf8_to_utf16(char_u *instr, int inlen, short_u *outstr, int *unconvlenp) in utf8_to_utf16() argument
68 if (unconvlenp != NULL) in utf8_to_utf16()
69 *unconvlenp = todo; in utf8_to_utf16()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dos_mac_conv.pro2 …ert(char_u *ptr, int len, int *lenp, int fail_on_error, int from_enc, int to_enc, int *unconvlenp);
H A Dwinclip.pro2 int utf8_to_utf16(char_u *instr, int inlen, short_u *outstr, int *unconvlenp);
H A Dmbyte.pro86 char_u *string_convert_ext(vimconv_T *vcp, char_u *ptr, int *lenp, int *unconvlenp);
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.c2352 size_t *unconvlenp, size_t *resultlenp) in iconv_string() argument
2391 if (!vcp->vc_fail && unconvlenp != NULL in iconv_string()
2395 *unconvlenp = fromlen; in iconv_string()
2533 size_t *unconvlenp) in string_convert_ext() argument
2616 if (unconvlenp != NULL && l_w > len - i) { in string_convert_ext()
2618 *unconvlenp = len - i; in string_convert_ext()
2677 retval = iconv_string(vcp, ptr, len, unconvlenp, lenp); in string_convert_ext()