HomeSort by relevance Sort by last modified time
    Searched defs:toASCII (Results 1 - 22 of 22) sorted by null

  /libcore/ojluni/src/main/java/java/net/
IDN.java 40 * RFC 3490 defines two operations: ToASCII and ToUnicode. These 2 operations employ
86 * as defined by the ToASCII operation of <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
88 * <p>ToASCII operation can fail. ToASCII fails if any step of it fails.
89 * If ToASCII operation fails, an IllegalArgumentException will be thrown.
92 * <p> A label is an individual part of a domain name. The original ToASCII operation,
108 public static String toASCII(String input, int flag) {
112 throw new IllegalArgumentException("Invalid input to toASCII: " + input, e);
119 * as defined by the ToASCII operation of <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
124 * {@link #toASCII(String, int) toASCII}(input,&nbsp;0)
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv.go 24 func toASCII(s string) string {
61 ascii := toASCII(s)
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
punycode.go 132 // toASCII converts a domain or domain label to its ASCII form. For example,
133 // toASCII("bücher.example.com") is "xn--bcher-kva.example.com", and
134 // toASCII("golang") is "golang".
135 func toASCII(s string) (string, error) {
  /prebuilts/go/linux-x86/src/archive/tar/
strconv.go 24 func toASCII(s string) string {
61 ascii := toASCII(s)
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
punycode.go 132 // toASCII converts a domain or domain label to its ASCII form. For example,
133 // toASCII("bücher.example.com") is "xn--bcher-kva.example.com", and
134 // toASCII("golang") is "golang".
135 func toASCII(s string) (string, error) {
  /external/icu/icu4c/source/common/
uts46.cpp 154 UBool isLabel, UBool toASCII,
160 UBool isLabel, UBool toASCII,
167 UBool isLabel, UBool toASCII,
180 UBool toASCII,
185 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const;
303 UBool isLabel, UBool toASCII,
338 if(toASCII) {
359 break; // Replacing with U+FFFD can be complicated for toASCII.
378 // Replacing with U+FFFD can be complicated for toASCII.
385 if(toASCII && (i-labelStart)>63)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 295 milliseconds