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

/vbox/src/VBox/Runtime/r3/posix/
H A Dutf8-posix.cpp272 static int rtStrConvertUncached(const void *pvInput, size_t cbInput, const char *pszInputCS, function
382 * Wrapper that selects rtStrConvertCached or rtStrConvertUncached.
421 return rtStrConvertUncached(pchInput, cchInput, pszInputCS,

Completed in 41 milliseconds