Home
last modified time | relevance | path

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

/third_party/python/Lib/encodings/
Dpunycode.py182 def punycode_decode(text, errors): function
207 res = punycode_decode(input, errors)
218 return punycode_decode(input, self.errors)
/third_party/icu/icu4c/source/test/intltest/
Dpunyref.h87 enum punycode_status punycode_decode(
Dpunyref.cpp217 enum punycode_status punycode_decode( in punycode_decode() function
Didnaref.cpp225 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags); in convertFromPuny()
233 error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags); in convertFromPuny()