Searched defs:mbrtowc (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
H A Dmultibyte_sb.c92 mbrtowc( function
124 return (int)mbrtowc(pwc, s, n, NULL);
H A Dmultibyte_Utf8.c454 mbrtowc(NULL, s, n, ps != NULL ? ps : &internal)
477 return mbrtowc(NULL, s, n, pS);
513 If S is a null pointer, the mbrtowc function is equivalent to the call:<BR>
515 mbrtowc(NULL, "", 1, ps)
520 If S is not a null pointer, the mbrtowc function inspects at most n bytes beginning with
552 mbrtowc( function
601 return (int)mbrtowc(pwc, s, n, NULL);
613 place as if by a call to the mbrtowc function.

Completed in 47 milliseconds