Searched defs:punycode_decode (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/encodings/
H A Dpunycode.py185 def punycode_decode(text, errors): function
208 res = punycode_decode(input, errors)
219 return punycode_decode(input, self.errors)
/external/python/cpython3/Lib/encodings/
H A Dpunycode.py182 def punycode_decode(text, errors): function
207 res = punycode_decode(input, errors)
218 return punycode_decode(input, self.errors)
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.cpp217 enum punycode_status punycode_decode( function

Completed in 469 milliseconds