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