HomeSort by relevance Sort by last modified time
    Searched defs:toUnicode (Results 1 - 25 of 33) 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
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,&nbsp;0);
196 public static String toUnicode(String input)
    [all...]
  /external/icu/icu4c/source/common/
ucnv_cnv.h 39 * commented out because there are actually two values used in toUnicode tables:
83 * then the toUnicode function will be used and the offsets will be set to -1.
118 * - The toUnicode side must behave and keep state exactly like the
123 * - Continuing a partial match and flushing the toUnicode replay buffer
124 * are handled by pivoting, using the toUnicode and fromUnicode functions.
132 * If the function pointer is NULL, then the toUnicode function will be used.
142 * to indicate that the ucnv.c code shall call the toUnicode function instead
222 * Every converter type must implement toUnicode, fromUnicode, and getNextUChar,
242 UConverterToUnicode toUnicode;
280 * 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 178 // static Transliterator toUnicode = Transliterator.getInstance("any-hex");
179 private static final ToHex toUnicode = new ToHex();
182 return "\u00AB" + in + "\u00BB (" + toUnicode.transliterate(in) + ")";
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java     [all...]
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
android.jar 
  /prebuilts/misc/common/robolectric/lib/
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/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/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.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 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.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/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 160 milliseconds

1 2