Home
last modified time | relevance | path

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

/freebsd/tools/test/iconv/tablegen/
H A Dtablegen.c282 do_conv(iconv_t cd, bool uniinput) { in do_conv() argument
290 if (uniinput && (inbuf >= 0xD800) && (inbuf <= 0xDF00)) in do_conv()
292 inbytesleft = uniinput ? 4 : magnitude(inbuf); in do_conv()