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

/vbox/src/VBox/Runtime/r3/posix/
H A Dutf8-posix.cpp396 * @param enmCacheIdx The iconv cache index.
400 unsigned cFactor, RTSTRICONV enmCacheIdx)
413 cFactor, (iconv_t *)&pThread->ahIconvs[enmCacheIdx]);
442 * @param enmCacheIdx The iconv cache index.
446 unsigned cFactor, RTSTRICONV enmCacheIdx)
448 Assert(enmCacheIdx >= 0 && enmCacheIdx < RTSTRICONV_END);
451 cFactor, enmCacheIdx);
398 rtStrConvertWrapper(const char *pchInput, size_t cchInput, const char *pszInputCS, char **ppszOutput, size_t cbOutput, const char *pszOutputCS, unsigned cFactor, RTSTRICONV enmCacheIdx) argument
444 rtStrConvert(const char *pchInput, size_t cchInput, const char *pszInputCS, char **ppszOutput, size_t cbOutput, const char *pszOutputCS, unsigned cFactor, RTSTRICONV enmCacheIdx) argument

Completed in 664 milliseconds