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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.c98 static char normal_chars[] = {0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, -1}; variable
548 if (*cp != normal_chars[b] || cp != (cplim - 1))

Completed in 14 milliseconds