Home | History | Annotate | Download | only in libxml2

Lines Matching defs:is_hex

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