/libcore/benchmarks/src/benchmarks/regression/ |
IdnBenchmark.java | 39 IDN.toUnicode("xn--fss-qla.de"); 40 IDN.toUnicode("xn--n00d.com"); 41 IDN.toUnicode("xn--bb-eka.at"); 42 IDN.toUnicode("xn--og-09a.de"); 43 IDN.toUnicode("xn--53h.de"); 44 IDN.toUnicode("xn--iny-zx5a.de"); 45 IDN.toUnicode("xn--abc-rs4b422ycvb.co.jp"); 46 IDN.toUnicode("xn--wgv71a.co.jp"); 47 IDN.toUnicode("xn--x-xbb7i.de"); 48 IDN.toUnicode("xn--wxaikc6b.gr") [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
IDNTest.java | 119 * {@link java.net.IDN#toUnicode(String)} 124 IDN.toUnicode(null); 130 assertEquals("", IDN.toUnicode("")); 131 assertEquals("www.bcher.de", IDN.toUnicode("www.bcher.de")); 132 assertEquals("www.b\u00FCcher.de", IDN.toUnicode("www.b\u00FCcher.de")); 134 .toUnicode("www.\u65E5\u672C\u5E73.jp")); 135 assertEquals("www.\u65E5\u672C\u5E73.jp", IDN.toUnicode("www\uFF0Exn--gwtq9nb2a\uFF61jp")); 136 assertEquals("www.\u65E5\u672C\u5E73.jp", IDN.toUnicode("www.xn--gwtq9nb2a.jp")); 140 * {@link java.net.IDN#toUnicode(String, int)} 144 assertEquals("", IDN.toUnicode("", IDN.ALLOW_UNASSIGNED)) [all...] |
/libcore/ojluni/src/main/java/java/net/ |
IDN.java | 40 * RFC 3490 defines two operations: ToASCII and ToUnicode. These 2 operations employ 140 * as defined by the ToUnicode operation of <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>. 142 * <p>ToUnicode never fails. In case of any error, the input string is returned unmodified. 144 * <p> A label is an individual part of a domain name. The original ToUnicode operation, 156 public static String toUnicode(String input, int flag) { 159 // Java expects the translation for toUnicode too. 184 * as defined by the ToUnicode operation of <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>. 189 * {@link #toUnicode(String, int) toUnicode}(input, 0); 196 public static String toUnicode(String input) [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
IDNTest.java | 35 assertEquals("b\u00fccher", IDN.toUnicode(makePunyString(0))); 38 assertEquals(longInput, IDN.toUnicode(longInput));
|
/external/icu/icu4c/source/test/intltest/ |
testidna.h | 78 const char* toUnicodeName, TestFunc toUnicode); 110 const char* toUnicodeName, TestFunc toUnicode
|
testidna.cpp | 732 //test toUnicode with all labels in the string [all...] |
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SNIHostName.java | 393 return pattern.matcher(IDN.toUnicode(asciiName)).matches();
|
/external/icu/icu4c/source/common/ |
ucnv_cnv.h | 37 * commented out because there are actually two values used in toUnicode tables: 81 * then the toUnicode function will be used and the offsets will be set to -1. 116 * - The toUnicode side must behave and keep state exactly like the 121 * - Continuing a partial match and flushing the toUnicode replay buffer 122 * are handled by pivoting, using the toUnicode and fromUnicode functions. 130 * If the function pointer is NULL, then the toUnicode function will be used. 140 * to indicate that the ucnv.c code shall call the toUnicode function instead 220 * Every converter type must implement toUnicode, fromUnicode, and getNextUChar, 240 UConverterToUnicode toUnicode; 278 * getNextUChar() implementation to indicate to use the converter's toUnicode() [all...] |
ucnv.c | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/ |
TestCLDRVsICU.java | 179 // static Transliterator toUnicode = Transliterator.getInstance("any-hex"); 180 private static final ToHex toUnicode = new ToHex(); 183 return "\u00AB" + in + "\u00BB (" + toUnicode.transliterate(in) + ")";
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/ |
TestCLDRVsICU.java | 175 // static Transliterator toUnicode = Transliterator.getInstance("any-hex"); 176 private static final ToHex toUnicode = new ToHex(); 179 return "\u00AB" + in + "\u00BB (" + toUnicode.transliterate(in) + ")";
|
/external/libxml2/ |
encoding.c | 106 openIcuConverter(const char* name, int toUnicode) 118 if (toUnicode) { [all...] |
/external/robolectric/v1/lib/main/ |
httpclient-4.0.3.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/ |
httpclient-4.0.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/ |
httpclient-4.0.3.jar | |
/prebuilts/devtools/tools/lib/ |
httpclient-4.1.1.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar | |
/prebuilts/tools/common/http-client/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/ |
httpclient-4.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar | |
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/ |
httpclient-4.3.2.jar | |
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
TestCharset.java | [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
wagon-http-2.6-shaded.jar | |