Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/unicode/
H A Duconv.c150 static const uchar_t valid_min_2nd_byte[0x100] = { variable
731 if (lo < valid_min_2nd_byte[first_b] || in uconv_u8tou16()
827 if (c < valid_min_2nd_byte[first_b] || in uconv_u8tou32()