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.c216 TestNormCases(UNORM_NFKD, compatTests, UPRV_LENGTHOF(compatTests)); in TestCompatDecomp()
352 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultNO()
397 if (unorm_quickCheck(&cp, 1, UNORM_NFKD, &error) != UNORM_YES) in TestQuickCheckResultYES()
425 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultYES()
504 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) != in TestQuickCheckStringResult()
835 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
1196 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKD, TRUE, nfkd, UPRV_LENGTHOF(nfkd), nfkdIndexes… in TestNextPrevious()
1207 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKD, FALSE, nfkd, UPRV_LENGTHOF(nfkd), nfkdIndexe… in TestNextPrevious()
1219 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKD, TRUE, NULL, 0, nfkdIndexes, sizeof(nfkdIndex… in TestNextPrevious()
1230 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKD, FALSE, NULL, 0, nfkdIndexes, sizeof(nfkdInde… in TestNextPrevious()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp195 Normalizer* norm = new Normalizer("", UNORM_NFKD); in TestCompatDecomp()
198 staticTest(UNORM_NFKD, 0, in TestCompatDecomp()
259 norm->setMode(UNORM_NFKD); in TestHangulDecomp()
285 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2); in TestTibetan()
322 Normalizer::normalize(a, UNORM_NFKD, 0, b, status); in TestCompositionExclusion()
814 case 'd': mode=UNORM_NFKD; break; in TestConcatenate()
1324 skipSets[UNORM_NFKD].applyPattern( in initExpectedSkippables()
1387 skipSets[UNORM_NFKD].applyPattern(UNICODE_STRING_SIMPLE("[:NFKD_Inert:]"), errorCode); in TestSkippable()
Dnormconf.cpp343 Normalizer::normalize(field[i], UNORM_NFKD, options, out, status); in checkConformance()
348 iterativeNorm(field[i], UNORM_NFKD, options, out, +1); in checkConformance()
350 iterativeNorm(field[i], UNORM_NFKD, options, out, -1); in checkConformance()
369 if(UNORM_NO == Normalizer::quickCheck(field[4], UNORM_NFKD, options, status)) { in checkConformance()
Dtranstst.cpp3427 Normalizer::normalize(source, UNORM_NFKD, 0, target, ec); in TestSpecialCases()
/external/icu/icu4c/source/common/unicode/
Dunorm.h144 UNORM_NFKD = 3, enumerator
/external/harfbuzz_ng/src/
Dhb-icu.cc334 …len = unorm_normalize (utf16, len, UNORM_NFKD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err); in hb_icu_unicode_decompose_compatibility()
/external/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp290 case UNORM_NFKD: in getInstance()
Dnormlzr.cpp169 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, status); in decompose()
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h270 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status); in ICUNormNFKD()