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

1 2

  /libcore/ojluni/src/main/java/java/net/
IDN.java 40 * RFC 3490 defines two operations: ToASCII and ToUnicode. These 2 operations employ
83 * as defined by the ToASCII operation of <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
85 * <p>ToASCII operation can fail. ToASCII fails if any step of it fails.
86 * If ToASCII operation fails, an IllegalArgumentException will be thrown.
89 * <p> A label is an individual part of a domain name. The original ToASCII operation,
105 public static String toASCII(String input, int flag) {
110 throw new IllegalArgumentException("Invalid input to toASCII: " + input, e);
118 * as defined by the ToASCII operation of <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
123 * {@link #toASCII(String, int) toASCII}(input,&nbsp;0)
    [all...]
  /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/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/darwin-x86/src/archive/tar/
strconv.go 30 // toASCII converts the input to an ASCII C-style string.
32 func toASCII(s string) string {
  /prebuilts/go/linux-x86/src/archive/tar/
strconv.go 30 // toASCII converts the input to an ASCII C-style string.
32 func toASCII(s string) string {
  /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/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 319 milliseconds

1 2