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

/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp62 * @param pszStr1 The string to compare against pszLower and
65 * @param pszLower The lower 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));
74 char ch2Lower = *pszLower++;
101 const char *pszLower; member in struct:__anon16704
123 if (!rtPathStrICmp(pszCodeset, s_aUtf8Compatible[i].pszUpper, s_aUtf8Compatible[i].pszLower))

Completed in 41 milliseconds