Searched refs:wcrtomb (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dmultibyte_sb.c129 wcrtomb( function
160 return (int)wcrtomb(s, wchar, NULL);
278 /* wctob needs to be consistent with wcrtomb.
279 if wcrtomb says that a character is representable in 1 byte,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfputwc.c82 size = wcrtomb(buf, wc, st);
H A Dvfwscanf.c402 nconv = wcrtomb(mbp, (wchar_t)wi, &mbs);
406 nconv = wcrtomb(mbbuf, (wchar_t)wi,
467 nconv = wcrtomb(mbp, wi, &mbs);
471 nconv = wcrtomb(mbbuf, wi,
529 nconv = wcrtomb(mbp, wi, &mbs);
533 nconv = wcrtomb(mbbuf, wi,
H A Dvfwprintf.c213 if ((len = wcrtomb(buf, wc, &mbs)) == (size_t)-1) {
523 clen = wcrtomb(buf, *p++, &mbs);
1005 mbseqlen = wcrtomb(buf,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h137 size_t wcrtomb (char * __restrict S, wchar_t wc,
583 are converted as if by repeated calls to the wcrtomb function, with
595 are converted as if by repeated calls to the wcrtomb function, with
608 are converted as if by repeated calls to the wcrtomb function, with
1458 If S is a null pointer, the wcrtomb function is equivalent to the call:<BR>
1460 wcrtomb(buf, L'\0', ps)
1464 If S is not a null pointer, the wcrtomb function determines the number of bytes needed
1471 @return The wcrtomb function returns the number of bytes stored in the
1477 size_t wcrtomb(char * __restrict S, wchar_t wc, mbstate_t * __restrict ps);
1516 to by dst. Each conversion takes place as if by a call to the wcrtomb
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwchar.h405 size_t __cdecl wcrtomb(char*,wchar_t,mbstate_t*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwchar.h468 size_t __cdecl wcrtomb(char*,wchar_t,mbstate_t*);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp57 // choose a conversion library. we used to use mbrtowc/wcrtomb under Linux,
591 #include <wchar.h> // mbrtowc, wcrtomb
707 incr = (int) wcrtomb(*output, (wchar_t) **input, &ps);

Completed in 380 milliseconds