Searched refs:VALID_CONT_BYTE (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c65 #define VALID_CONT_BYTE(c) (0x80 <= (c) && (c) < 0xc0) macro
104 if (!VALID_CONT_BYTE(*p))
167 if (!VALID_CONT_BYTE(*p))
268 if (!VALID_CONT_BYTE(*p))

Completed in 71 milliseconds