Home | History | Annotate | Download | only in Include

Lines Matching refs:wctomb

68     int         wctomb  (char *, wchar_t);

781 The wctomb function determines the number of bytes needed to represent the
793 @return If S is a null pointer, the wctomb function returns a nonzero or
796 the wctomb function returns -1 if the value of WC does not
804 int wctomb(char *S, wchar_t WC);
842 a call to the wctomb function, except that the conversion state of
843 the wctomb function is not affected.