HomeSort by relevance Sort by last modified time
    Searched full:punycode_encode (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
punycode.py 119 def punycode_encode(text): function
202 res = punycode_encode(input)
213 return punycode_encode(input)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
punycode.py 119 def punycode_encode(text): function
202 res = punycode_encode(input)
213 return punycode_encode(input)
  /external/chromium_org/third_party/icu/source/test/intltest/
punyref.h 53 enum punycode_status punycode_encode(
60 /* punycode_encode() converts Unicode to Punycode. The input */
punyref.c 126 enum punycode_status punycode_encode( function
idnaref.cpp 161 error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2);
174 punycode_status error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2);
testidn.cpp 276 error= punycode_encode(inLength, in, NULL, (uint32_t*)&outLength, output);
  /external/icu4c/test/intltest/
punyref.h 53 enum punycode_status punycode_encode(
60 /* punycode_encode() converts Unicode to Punycode. The input */
punyref.c 126 enum punycode_status punycode_encode( function
idnaref.cpp 161 error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2);
174 punycode_status error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2);
testidn.cpp 277 error= punycode_encode(inLength, in, NULL, (uint32_t*)&outLength, output);

Completed in 450 milliseconds