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

/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp63 * pszUpper.
64 * @param pszUpper The upper case edition of the 2nd string.
67 static int rtPathStrICmp(const char *pszStr1, const char *pszUpper, const char *pszLower) argument
69 Assert(strlen(pszLower) == strlen(pszUpper));
73 char ch2Upper = *pszUpper++;
100 const char *pszUpper; member in struct:__anon16704
123 if (!rtPathStrICmp(pszCodeset, s_aUtf8Compatible[i].pszUpper, s_aUtf8Compatible[i].pszLower))

Completed in 41 milliseconds