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.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()
512 if (unorm_quickCheck(c, u_strlen(c), UNORM_NFKC, &error) != in TestQuickCheckStringResult()
589 if(unorm_isNormalized(notNFC[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestIsNormalized()
595 if(unorm_isNormalized(notNFKC[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestIsNormalized()
[all …]
/external/icu/icu4c/source/test/intltest/
Dnormconf.cpp321 pass &= checkNorm(UNORM_NFKC, options, nfkc, field[i], field[3], fieldNum); in checkConformance()
335 if(UNORM_NO == Normalizer::quickCheck(field[3], UNORM_NFKC, options, status)) { in checkConformance()
368 if(!Normalizer::isNormalized(field[3], UNORM_NFKC, options, status)) { in checkConformance()
377 if(Normalizer::isNormalized(field[0], UNORM_NFKC, options, status)) { in checkConformance()
484 Edits *editsPtr = (mode == UNORM_NFC || mode == UNORM_NFKC) ? &edits : nullptr; in checkNorm()
Dtstnorm.cpp214 Normalizer* norm = new Normalizer("", UNORM_NFKC); in TestCompatCompose()
217 staticTest(UNORM_NFKC, 0, in TestCompatCompose()
236 norm->setMode(UNORM_NFKC); in TestHangulCompose()
286 staticTest(UNORM_NFKC, 0, compose, ARRAY_LENGTH(compose), 2); in TestTibetan()
362 Normalizer::normalize(a, UNORM_NFKC, 0, b, status); in TestZeroIndex()
788 moves, UNORM_NFKC, "j2911"); in TestPreviousNext()
801 moves, UNORM_NFKC, "j2911_2"); in TestPreviousNext()
839 case 'c': mode=UNORM_NFKC; break; in TestConcatenate()
1352 skipSets[UNORM_NFKC].applyPattern( in initExpectedSkippables()
1395 skipSets[UNORM_NFKC].remove(c); in initExpectedSkippables()
[all …]
Dtranstst.cpp3430 Normalizer::normalize(source, UNORM_NFKC, 0, target, ec); in TestSpecialCases()
/external/icu/icu4c/source/common/unicode/
Dunorm.h150 UNORM_NFKC =5, enumerator
/external/icu/libandroidicu/include/unicode/
Dunorm.h150 UNORM_NFKC =5, enumerator
/external/icu/icu4c/source/common/
Dnormlzr.cpp167 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status); in compose()
Dloadednormalizer2impl.cpp354 case UNORM_NFKC: in getInstance()
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h273 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status); in ICUNormNFKC()