HomeSort by relevance Sort by last modified time
    Searched full:tounicode (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
IDNATestInput.txt 648 type: tounicode
659 type: tounicode
670 type: tounicode
681 type: tounicode
693 type: tounicode
705 type: tounicode
717 type: tounicode
729 type: tounicode
740 type: tounicode
751 type: tounicode
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java 33 * The draft defines 2 operations: ToASCII and ToUnicode. Domain labels
37 * ToUnicode operation before displaying the domain name to the user.
44 * The input and output of ToASCII and ToUnicode operations are Unicode
45 * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations
48 * ToUnicode(ToUnicode(ToUnicode...(ToUnicode(string)))) == ToUnicode(string)
104 * IDNA option for nontransitional processing in ToUnicode()
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
IDNATestInput.txt 648 type: tounicode
659 type: tounicode
670 type: tounicode
681 type: tounicode
693 type: tounicode
705 type: tounicode
717 type: tounicode
729 type: tounicode
740 type: tounicode
751 type: tounicode
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterSharedData.java 88 * Every converter type must implement toUnicode, fromUnicode, and
99 UConverterToUnicode toUnicode;
104 final void toUnicode(UConverterToUnicodeArgs args, int[] pErrorCode)
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 105 testData=dataModule->createTestData("toUnicode", errorCode);
109 errln("error retrieving conversion/toUnicode test case %d - %s",
140 errln("toUnicode[%d] unicode[%d] and offsets[%d] must have the same length",
191 errln("error parsing conversion/toUnicode test case %d - %s",
854 // toUnicode test worker functions ----------------------------------------- ***
    [all...]
uts46test.cpp 468 // Ticket #10883: ToUnicode also checks for empty labels.
565 // Ticket #8137: UTS #46 toUnicode() fails with non-ASCII labels that turn
592 // ToASCII/ToUnicode, transitional/nontransitional
604 // ToUnicode does not set length-overflow errors.
    [all...]
  /external/icu/icu4c/source/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");
nccbtst.c 654 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_SKIP \n");
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
array.so 
  /external/icu/icu4c/source/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...]
  /external/icu/icu4c/source/common/unicode/
ucnv_cb.h 133 * @param args callback toUnicode arguments
  /external/skia/src/pdf/
SkPDFFont.h 183 // Generate ToUnicode table according to glyph usage subset.
  /external/skia/tests/
PDFGlyphsToUnicodeTest.cpp 33 DEF_TEST(ToUnicode, reporter) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNA.java 33 // test StringBuffer toUnicode
44 // test StringBuffer toUnicode
288 //Test toUnicode
    [all...]
IDNAConformanceTest.java 119 } else if ("tounicode".equals(tempHash.get("type"))) {
TestData.java 384 true, false /* ToUnicode preserves casing for this case */, false
394 true, false /* ToUnicode preserves casing for this case */, false
404 true, false /* ToUnicode preserves casing for this case */, false
TestIDNARef.java 31 // test StringBuffer toUnicode
48 // test StringBuffer toUnicode
337 //Test toUnicode
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNA.java 29 // test StringBuffer toUnicode
40 // test StringBuffer toUnicode
284 //Test toUnicode
    [all...]
IDNAConformanceTest.java 115 } else if ("tounicode".equals(tempHash.get("type"))) {
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 49 /* toUnicode (state table in ucm->states) */
289 * the toUnicode table.
291 * for the base toUnicode table but not for the base fromUnicode table.
458 fprintf(stderr, "error: toUnicode extension table section overflow: %ld section entries\n", (long)count);
573 * Remove toUnicode fallbacks and non-<subchar1> SUB mappings
    [all...]
makeconv.cpp 686 * if they fit into the base toUnicode table but not into the
690 * to be excluded from the extension toUnicode data.
799 * They fit into the base toUnicode table but not into the
  /external/icu/icu4c/source/common/
ucnv.c     [all...]
ucnv_ext.h 157 * Array of byte/value pairs for lookups for toUnicode conversion.
210 * Contains toUnicode mapping results, stored as sequences of UChars.
405 /* toUnicode helpers -------------------------------------------------------- */
uidna.cpp 483 // ToUnicode never fails. If any step fails, then the original input
591 // ToUnicode never fails. If any step fails, then the original input
798 // ToUnicode never fails. If any step fails, then the original input
  /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) + ")";

Completed in 1038 milliseconds

12 3 4 5