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

1 2 3 4

  /external/icu4c/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
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
IDNTest.java 121 * @tests {@link java.net.IDN#toUnicode(String)}
127 IDN.toUnicode(null);
133 assertEquals("", IDN.toUnicode(""));
134 assertEquals("www.bcher.de", IDN.toUnicode("www.bcher.de"));
135 assertEquals("www.b\u00FCcher.de", IDN.toUnicode("www.b\u00FCcher.de"));
137 .toUnicode("www.\u65E5\u672C\u5E73.jp"));
138 assertEquals("www.\u65E5\u672C\u5E73.jp", IDN.toUnicode("www\uFF0Exn--gwtq9nb2a\uFF61jp"));
139 assertEquals("www.\u65E5\u672C\u5E73.jp", IDN.toUnicode("www.xn--gwtq9nb2a.jp"));
143 * @tests {@link java.net.IDN#toUnicode(String, int)}
148 assertEquals("", IDN.toUnicode("", IDN.ALLOW_UNASSIGNED))
    [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/icu4c/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
convtest.cpp 104 testData=dataModule->createTestData("toUnicode", errorCode);
108 errln("error retrieving conversion/toUnicode test case %d - %s",
139 errln("toUnicode[%d] unicode[%d] and offsets[%d] must have the same length",
190 errln("error parsing conversion/toUnicode test case %d - %s",
780 // toUnicode test worker functions ----------------------------------------- ***
    [all...]
  /external/icu4c/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...]
ucnvmbcs.h 42 * the same toUnicode structures, while the fromUnicode structures for SBCS
54 * data is missing and must be reconstituted from the toUnicode data
159 * the toUnicode data;
207 * the toUnicode data
221 * fromUBytes[] must be reconstituted from the toUnicode data
366 /* toUnicode */
401 /* toUnicode */ \
572 * Internal function returning a UnicodeSet for toUnicode() conversion.
  /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/icu4c/io/
ufile.h 30 /* The buffer size for toUnicode calls */
68 UChar fUCBuffer[UFILE_UCHARBUFFER_SIZE];/* buffer used for toUnicode */
  /external/webkit/Source/WebCore/icu/unicode/
uidna.h 30 * The RFC defines 2 operations: ToASCII and ToUnicode. Domain labels
34 * ToUnicode operation before displaying the domain name to the user.
41 * The input and output of ToASCII and ToUnicode operations are Unicode
42 * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations
45 * ToUnicode(ToUnicode(ToUnicode...(ToUnicode(string)))) == ToUnicode(string)
124 * This function implements the ToUnicode operation as defined in the IDNA RFC
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uidna.h 30 * The RFC defines 2 operations: ToASCII and ToUnicode. Domain labels
34 * ToUnicode operation before displaying the domain name to the user.
41 * The input and output of ToASCII and ToUnicode operations are Unicode
42 * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations
45 * ToUnicode(ToUnicode(ToUnicode...(ToUnicode(string)))) == ToUnicode(string)
124 * This function implements the ToUnicode operation as defined in the IDNA RFC
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeIDN.java 24 public static String toUnicode(String s, int flags) {
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 144 #define SDL_ToUnicode ToUnicode
146 /* JFP: Implementation of ToUnicode() that works on 9x/ME/2K/XP */
  /libcore/luni/src/main/native/
libcore_icu_NativeIDN.cpp 51 // Java expects the translation for toUnicode too.
  /external/icu4c/common/unicode/
uidna.h 91 * IDNA option for nontransitional processing in ToUnicode().
93 * <p>By default, ToUnicode() uses transitional processing.
522 * The RFC defines 2 operations: ToASCII and ToUnicode. Domain name labels
526 * ToUnicode operation before displaying the domain name to the user.
533 * The input and output of ToASCII and ToUnicode operations are Unicode
534 * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations
537 * ToUnicode(ToUnicode(ToUnicode...(ToUnicode(string)))) == ToUnicode(string)
    [all...]
  /external/skia/tests/
Android.mk 102 # ToUnicode.cpp
ToUnicode.cpp 131 DEFINE_TESTCLASS("ToUnicode", ToUnicodeTestClass, TestToUnicode)
  /external/libxml2/patches/
0001-Add-ICU-support-for-libxml.patch 62 +openIcuConverter(const char* name, int toUnicode)
74 + if (toUnicode) {
192 + * @toUnicode : non-zero if toUnicode. 0 otherwise.
209 +xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen,
225 + * when toUnicode is true !
227 + if (toUnicode) {
  /external/icu4c/test/cintltst/
ncnvfbts.c 221 log_err("Problem doing toUnicode, errcode %d %s\n", myErrorName(status), gNuConvTestName);
362 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName);
365 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
384 log_err("Problem doing toUnicode, errcode %s %s\n", myErrorName(status), gNuConvTestName);
576 log_verbose("toUnicode fallback with fallback data for MBCS\n");
594 log_verbose("toUnicode fallback with fallback data for euc-tw\n");
  /external/icu4c/tools/toolutil/
ucmstate.c 609 * This function tries to compact toUnicode tables for 2-byte codepages
695 printf("compacting toUnicode data saves %ld bytes\n", (long)savings);
698 fprintf(stderr, "cannot compact toUnicode because the maximum number of states is reached\n");
705 fprintf(stderr, "cannot compact toUnicode: out of memory\n");
756 fprintf(stderr, "cannot compact toUnicode: out of memory allocating %ld 16-bit code units\n",
    [all...]

Completed in 5591 milliseconds

1 2 3 4