Searched refs:utf16_str (Results 1 – 1 of 1) sorted by relevance
449 UniChar *utf16_str; in mac_enc_to_cfstring() local453 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()