Home | History | Annotate | Download | only in libxml2

Lines Matching full:is_hex

1660 static int is_hex(char c) {
1704 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) {