Searched defs:utf8IName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/glue/
H A Dcom.cpp140 char *utf8IName = NULL; local
141 if (RT_SUCCESS(RTStrCurrentCPToUtf8(&utf8IName, iname)))
144 if (RT_SUCCESS(RTStrToUtf16(utf8IName, &utf16IName)))
149 RTStrFree(utf8IName);

Completed in 41 milliseconds