Home | History | Annotate | Download | only in Include

Lines Matching refs:WC

782     multibyte character corresponding to the wide character given by WC

785 not a null pointer). At most MB_CUR_MAX characters are stored. If WC is a
791 @param[in] WC Wide character to be converted.
796 the wctomb function returns -1 if the value of WC does not
799 corresponding to the value of WC.
804 int wctomb(char *S, wchar_t WC);