Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c214 TestNormCases(UNORM_NFKD, compatTests, UPRV_LENGTHOF(compatTests)); in TestCompatDecomp()
350 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultNO()
395 if (unorm_quickCheck(&cp, 1, UNORM_NFKD, &error) != UNORM_YES) in TestQuickCheckResultYES()
423 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultYES()
502 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) != in TestQuickCheckStringResult()
833 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
1194 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, nfkd, sizeof(nfkd)/U_SIZEOF_UC… in TestNextPrevious()
1205 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALSE, nfkd, sizeof(nfkd)/U_SIZEOF_U… in TestNextPrevious()
1217 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, NULL, 0, nfkdIndexes, sizeof(n… in TestNextPrevious()
1228 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALSE, NULL, 0, nfkdIndexes, sizeof(… in TestNextPrevious()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp192 Normalizer* norm = new Normalizer("", UNORM_NFKD); in TestCompatDecomp()
195 staticTest(UNORM_NFKD, 0, in TestCompatDecomp()
256 norm->setMode(UNORM_NFKD); in TestHangulDecomp()
282 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2); in TestTibetan()
319 Normalizer::normalize(a, UNORM_NFKD, 0, b, status); in TestCompositionExclusion()
811 case 'd': mode=UNORM_NFKD; break; in TestConcatenate()
1321 skipSets[UNORM_NFKD].applyPattern( in initExpectedSkippables()
1384 skipSets[UNORM_NFKD].applyPattern(UNICODE_STRING_SIMPLE("[:NFKD_Inert:]"), errorCode); in TestSkippable()
Dnormconf.cpp342 Normalizer::normalize(field[i], UNORM_NFKD, options, out, status); in checkConformance()
347 iterativeNorm(field[i], UNORM_NFKD, options, out, +1); in checkConformance()
349 iterativeNorm(field[i], UNORM_NFKD, options, out, -1); in checkConformance()
368 if(UNORM_NO == Normalizer::quickCheck(field[4], UNORM_NFKD, options, status)) { in checkConformance()
Dtranstst.cpp3425 Normalizer::normalize(source, UNORM_NFKD, 0, target, ec); in TestSpecialCases()
/external/icu/icu4c/source/common/unicode/
Dunorm.h139 UNORM_NFKD = 3, enumerator
/external/harfbuzz_ng/src/
Dhb-icu.cc333 …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.cpp288 case UNORM_NFKD: in getInstance()
Dnormlzr.cpp167 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, status); in decompose()
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status); in ICUNormNFKD()
/external/v8/src/
Druntime.cc14371 { UNORM_NFC, UNORM_NFD, UNORM_NFKC, UNORM_NFKD }; in RUNTIME_FUNCTION()