Searched defs:enmCacheIdx (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | utf8-posix.cpp | 396 * @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 33 milliseconds