Searched refs:normal_chars (Results 1 – 1 of 1) sorted by relevance
89 static char normal_chars[] = {0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, -1}; variable721 if (*cp != normal_chars[b] || cp != (cplim - 1)) { in rn_addmask()