Searched refs:RTSTRICONV_UTF8_TO_LOCALE (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Dstring.h66 RTSTRICONV_UTF8_TO_LOCALE = 0, enumerator in enum:RTSTRICONV
/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp50 static RTSTRICONV g_enmUtf8ToFsIdx = RTSTRICONV_UTF8_TO_LOCALE;
172 g_enmUtf8ToFsIdx = RTSTRICONV_UTF8_TO_LOCALE;
H A Dutf8-posix.cpp473 return rtStrConvertWrapper(pszString, cch, "UTF-8", ppszString, 0, "", 1, RTSTRICONV_UTF8_TO_LOCALE);

Completed in 2270 milliseconds