Searched hist:b85aa4e3f7564d62ec733d7f7b4c49f7984ca23e (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | mblen.c | diff b85aa4e3f7564d62ec733d7f7b4c49f7984ca23e Thu Aug 07 11:34:51 CEST 2003 Tim J. Robbins <tjr@FreeBSD.org> Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune() and to simplify things. This is only valid until we start supporting state-dependent encodings. diff b85aa4e3f7564d62ec733d7f7b4c49f7984ca23e Thu Aug 07 11:34:51 CEST 2003 Tim J. Robbins <tjr@FreeBSD.org> Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune() and to simplify things. This is only valid until we start supporting state-dependent encodings.
|