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

1 2

  /libcore/luni/src/main/java/java/net/
IDN.java 93 public static String toUnicode(String input, int flags) {
94 return NativeIDN.toUnicode(input, flags);
98 * Equivalent to {@code toUnicode(input, 0)}.
103 public static String toUnicode(String input) {
104 return NativeIDN.toUnicode(input, 0);
  /libcore/luni/src/main/java/libcore/icu/
NativeIDN.java 24 public static String toUnicode(String s, int flags) {
  /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/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/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java     [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
android.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/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
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/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.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/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.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 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 523 milliseconds

1 2