Home
last modified time | relevance | path

Searched refs:CPNFC (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c326 const UChar CPNFC[] = {0x0340, 0x0F93, 0x1F77, 0x1FBB, 0x1FEB, in TestQuickCheckResultNO() local
347 if (unorm_quickCheck(&(CPNFC[count]), 1, UNORM_NFC, &error) != in TestQuickCheckResultNO()
350 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]); in TestQuickCheckResultNO()
373 const UChar CPNFC[] = {0x0400, 0x0540, 0x0901, 0x1000, 0x1500, in TestQuickCheckResultYES() local
420 if (unorm_quickCheck(&(CPNFC[count]), 1, UNORM_NFC, &error) in TestQuickCheckResultYES()
423 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]); in TestQuickCheckResultYES()
443 const UChar CPNFC[] = {0x0306, 0x0654, 0x0BBE, 0x102E, 0x1161, in TestQuickCheckResultMAYBE() local
457 if (unorm_quickCheck(&(CPNFC[count]), 1, UNORM_NFC, &error) != in TestQuickCheckResultMAYBE()
460 log_data_err("ERROR in NFC quick check at U+%04x - (Are you missing data?)\n", CPNFC[count]); in TestQuickCheckResultMAYBE()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java402 final char CPNFC[] = {0x0340, 0x0F93, 0x1F77, 0x1FBB, 0x1FEB, in TestQuickCheckResultNO() local
422 if (Normalizer.quickCheck(String.valueOf(CPNFC[count]), in TestQuickCheckResultNO()
426 Integer.toHexString(CPNFC[count])); in TestQuickCheckResultNO()
460 final char CPNFC[] = {0x0400, 0x0540, 0x0901, 0x1000, 0x1500, in TestQuickCheckResultYES() local
521 if (Normalizer.quickCheck(String.valueOf(CPNFC[count]), in TestQuickCheckResultYES()
525 Integer.toHexString(CPNFC[count])); in TestQuickCheckResultYES()
564 final char[] CPNFC = {0x0306, 0x0654, 0x0BBE, 0x102E, 0x1161, in TestQuickCheckResultMAYBE() local
577 if (Normalizer.quickCheck(String.valueOf(CPNFC[count]), in TestQuickCheckResultMAYBE()
581 Integer.toHexString(CPNFC[count])); in TestQuickCheckResultMAYBE()
591 if (Normalizer.quickCheck(new char[]{CPNFC[count]}, in TestQuickCheckResultMAYBE()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java405 final char CPNFC[] = {0x0340, 0x0F93, 0x1F77, 0x1FBB, 0x1FEB, in TestQuickCheckResultNO() local
425 if (Normalizer.quickCheck(String.valueOf(CPNFC[count]), in TestQuickCheckResultNO()
429 Integer.toHexString(CPNFC[count])); in TestQuickCheckResultNO()
463 final char CPNFC[] = {0x0400, 0x0540, 0x0901, 0x1000, 0x1500, in TestQuickCheckResultYES() local
524 if (Normalizer.quickCheck(String.valueOf(CPNFC[count]), in TestQuickCheckResultYES()
528 Integer.toHexString(CPNFC[count])); in TestQuickCheckResultYES()
567 final char[] CPNFC = {0x0306, 0x0654, 0x0BBE, 0x102E, 0x1161, in TestQuickCheckResultMAYBE() local
580 if (Normalizer.quickCheck(String.valueOf(CPNFC[count]), in TestQuickCheckResultMAYBE()
584 Integer.toHexString(CPNFC[count])); in TestQuickCheckResultMAYBE()
594 if (Normalizer.quickCheck(new char[]{CPNFC[count]}, in TestQuickCheckResultMAYBE()
[all …]