Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dtstnorm.cpp1677 const Normalizer2 *nfkd_cf = in TestDecomposeUTF8WithEdits() local
1690 nfkd_cf->normalizeUTF8(0, src, sink, &edits, errorCode); in TestDecomposeUTF8WithEdits()
1718 assertFalse("isNormalizedUTF8(source)", nfkd_cf->isNormalizedUTF8(src, errorCode)); in TestDecomposeUTF8WithEdits()
1719 assertTrue("isNormalizedUTF8(normalized)", nfkd_cf->isNormalizedUTF8(result, errorCode)); in TestDecomposeUTF8WithEdits()
1725 nfkd_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestDecomposeUTF8WithEdits()