Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_mac_conv.c40 static TECObjectRef gUTF16ToUTF8Converter; variable
296 if (TECCreateConverter(&gUTF16ToUTF8Converter, utf16_encoding, in mac_conv_init()
301 if (TECCreateConverter(&gUTF16ToUTF8Converter, utf16_encoding, in mac_conv_init()
303 gUTF16ToUTF8Converter = NULL; in mac_conv_init()
313 if (gUTF16ToUTF8Converter) in mac_conv_cleanup()
315 TECDisposeConverter(gUTF16ToUTF8Converter); in mac_conv_cleanup()
316 gUTF16ToUTF8Converter = NULL; in mac_conv_cleanup()
506 if (gUTF16ToUTF8Converter) in mac_utf16_to_utf8()
509 if (result && TECConvertText(gUTF16ToUTF8Converter, (ConstTextPtr)from, in mac_utf16_to_utf8()
513 TECFlushText(gUTF16ToUTF8Converter, result, (fromLen*6+1)*sizeof(char_u), &inputRead); in mac_utf16_to_utf8()