Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_mac_conv.c334 size_t fromLen, in mac_utf16_to_enc() argument
345 utf8_str = mac_utf16_to_utf8(from, fromLen, &utf8_len); in mac_utf16_to_enc()
388 size_t fromLen, in mac_enc_to_utf16() argument
411 utf8_len = fromLen; in mac_enc_to_utf16()
418 utf8_len = fromLen; in mac_enc_to_utf16()
447 size_t fromLen) in mac_enc_to_cfstring() argument
499 size_t fromLen, in mac_utf16_to_utf8() argument
508 result = alloc(fromLen * 6 + 1); in mac_utf16_to_utf8()
510 fromLen, &inputRead, result, in mac_utf16_to_utf8()
511 (fromLen*6+1)*sizeof(char_u), &utf8_len) == noErr) in mac_utf16_to_utf8()
[all …]
/vim-8.2.3635/src/proto/
H A Dos_mac_conv.pro7 char_u *mac_utf16_to_enc(unsigned short *from, size_t fromLen, size_t *actualLen);
8 unsigned short *mac_enc_to_utf16(char_u *from, size_t fromLen, size_t *actualLen);
9 void *mac_enc_to_cfstring(char_u *from, size_t fromLen);