HomeSort by relevance Sort by last modified time
    Searched defs:toUnicode (Results 1 - 25 of 48) 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
139 * as defined by the ToUnicode operation of <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
141 * <p>ToUnicode never fails. In case of any error, the input string is returned unmodified.
143 * <p> A label is an individual part of a domain name. The original ToUnicode operation,
155 public static String toUnicode(String input, int flag) {
159 // Java expects the translation for toUnicode too.
186 * as defined by the ToUnicode operation of <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
191 * {@link #toUnicode(String, int) toUnicode}(input,&nbsp;0);
198 public static String toUnicode(String input)
    [all...]
  /external/skia/tools/fonts/
SkTestScalerContext.cpp 126 SkTDArray<SkUnichar>& toUnicode = info->fGlyphToUnicode;
127 toUnicode.setCount(glyphCount);
130 toUnicode[gid] = SkToS32(fTestFont->fCharCodes[gid]);
  /external/skqp/tools/
SkTestScalerContext.cpp 126 SkTDArray<SkUnichar>& toUnicode = info->fGlyphToUnicode;
127 toUnicode.setCount(glyphCount);
130 toUnicode[gid] = SkToS32(fTestFont->fCharCodes[gid]);
  /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.cpp     [all...]
  /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 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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/jdk/jdk8/darwin-x86/jre/lib/
charsets.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
charsets.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 

Completed in 595 milliseconds

1 2