Lines Matching refs:mbtowc
483 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) {485 int res = REAL(mbtowc)(dest, src, n);1555 INTERCEPT_FUNCTION(mbtowc);