/external/chromium_org/third_party/icu/source/test/intltest/ |
punyref.h | 85 enum punycode_status punycode_decode( 92 /* punycode_decode() converts Punycode to Unicode. The input is */
|
punyref.c | 215 enum punycode_status punycode_decode( function
|
idnaref.cpp | 212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags); 220 error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
|
/external/icu4c/test/intltest/ |
punyref.h | 85 enum punycode_status punycode_decode( 92 /* punycode_decode() converts Punycode to Unicode. The input is */
|
punyref.c | 215 enum punycode_status punycode_decode( function
|
idnaref.cpp | 212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags); 220 error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
punycode.py | 185 def punycode_decode(text, errors): function 208 res = punycode_decode(input, errors) 219 return punycode_decode(input, self.errors)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
punycode.py | 185 def punycode_decode(text, errors): function 208 res = punycode_decode(input, errors) 219 return punycode_decode(input, self.errors)
|