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

/vbox/src/libs/libxml2-2.6.31/
H A Duri.c823 static int is_hex(char c) { function
867 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) {

Completed in 53 milliseconds