Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Duconv.c154 static const uchar_t valid_min_2nd_byte[0x100] = { variable
735 if (lo < valid_min_2nd_byte[first_b] || in uconv_u8tou16()
831 if (c < valid_min_2nd_byte[first_b] || in uconv_u8tou32()