Searched refs:hex_chars (Results 1 – 2 of 2) sorted by relevance
838 static const char hex_chars[] = "0123456789ABCDEF"; in convert_query() local877 *c++ = hex_chars [lo]; in convert_query()878 *c++ = hex_chars [hi]; in convert_query()888 *c++ = hex_chars [lo]; in convert_query()890 *c++ = hex_chars [hi]; in convert_query()
1089 hex_chars = {'{:04X}'.format(ord(c)) for c in illegal_chars}1092 if (hex_chars & set(unicodedata.decomposition(c).split()))