]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Buffer partial wide characters more efficiently: instead of storing the
authortjr <tjr@FreeBSD.org>
Thu, 27 May 2004 10:54:34 +0000 (10:54 +0000)
committertjr <tjr@FreeBSD.org>
Thu, 27 May 2004 10:54:34 +0000 (10:54 +0000)
commitfb60260f98ce97bec248d2be4f37f9273cdc5f2b
tree0bf8a517baee068cf4f4597589c63a063a659026
parente1421e9ba08c75e30ba679dde39a3a3113753134
Buffer partial wide characters more efficiently: instead of storing the
multibyte representation in conversion state objects, store the
accumulated wide character, set number and number of bytes remaining
to avoid having to derive them every time mbrtowc() is called.
lib/libc/locale/euc.c