Searched hist:118589 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libc/locale/
H A Dbtowc.cdiff 118589 Thu Aug 07 05:45:35 MDT 2003 tjr 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 Dwctob.cdiff 118589 Thu Aug 07 05:45:35 MDT 2003 tjr 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.

Completed in 129 milliseconds