Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Dpunycode.py185 def punycode_decode(text, errors): function
208 res = punycode_decode(input, errors)
219 return punycode_decode(input, self.errors)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Dpunycode.py185 def punycode_decode(text, errors): function
208 res = punycode_decode(input, errors)
219 return punycode_decode(input, self.errors)