Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c172 int32_t expIndex= (mode==UNORM_NFC || mode==UNORM_NFKC) ? 2 : 1; in TestNormCases()
222 TestNormCases(UNORM_NFKC, compatTests, UPRV_LENGTHOF(compatTests)); in TestCompatDecompCompose()
313 UNORM_NFKC, in TestNull()
356 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) != in TestQuickCheckResultNO()
400 if (unorm_quickCheck(&cp, 1, UNORM_NFKC, &error) != in TestQuickCheckResultYES()
429 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) != in TestQuickCheckResultYES()
460 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) != in TestQuickCheckResultMAYBE()
509 if (unorm_quickCheck(c, u_strlen(c), UNORM_NFKC, &error) != in TestQuickCheckStringResult()
586 if(unorm_isNormalized(notNFC[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestIsNormalized()
592 if(unorm_isNormalized(notNFKC[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestIsNormalized()
[all …]
/external/icu/icu4c/source/test/intltest/
Dnormconf.cpp331 Normalizer::normalize(field[i], UNORM_NFKC, options, out, status); in checkConformance()
336 iterativeNorm(field[i], UNORM_NFKC, options, out, +1); in checkConformance()
338 iterativeNorm(field[i], UNORM_NFKC, options, out, -1); in checkConformance()
364 if(UNORM_NO == Normalizer::quickCheck(field[3], UNORM_NFKC, options, status)) { in checkConformance()
387 if(!Normalizer::isNormalized(field[3], UNORM_NFKC, options, status)) { in checkConformance()
391 if(field[0]!=field[3] && Normalizer::isNormalized(field[0], UNORM_NFKC, options, status)) { in checkConformance()
Dtstnorm.cpp212 Normalizer* norm = new Normalizer("", UNORM_NFKC); in TestCompatCompose()
215 staticTest(UNORM_NFKC, 0, in TestCompatCompose()
234 norm->setMode(UNORM_NFKC); in TestHangulCompose()
284 staticTest(UNORM_NFKC, 0, compose, ARRAY_LENGTH(compose), 2); in TestTibetan()
359 Normalizer::normalize(a, UNORM_NFKC, 0, b, status); in TestZeroIndex()
759 moves, UNORM_NFKC, "j2911"); in TestPreviousNext()
772 moves, UNORM_NFKC, "j2911_2"); in TestPreviousNext()
810 case 'c': mode=UNORM_NFKC; break; in TestConcatenate()
1323 skipSets[UNORM_NFKC].applyPattern( in initExpectedSkippables()
1366 skipSets[UNORM_NFKC].remove(c); in initExpectedSkippables()
[all …]
Dtranstst.cpp3427 Normalizer::normalize(source, UNORM_NFKC, 0, target, ec); in TestSpecialCases()
/external/icu/icu4c/source/common/unicode/
Dunorm.h145 UNORM_NFKC =5, enumerator
/external/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp292 case UNORM_NFKC: in getInstance()
Dnormlzr.cpp159 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status); in compose()
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h269 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status); in ICUNormNFKC()
/external/v8/src/
Druntime.cc14371 { UNORM_NFC, UNORM_NFD, UNORM_NFKC, UNORM_NFKD }; in RUNTIME_FUNCTION()