Searched hist:d6ed810a67fa30e63c4e41b72d7d18da9dfa741b (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | fgetwc.c | diff d6ed810a67fa30e63c4e41b72d7d18da9dfa741b Sat May 22 17:41:03 CEST 2004 Tim J. Robbins <tjr@FreeBSD.org> Perform conversions straight from the stream buffer instead of scanning through byte by byte with mbrtowc(). In the usual case (buffer is big enough to contain the multibyte character, character does not straddle buffer boundary) this results in only one call to mbrtowc() for each wide character read. diff d6ed810a67fa30e63c4e41b72d7d18da9dfa741b Sat May 22 17:41:03 CEST 2004 Tim J. Robbins <tjr@FreeBSD.org> Perform conversions straight from the stream buffer instead of scanning through byte by byte with mbrtowc(). In the usual case (buffer is big enough to contain the multibyte character, character does not straddle buffer boundary) this results in only one call to mbrtowc() for each wide character read.
|