Searched refs:unconvlenp (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_mac_conv.c | 53 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 D | mbyte.c | 4756 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 D | winclip.c | 53 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()
|
| /vim-8.2.3635/src/proto/ |
| H A D | os_mac_conv.pro | 2 …ert(char_u *ptr, int len, int *lenp, int fail_on_error, int from_enc, int to_enc, int *unconvlenp);
|
| H A D | winclip.pro | 2 int utf8_to_utf16(char_u *instr, int inlen, short_u *outstr, int *unconvlenp);
|
| H A D | mbyte.pro | 86 char_u *string_convert_ext(vimconv_T *vcp, char_u *ptr, int *lenp, int *unconvlenp);
|