HomeSort by relevance Sort by last modified time
    Searched full:tounicode (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/icu/icu4c/source/test/testdata/
test1.ucm 26 # toUnicode result is fallback direct
29 # toUnicode result is direct non-BMP code point
test2.ucm 32 # toUnicode result is fallback direct
35 # toUnicode result is direct non-BMP code point
51 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
test3.ucm 33 # toUnicode result is fallback direct
36 # toUnicode result is direct non-BMP code point
52 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
test4.ucm 36 # toUnicode result is fallback direct
39 # toUnicode result is direct non-BMP code point
45 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
test1bmp.ucm 28 # toUnicode result is fallback direct
  /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...]
  /external/harfbuzz_ng/src/
sample.py 15 def tounicode(s, encoding='utf-8'): function
22 text = tounicode(sys.argv[2])
  /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/
idnaconf.h 41 int type; // 0 toascii, 1 tounicode
testidna.h 78 const char* toUnicodeName, TestFunc toUnicode);
110 const char* toUnicodeName, TestFunc toUnicode
  /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...]
  /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);
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType0FontDictionary_autogen.cpp 91 SkPdfStream* SkPdfType0FontDictionary::ToUnicode(SkPdfNativeDoc* doc) {
92 SkPdfNativeObject* ret = get("ToUnicode", "");
100 return get("ToUnicode", "") != NULL;
SkPdfType0FontDictionary_autogen.h 50 SkPdfStream* ToUnicode(SkPdfNativeDoc* doc);
SkPdfType1FontDictionary_autogen.h 49 SkPdfStream* ToUnicode(SkPdfNativeDoc* doc);
SkPdfType3FontDictionary_autogen.h 56 SkPdfStream* ToUnicode(SkPdfNativeDoc* doc);
SkPdfType1FontDictionary_autogen.cpp 139 SkPdfStream* SkPdfType1FontDictionary::ToUnicode(SkPdfNativeDoc* doc) {
140 SkPdfNativeObject* ret = get("ToUnicode", "");
148 return get("ToUnicode", "") != NULL;
SkPdfType3FontDictionary_autogen.cpp 163 SkPdfStream* SkPdfType3FontDictionary::ToUnicode(SkPdfNativeDoc* doc) {
164 SkPdfNativeObject* ret = get("ToUnicode", "");
172 return get("ToUnicode", "") != NULL;
  /external/icu/icu4c/source/io/
ufile.h 33 /* The buffer size for toUnicode calls */
71 UChar fUCBuffer[UFILE_UCHARBUFFER_SIZE];/* buffer used for toUnicode */
  /external/skia/experimental/PdfViewer/
SkPdfFont.h 212 void ToUnicode(const SkDecodedText& textIn, SkUnicodeText* textOut) const {
225 inline unsigned int ToUnicode(unsigned int ch) const {
293 return fBaseFont->drawOneChar(ToUnicode(ch), paint, pdfContext, canvas);
320 return fBaseFont->drawOneChar(ToUnicode(ch), paint, pdfContext, canvas);
404 fToUnicode = new SkPdfToUnicode(parsed, dict->ToUnicode(parsed));
450 return fBaseFont->drawOneChar(ToUnicode(ch), paint, pdfContext, canvas);
454 printf("Type 3 char to unicode: %c\n", ToUnicode(ch));
455 if (ToUnicode(ch) == 'A') {
  /libcore/luni/src/main/java/libcore/icu/
NativeIDN.java 24 public static String toUnicode(String s, int flags) {
  /external/icu/icu4c/source/common/unicode/
uidna.h 95 * IDNA option for nontransitional processing in ToUnicode().
97 * <p>By default, ToUnicode() uses transitional processing.
524 * The RFC defines 2 operations: ToASCII and ToUnicode. Domain name labels
528 * ToUnicode operation before displaying the domain name to the user.
535 * The input and output of ToASCII and ToUnicode operations are Unicode
536 * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations
539 * ToUnicode(ToUnicode(ToUnicode...(ToUnicode(string)))) == ToUnicode(string)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 105 def ToUnicode(label):
193 result.append(ToUnicode(label))
262 result.append(ToUnicode(label))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 105 def ToUnicode(label):
193 result.append(ToUnicode(label))
262 result.append(ToUnicode(label))
  /libcore/luni/src/main/native/
libcore_icu_NativeIDN.cpp 60 // Java expects the translation for toUnicode too.

Completed in 932 milliseconds

1 2 3 4 5