HomeSort by relevance Sort by last modified time
    Searched refs:Punycode (Results 1 - 25 of 46) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
punycode.go 7 // This file implements the Punycode algorithm from RFC 3492.
107 panic("cookiejar: internal error in punycode encoding")
127 // friends) and not Punycode (RFC 3492) per se.
jar.go 39 // for IDN/Punycode.
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
punycode.go 7 // This file implements the Punycode algorithm from RFC 3492.
107 panic("cookiejar: internal error in punycode encoding")
127 // friends) and not Punycode (RFC 3492) per se.
jar.go 39 // for IDN/Punycode.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
IDNA2003.java 239 //step 6: encode the sequence with punycode
242 StringBuilder punyout = Punycode.encode(processOut,caseFlags);
347 //step 5: Decode using punycode
349 decodeOut = new StringBuffer(Punycode.decode(temp,caseFlags));
UTS46.java 76 Error.PUNYCODE,
163 // "??--..." is Punycode or forbidden.
331 // Label starts with "xn--", try to un-Punycode it.
334 fromPunycode=Punycode.decode(dest.subSequence(labelStart+4, labelStart+labelLength), null);
336 addLabelError(info, Error.PUNYCODE);
343 // Deviation characters are ok in Punycode even in transitional processing.
376 // If the label was not a Punycode label, then it was the result of
378 // If the label was in Punycode, then we mapped it again above
382 // in a non-Punycode label or U+FFFD itself in a Punycode label
451 StringBuilder punycode; local
    [all...]
Punycode.java 17 * Ported code from ICU punycode.c
21 public final class Punycode {
23 /* Punycode parameters for Bootstring */
126 * Converts Unicode to Punycode.
216 /** RAM: comment out the old code for conformance with draft-ietf-idn-punycode-03.txt
267 * Converts Punycode to Unicode.
268 * The Unicode string will be at most as long as the Punycode string.
381 /* not needed for Punycode: */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IDNA2003.java 238 //step 6: encode the sequence with punycode
241 StringBuilder punyout = Punycode.encode(processOut,caseFlags);
346 //step 5: Decode using punycode
348 decodeOut = new StringBuffer(Punycode.decode(temp,caseFlags));
UTS46.java 75 Error.PUNYCODE,
162 // "??--..." is Punycode or forbidden.
330 // Label starts with "xn--", try to un-Punycode it.
333 fromPunycode=Punycode.decode(dest.subSequence(labelStart+4, labelStart+labelLength), null);
335 addLabelError(info, Error.PUNYCODE);
342 // Deviation characters are ok in Punycode even in transitional processing.
375 // If the label was not a Punycode label, then it was the result of
377 // If the label was in Punycode, then we mapped it again above
381 // in a non-Punycode label or U+FFFD itself in a Punycode label
450 StringBuilder punycode; local
    [all...]
Punycode.java 16 * Ported code from ICU punycode.c
19 public final class Punycode {
21 /* Punycode parameters for Bootstring */
124 * Converts Unicode to Punycode.
214 /** RAM: comment out the old code for conformance with draft-ietf-idn-punycode-03.txt
265 * Converts Punycode to Unicode.
266 * The Unicode string will be at most as long as the Punycode string.
379 /* not needed for Punycode: */
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna.go 43 // ToASCII is a wrapper for Punycode.ToASCII.
45 return Punycode.process(s, true)
48 // ToUnicode is a wrapper for Punycode.ToUnicode.
50 return Punycode.process(s, false)
184 // Punycode Profile. Options can be passed to further restrict the Profile. The
235 // Punycode is a Profile that does raw punycode processing with a minimum
237 Punycode *Profile = punycode
252 punycode = &Profile{
250 punycode = &Profile{} var
    [all...]
punycode.go 9 // This file implements the Punycode algorithm from RFC 3492.
186 panic("idna: internal error in punycode encoding")
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 43 // ToASCII is a wrapper for Punycode.ToASCII.
45 return Punycode.process(s, true)
48 // ToUnicode is a wrapper for Punycode.ToUnicode.
50 return Punycode.process(s, false)
184 // Punycode Profile. Options can be passed to further restrict the Profile. The
235 // Punycode is a Profile that does raw punycode processing with a minimum
237 Punycode *Profile = punycode
252 punycode = &Profile{
250 punycode = &Profile{} var
    [all...]
punycode.go 9 // This file implements the Punycode algorithm from RFC 3492.
186 panic("idna: internal error in punycode encoding")
  /prebuilts/go/darwin-x86/src/net/http/
http_test.go 61 // Punycode:
65 // Verify we convert to lowercase before punycode:
68 // Verify we normalize to NFC before punycode:
request.go 214 // names, Host may be in Punycode or Unicode form. Use
643 // Right now punycode verification, length checks, context checks, and the
660 // into Punycode form, if necessary.
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
http_test.go 61 // Punycode:
65 // Verify we convert to lowercase before punycode:
68 // Verify we normalize to NFC before punycode:
request.go 214 // names, Host may be in Punycode or Unicode form. Use
643 // Right now punycode verification, length checks, context checks, and the
660 // into Punycode form, if necessary.
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 326 // PunycodeHostPort returns the IDNA Punycode version
343 // Non-UTF-8? Not representable in Punycode, in any
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 326 // PunycodeHostPort returns the IDNA Punycode version
343 // Non-UTF-8? Not representable in Punycode, in any
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpclient-4.0.3.jar 

Completed in 1100 milliseconds

1 2