Searched refs:hex_decode (Results 1 – 1 of 1) sorted by relevance
245 static int hex_decode(int ch) in hex_decode() function279 && (hi = hex_decode(src[0])) >= 0 in convert_to_idna()280 && (lo = hex_decode(src[1])) >= 0) { in convert_to_idna()