Search | Google it | Results 1 - 2 of 2 for funcall:mbrtowc (0.02 seconds) |
492: #ifndef _T2EX_NO_MULTIBYTE 493: while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) { 494: #else
357: bzero(&mbs, sizeof(mbs)); 358: nconv = mbrtowc(wcp, buf, n, &mbs); 359: if (nconv == (size_t)-1) {