Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Didna.py10 ace_prefix = "xn--" variable
11 uace_prefix = unicode(ace_prefix, "ascii")
98 label = ace_prefix + label
124 if not label.startswith(ace_prefix):
128 label1 = label[len(ace_prefix):]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Didna.py10 ace_prefix = "xn--" variable
11 uace_prefix = unicode(ace_prefix, "ascii")
98 label = ace_prefix + label
124 if not label.startswith(ace_prefix):
128 label1 = label[len(ace_prefix):]