lib/util/charset Make fast path from UTF16 to '8 bit' charsets clearer
authorAndrew Tridgell <tridge@samba.org>
Thu, 28 Apr 2011 00:50:06 +0000 (10:50 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 28 Apr 2011 01:24:06 +0000 (03:24 +0200)
This breaks the fast path into handling for -1 and handling for
specified lenghts, avoding branch operations on each character.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Andrew Tridgell <tridge@samba.org>

No differences found