Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_mac_conv.c449 UniChar *utf16_str; in mac_enc_to_cfstring() local
453 utf16_str = mac_enc_to_utf16(from, fromLen, &utf16_len); in mac_enc_to_cfstring()
454 if (utf16_str) in mac_enc_to_cfstring()
456 result = CFStringCreateWithCharacters(NULL, utf16_str, utf16_len/sizeof(UniChar)); in mac_enc_to_cfstring()
457 vim_free(utf16_str); in mac_enc_to_cfstring()