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

/vbox/src/VBox/Runtime/common/string/
H A Dstrformattype.cpp181 DECLINLINE(int) rtstrFormatTypeCompare(const char *pszType, size_t cchType, PCRTSTRDYNFMT pType) function
212 int iDiff = rtstrFormatTypeCompare(pszType, cchType, &g_aTypes[i]);
276 int iDiff = rtstrFormatTypeCompare(pszType, cchType, &g_aTypes[i]);

Completed in 91 milliseconds