HomeSort by relevance Sort by last modified time
    Searched refs:CPNFKD (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 325 const UChar CPNFKD[] = {0x00A0, 0x02E4, 0x1FDB, 0x24EA, 0x32FE,
350 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) !=
353 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
372 const UChar CPNFKD[] = {0x00AB, 0x02A0, 0x1000, 0x1027, 0x2FFB,
423 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) !=
426 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 392 final char CPNFKD[] = {0x00A0, 0x02E4, 0x1FDB, 0x24EA, 0x32FE,
417 if (Normalizer.quickCheck(String.valueOf(CPNFKD[count]),
421 Integer.toHexString(CPNFKD[count]));
449 final char CPNFKD[] = {0x00AB, 0x02A0, 0x1000, 0x1027, 0x2FFB,
515 if (Normalizer.quickCheck(String.valueOf(CPNFKD[count]),
519 Integer.toHexString(CPNFKD[count]));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 388 final char CPNFKD[] = {0x00A0, 0x02E4, 0x1FDB, 0x24EA, 0x32FE,
413 if (Normalizer.quickCheck(String.valueOf(CPNFKD[count]),
417 Integer.toHexString(CPNFKD[count]));
445 final char CPNFKD[] = {0x00AB, 0x02A0, 0x1000, 0x1027, 0x2FFB,
511 if (Normalizer.quickCheck(String.valueOf(CPNFKD[count]),
515 Integer.toHexString(CPNFKD[count]));
    [all...]

Completed in 600 milliseconds