Home | History | Annotate | Download | only in libxml2

Lines Matching full:is_hex

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