Searched refs:decode_utf16 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/nvi/common/
H A Dencoding.c17 int decode_utf16 __P((const char *, int));
201 * decode_utf16 --
207 * PUBLIC: int decode_utf16 __P((const char *, int));
209 int decode_utf16(const char* ibuf, int bigend) { function
H A Dextern.h15 int decode_utf16 __P((const char *, int));
H A Dkey.c299 uc = decode_utf16(buf, 1);

Completed in 135 milliseconds