Home | History | Annotate | Download | only in intltest

Lines Matching full:normalized

548             dataerrln(UnicodeString("ERROR: case ") + i + " normalized " + hex(input) + "\n"
583 dataerrln(errPrefix + "normalized " + hex(input) + "\n"
1574 assertTrue("isNormalizedUTF8(normalized)", nfkc_cf->isNormalizedUTF8(result, errorCode));
1620 assertTrue("filtered isNormalizedUTF8(normalized)", fn2.isNormalizedUTF8(result, errorCode));
1623 // Note that the result is not normalized because the inner normalizer
1650 assertFalse("soft hyphen is not normalized", n2->isNormalized(sh, errorCode));
1745 assertTrue("isNormalized(normalized)", nfkc->isNormalized(result, errorCode));
1755 assertTrue("isNormalizedUTF8(normalized)", nfkc->isNormalizedUTF8(result8, errorCode));