Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c217 TestNormCases(UNORM_NFKD, compatTests, UPRV_LENGTHOF(compatTests)); in TestCompatDecomp()
353 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultNO()
398 if (unorm_quickCheck(&cp, 1, UNORM_NFKD, &error) != UNORM_YES) in TestQuickCheckResultYES()
426 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultYES()
505 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) != in TestQuickCheckStringResult()
836 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
1197 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKD, TRUE, nfkd, UPRV_LENGTHOF(nfkd), nfkdIndexes… in TestNextPrevious()
1208 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKD, FALSE, nfkd, UPRV_LENGTHOF(nfkd), nfkdIndexe… in TestNextPrevious()
1220 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKD, TRUE, NULL, 0, nfkdIndexes, sizeof(nfkdIndex… in TestNextPrevious()
1231 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKD, FALSE, NULL, 0, nfkdIndexes, sizeof(nfkdInde… in TestNextPrevious()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp194 Normalizer* norm = new Normalizer("", UNORM_NFKD); in TestCompatDecomp()
197 staticTest(UNORM_NFKD, 0, in TestCompatDecomp()
258 norm->setMode(UNORM_NFKD); in TestHangulDecomp()
284 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2); in TestTibetan()
322 Normalizer::normalize(a, UNORM_NFKD, 0, b, status); in TestCompositionExclusion()
840 case 'd': mode=UNORM_NFKD; break; in TestConcatenate()
1350 skipSets[UNORM_NFKD].applyPattern( in initExpectedSkippables()
1417 skipSets[UNORM_NFKD].applyPattern(UNICODE_STRING_SIMPLE("[:NFKD_Inert:]"), errorCode); in TestSkippable()
Dnormconf.cpp322 pass &= checkNorm(UNORM_NFKD, options, nfkd, field[i], field[4], fieldNum); in checkConformance()
339 if(UNORM_NO == Normalizer::quickCheck(field[4], UNORM_NFKD, options, status)) { in checkConformance()
Dtranstst.cpp3428 Normalizer::normalize(source, UNORM_NFKD, 0, target, ec); in TestSpecialCases()
/external/icu/icu4c/source/common/unicode/
Dunorm.h144 UNORM_NFKD = 3, enumerator
/external/icu/libandroidicu/include/unicode/
Dunorm.h144 UNORM_NFKD = 3, enumerator
/external/icu/icu4c/source/common/
Dnormlzr.cpp175 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, status); in decompose()
Dloadednormalizer2impl.cpp350 case UNORM_NFKD: in getInstance()
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h270 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status); in ICUNormNFKD()