Home
last modified time | relevance | path

Searched refs:hex_chars (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/cares/src/tools/
Dadig.c838 static const char hex_chars[] = "0123456789ABCDEF"; in convert_query() local
877 *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()
/third_party/python/Lib/test/
Dtest_urlparse.py1089 hex_chars = {'{:04X}'.format(ord(c)) for c in illegal_chars}
1092 if (hex_chars & set(unicodedata.decomposition(c).split()))