Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/nvi/common/
H A Dencoding.c17 int decode_utf16(const char *, int);
213 decode_utf16(const char* ibuf, int bigend) in decode_utf16() function
H A Dextern.h15 int decode_utf16(const char *, int);
H A Dkey.c299 uc = decode_utf16(buf, 1); in v_key_name()