Home
last modified time | relevance | path

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

/third_party/python/Lib/encodings/
H A Didna.py10 ace_prefix = b"xn--" variable
96 label = ace_prefix + label
122 if not label.startswith(ace_prefix):
126 label1 = label[len(ace_prefix):]
195 if ace_prefix not in input:

Completed in 2 milliseconds