Lines Matching refs:mbstowcs
71 size_t mbstowcs (wchar_t * __restrict dest,
810 The mbstowcs function converts a sequence of multibyte characters that
827 @return If an invalid multibyte character is encountered, the mbstowcs
828 function returns (size_t)(-1). Otherwise, the mbstowcs function
832 size_t mbstowcs(wchar_t * __restrict Dest, const char * __restrict Src, size_t Limit);