Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcnormtst.c175 int32_t expIndex= (mode==UNORM_NFC || mode==UNORM_NFKC) ? 2 : 1; in TestNormCases()
225 TestNormCases(UNORM_NFKC, compatTests, UPRV_LENGTHOF(compatTests)); in TestCompatDecompCompose()
316 UNORM_NFKC, in TestNull()
359 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) != in TestQuickCheckResultNO()
403 if (unorm_quickCheck(&cp, 1, UNORM_NFKC, &error) != in TestQuickCheckResultYES()
432 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) != in TestQuickCheckResultYES()
463 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) != in TestQuickCheckResultMAYBE()
515 if (unorm_quickCheck(c, u_strlen(c), UNORM_NFKC, &error) != in TestQuickCheckStringResult()
593 if(unorm_isNormalized(notNFC[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestIsNormalized()
599 if(unorm_isNormalized(notNFKC[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestIsNormalized()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dtstnorm.cpp216 Normalizer* norm = new Normalizer("", UNORM_NFKC); in TestCompatCompose()
219 staticTest(UNORM_NFKC, 0, in TestCompatCompose()
238 norm->setMode(UNORM_NFKC); in TestHangulCompose()
288 staticTest(UNORM_NFKC, 0, compose, ARRAY_LENGTH(compose), 2); in TestTibetan()
364 Normalizer::normalize(a, UNORM_NFKC, 0, b, status); in TestZeroIndex()
790 moves, UNORM_NFKC, "j2911"); in TestPreviousNext()
803 moves, UNORM_NFKC, "j2911_2"); in TestPreviousNext()
841 case 'c': mode=UNORM_NFKC; break; in TestConcatenate()
1354 skipSets[UNORM_NFKC].applyPattern( in initExpectedSkippables()
1397 skipSets[UNORM_NFKC].remove(c); in initExpectedSkippables()
[all …]
Dnormconf.cpp324 pass &= checkNorm(UNORM_NFKC, options, nfkc, field[i], field[3], fieldNum); in checkConformance()
338 if(UNORM_NO == Normalizer::quickCheck(field[3], UNORM_NFKC, options, status)) { in checkConformance()
375 if(!Normalizer::isNormalized(field[3], UNORM_NFKC, options, status)) { in checkConformance()
384 if(Normalizer::isNormalized(field[0], UNORM_NFKC, options, status)) { in checkConformance()
Dtranstst.cpp3505 Normalizer::normalize(source, UNORM_NFKC, 0, target, ec); in TestSpecialCases()
/third_party/node/deps/icu-small/source/common/unicode/
Dunorm.h152 UNORM_NFKC =5, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dunorm.h150 UNORM_NFKC =5, enumerator
/third_party/icu/icu4c/source/common/unicode/
Dunorm.h152 UNORM_NFKC =5, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunorm.h152 UNORM_NFKC =5, enumerator
/third_party/boost/libs/locale/src/icu/
Dconversion.cpp47 mode=UNORM_NFKC; in normalize_string()
/third_party/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp354 case UNORM_NFKC: in getInstance()
Dnormlzr.cpp167 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status); in compose()
/third_party/skia/third_party/externals/icu/source/common/
Dnormlzr.cpp167 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status); in compose()
Dloadednormalizer2impl.cpp354 case UNORM_NFKC: in getInstance()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormlzr.cpp167 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status); in compose()
Dloadednormalizer2impl.cpp354 case UNORM_NFKC: in getInstance()
/third_party/node/deps/icu-small/source/common/
Dloadednormalizer2impl.cpp354 case UNORM_NFKC: in getInstance()
Dnormlzr.cpp167 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status); in compose()
/third_party/icu/icu4c/source/test/perf/normperf/
Dnormperf.h273 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status); in ICUNormNFKC()