Home
last modified time | relevance | path

Searched refs:UCOL_NORMALIZATION_MODE (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/icu4c/source/test/intltest/
Dregcoll.cpp150 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4054238()
191 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4054734()
207 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4054736()
253 if (c->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF) in Test4058613()
319 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4060154()
429 c1->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4066189()
433 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in Test4066189()
582 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4081866()
775 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4114076()
900 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in Test4114077()
[all …]
Ddecoll.cpp115 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestTertiary()
130 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestPrimary()
Dtscoll.cpp146 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant()
180 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in doTestVariant()
184 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status); in doTestVariant()
220 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in doTestVariant()
222 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status); in doTestVariant()
Dlcukocol.cpp39 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in LotusCollationKoreanTest()
Ducaconf.cpp93 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in setCollNonIgnorable()
102 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in setCollShifted()
Djacoll.cpp113 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestTertiary()
Dsrchtest.cpp549 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in assertCanonicalEqual()
566 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in assertCanonicalEqual()
830 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestNormExact()
848 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestNormExact()
1726 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestNormCanonical()
1734 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestNormCanonical()
2113 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestGetSetOffsetCanonical()
2185 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestGetSetOffsetCanonical()
Dallcoll.cpp109 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestPrimary()
Dapicoll.cpp375 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON) in TestDecomposition()
380 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON) in TestDecomposition()
385 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF) in TestDecomposition()
1486 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, error); in TestAttribute()
1487 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_ON || in TestAttribute()
1492 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, error); in TestAttribute()
1493 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_OFF || in TestAttribute()
Dssearch.cpp261 ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status); in searchTest()
628 col->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in offsetTest()
Ditercoll.cpp487 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestAssignment()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c284 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant()
345 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in doTestVariant()
350 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status); in doTestVariant()
389 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in doTestVariant()
391 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status); in doTestVariant()
937 ucol_setAttribute(myCollator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestJB1401()
1295 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestFCDCrash()
Dcdetst.c113 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestTertiary()
Dcapitst.c107 … {UCOL_NORMALIZATION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* attribute for normalization */ in TestGetSetAttr()
623 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || in TestDecomposition()
630 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || in TestDecomposition()
637 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF || in TestDecomposition()
1279 ucol_setAttribute(col, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestElemIter()
1800 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &error); in TestAttribute()
1801 if (ucol_getAttribute(coll, UCOL_NORMALIZATION_MODE, &error) != UCOL_ON || in TestAttribute()
1806 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &error); in TestAttribute()
1807 if (ucol_getAttribute(coll, UCOL_NORMALIZATION_MODE, &error) != UCOL_OFF || in TestAttribute()
Dcitertst.c155 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestBug672Normalize()
371 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestNormalization()
638 ucol_setAttribute(en_us, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestOffset()
Dusrchtst.c589 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in assertCanonicalEqual()
608 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in assertCanonicalEqual()
677 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestNormExact()
695 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestNormExact()
1819 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestNormCanonical()
1827 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestNormCanonical()
2285 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestGetSetOffsetCanonical()
2357 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestGetSetOffsetCanonical()
Dcmsccoll.c192 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in BlackBirdTest()
271 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in FunkyATest()
542 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestFCDProblem()
545 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestFCDProblem()
994 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestIncrementalNormalize()
2565 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
2619 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in Alexis2()
3084 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestTibetanConformance()
3521 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestJ5223()
4006 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestOutOfBuffer5468()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ducol.h289 UCOL_NORMALIZATION_MODE, enumerator
293 UCOL_DECOMPOSITION_MODE = UCOL_NORMALIZATION_MODE,
/external/icu/libandroidicu/include/unicode/
Ducol.h289 UCOL_NORMALIZATION_MODE, enumerator
293 UCOL_DECOMPOSITION_MODE = UCOL_NORMALIZATION_MODE,
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp189 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp179 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in processCollator()
/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp425 case UCOL_NORMALIZATION_MODE: in getAttribute()
480 case UCOL_NORMALIZATION_MODE: in setAttribute()
1589 if(attributeHasBeenSetExplicitly(UCOL_NORMALIZATION_MODE)) { in internalGetShortDefinitionString()
1590 appendAttribute(result, 'N', getAttribute(UCOL_NORMALIZATION_MODE, errorCode), errorCode); in internalGetShortDefinitionString()
Ducol_sit.cpp290 /* 11 NORMALIZATION_MODE */ {normArg, _processCollatorOption, UCOL_NORMALIZATION_MODE }…
Dcoll.cpp274 { "colNormalization", UCOL_NORMALIZATION_MODE },
/external/v8/src/objects/
Djs-collator.cc463 icu_collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in InitializeCollator()

12