Searched refs:punycode_decode (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/encodings/ |
D | punycode.py | 182 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/ |
D | punyref.h | 87 enum punycode_status punycode_decode(
|
D | punyref.cpp | 217 enum punycode_status punycode_decode( in punycode_decode() function
|
D | idnaref.cpp | 225 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()
|