Searched hist:dab4fca49b6e1a93ecf662f118fff6f9f0952f54 (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | wctob.c | diff dab4fca49b6e1a93ecf662f118fff6f9f0952f54 Thu Aug 07 09:45:35 CEST 2003 Tim J. Robbins <tjr@FreeBSD.org> Implement btowc() in terms of mbrtowc() instead of sgetrune(), and wctob() in terms of wcrtomb() instead of sputrune(). There should be no functional differences, but there may be a small performance hit because we make an extra function call.
The aim here is to have as few functions as possible calling s{get,put}rune() to make it easier to remove them in the future. diff dab4fca49b6e1a93ecf662f118fff6f9f0952f54 Thu Aug 07 09:45:35 CEST 2003 Tim J. Robbins <tjr@FreeBSD.org> Implement btowc() in terms of mbrtowc() instead of sgetrune(), and wctob() in terms of wcrtomb() instead of sputrune(). There should be no functional differences, but there may be a small performance hit because we make an extra function call.
The aim here is to have as few functions as possible calling s{get,put}rune() to make it easier to remove them in the future.
|
H A D | btowc.c | diff dab4fca49b6e1a93ecf662f118fff6f9f0952f54 Thu Aug 07 09:45:35 CEST 2003 Tim J. Robbins <tjr@FreeBSD.org> Implement btowc() in terms of mbrtowc() instead of sgetrune(), and wctob() in terms of wcrtomb() instead of sputrune(). There should be no functional differences, but there may be a small performance hit because we make an extra function call.
The aim here is to have as few functions as possible calling s{get,put}rune() to make it easier to remove them in the future. diff dab4fca49b6e1a93ecf662f118fff6f9f0952f54 Thu Aug 07 09:45:35 CEST 2003 Tim J. Robbins <tjr@FreeBSD.org> Implement btowc() in terms of mbrtowc() instead of sgetrune(), and wctob() in terms of wcrtomb() instead of sputrune(). There should be no functional differences, but there may be a small performance hit because we make an extra function call.
The aim here is to have as few functions as possible calling s{get,put}rune() to make it easier to remove them in the future.
|