Lines Matching refs:mbtowc
67 int mbtowc (wchar_t * __restrict, const char * __restrict, size_t);
731 conversion state of the mbtowc function is not affected, it is equivalent to
732 mbtowc((wchar_t *)0, S, N);
752 If S is not a null pointer, the mbtowc function inspects at most N bytes
765 @return If S is a null pointer, the mbtowc function returns a nonzero or
768 pointer, the mbtowc function either returns 0 (if S points to
777 int mbtowc(wchar_t * __restrict Pwc, const char * __restrict S, size_t N);
816 is converted as if by a call to the mbtowc function, except that the
817 conversion state of the mbtowc function is not affected.