Home
last modified time | relevance | path

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

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