Searched refs:CPNFKD (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cnormtst.c | 328 const UChar CPNFKD[] = {0x00A0, 0x02E4, 0x1FDB, 0x24EA, 0x32FE, in TestQuickCheckResultNO() local 353 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultNO() 356 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]); in TestQuickCheckResultNO() 375 const UChar CPNFKD[] = {0x00AB, 0x02A0, 0x1000, 0x1027, 0x2FFB, in TestQuickCheckResultYES() local 426 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultYES() 429 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]); in TestQuickCheckResultYES()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 404 final char CPNFKD[] = {0x00A0, 0x02E4, 0x1FDB, 0x24EA, 0x32FE, in TestQuickCheckResultNO() local 429 if (Normalizer.quickCheck(String.valueOf(CPNFKD[count]), in TestQuickCheckResultNO() 433 Integer.toHexString(CPNFKD[count])); in TestQuickCheckResultNO() 462 final char CPNFKD[] = {0x00AB, 0x02A0, 0x1000, 0x1027, 0x2FFB, in TestQuickCheckResultYES() local 528 if (Normalizer.quickCheck(String.valueOf(CPNFKD[count]), in TestQuickCheckResultYES() 532 Integer.toHexString(CPNFKD[count])); in TestQuickCheckResultYES()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 407 final char CPNFKD[] = {0x00A0, 0x02E4, 0x1FDB, 0x24EA, 0x32FE, in TestQuickCheckResultNO() local 432 if (Normalizer.quickCheck(String.valueOf(CPNFKD[count]), in TestQuickCheckResultNO() 436 Integer.toHexString(CPNFKD[count])); in TestQuickCheckResultNO() 465 final char CPNFKD[] = {0x00AB, 0x02A0, 0x1000, 0x1027, 0x2FFB, in TestQuickCheckResultYES() local 531 if (Normalizer.quickCheck(String.valueOf(CPNFKD[count]), in TestQuickCheckResultYES() 535 Integer.toHexString(CPNFKD[count])); in TestQuickCheckResultYES()
|