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

/vbox/src/VBox/Runtime/common/string/
H A Dstrformattype.cpp202 DECLINLINE(int32_t) rtstrFormatTypeLookup(const char *pszType, size_t cchType) function
342 i = rtstrFormatTypeLookup(pszType, strlen(pszType));
388 i = rtstrFormatTypeLookup(pszType, strlen(pszType));
451 i = rtstrFormatTypeLookup(pszType, pszTypeEnd - pszType);

Completed in 42 milliseconds