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

/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp87 * @param pszCodeset The codeset in question.
89 static bool rtPathConvInitIsUtf8(const char *pszCodeset) argument
92 if (!pszCodeset)
123 if (!rtPathStrICmp(pszCodeset, s_aUtf8Compatible[i].pszUpper, s_aUtf8Compatible[i].pszLower))
160 const char *pszCodeset = rtStrGetLocaleCodeset(); local
161 size_t cchCodeset = pszCodeset ? strlen(pszCodeset) : sizeof(g_szFsCodeset);
167 memcpy(g_szFsCodeset, pszCodeset, cchCodeset + 1);
168 pszCodeset = g_szFsCodeset;
170 g_fPassthruUtf8 = rtPathConvInitIsUtf8(pszCodeset);
[all...]

Completed in 43 milliseconds