Home
last modified time | relevance | path

Searched refs:UCOL_TERTIARY (Results 1 – 25 of 34) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Dusrchdat.c45 …{"xxxxxxxxxxxxxxxxxxxx", "fisher", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,…
46 …{"silly spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, …
48 …{"silly spring string string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON,…
50 …{"silly string spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON,…
52 …{"string spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,…
54 …{"Scott Ganyo", "c", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {1, -1}, {1}},
55 …{"Scott Ganyo", " ", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {5, -1}, {1}},
56 …{"\\u0300\\u0325", "\\u0300", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}…
57 …{"a\\u0300\\u0325", "\\u0300", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1…
60 …{"a\\u0300\\u0325", "\\u0300\\u0325", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NU…
[all …]
Dcmsccoll.c221 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in BlackBirdTest()
273 ucol_setStrength(myCollation, UCOL_TERTIARY); in FunkyATest()
301 UCOL_TERTIARY,
695 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestEmptyRule()
722 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCARules()
872 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestCase()
886 myCollation = ucol_openRules(gRules, u_strlen(gRules), UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestCase()
892 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestCase()
1014 ucol_setStrength(coll, UCOL_TERTIARY); /* Do test with default strength, which runs*/ in TestIncrementalNormalize()
1030 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize()
[all …]
Dcjaptst.c126 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
194 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestSmallLarge()
Dusrchtst.c72 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, in open()
78 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, in open()
564 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqual()
568 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqual()
599 ucol_setStrength(collator, UCOL_TERTIARY); in assertCanonicalEqual()
607 ucol_setStrength(collator, UCOL_TERTIARY); in assertCanonicalEqual()
639 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqualWithAttribute()
643 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqualWithAttribute()
792 ucol_setStrength(collator, UCOL_TERTIARY); in TestBreakIterator()
1110 ucol_setStrength(EN_US_, UCOL_TERTIARY); in TestPattern()
[all …]
Dcestst.c96 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
Dcturtst.c103 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
Dcfintst.c86 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
Dcdetst.c112 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
Dcapitst.c107 …{UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTI… in TestGetSetAttr()
348 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength"); in TestProperty()
353 …doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary diff… in TestProperty()
418 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength"); in TestProperty()
422 ucol_setStrength(col, UCOL_TERTIARY); in TestProperty()
423 …doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object's strength is not tertiary d… in TestProperty()
671 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err); in TestSafeClone()
797 ucol_setStrength(someClonedCollators[idx], UCOL_TERTIARY); in TestSafeClone()
1188 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKey()
1732 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKeyBufferOverrun()
[all …]
Dcfrtst.c209 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra()
Dcallcoll.c752 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
852 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra()
1124 UCOL_TERTIARY,NULL, &status); in TestSurrogates()
Dencoll.c275 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp318 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_TERTIARY); in addReset()
367 if(strength >= UCOL_TERTIARY) { in addReset()
368 index = findCommonNode(index, UCOL_TERTIARY); in addReset()
442 if(strengthFromNode(node) == UCOL_TERTIARY) { in getWeight16Before()
497 int32_t index = findOrInsertNodeForRootCE(0, UCOL_TERTIARY, errorCode); in getSpecialResetPosition()
502 U_ASSERT(strengthFromNode(node) <= UCOL_TERTIARY); in getSpecialResetPosition()
503 if(isTailoredNode(node) && strengthFromNode(node) == UCOL_TERTIARY) { in getSpecialResetPosition()
504 return tempCEFromIndexAndStrength(index, UCOL_TERTIARY); in getSpecialResetPosition()
512 strength = UCOL_TERTIARY; in getSpecialResetPosition()
808 if(strength >= UCOL_TERTIARY) { in findOrInsertNodeForRootCE()
[all …]
Dcollationcompare.cpp300 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; } in compareUpToQuaternary()
Dcollationsettings.cpp274 case UCOL_TERTIARY: in setStrength()
Dcollationruleparser.cpp223 strength = UCOL_TERTIARY; in parseRelationOperator()
240 strength = UCOL_TERTIARY; in parseRelationOperator()
Dcollationfastlatin.cpp397 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; } in compareUTF16()
748 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; } in compareUTF8()
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp247 case UCOL_TERTIARY : in getECollationStrength()
495 collator->setStrength(getECollationStrength(UCOL_TERTIARY)); in assertEqual()
506 collator->setStrength(getECollationStrength(UCOL_TERTIARY)); in assertEqual()
513 collator->setStrength(getECollationStrength(UCOL_TERTIARY)); in assertEqual()
562 collator->setStrength(getECollationStrength(UCOL_TERTIARY)); in assertCanonicalEqual()
610 collator->setStrength(getECollationStrength(UCOL_TERTIARY)); in assertEqualWithAttribute()
614 collator->setStrength(getECollationStrength(UCOL_TERTIARY)); in assertEqualWithAttribute()
930 collator->setStrength(getECollationStrength(UCOL_TERTIARY)); in TestBreakIterator()
1127 m_en_us_->setStrength(getECollationStrength(UCOL_TERTIARY)); in TestPattern()
1137 m_en_us_->setStrength(getECollationStrength(UCOL_TERTIARY)); in TestPattern()
[all …]
Ducaconf.cpp94 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in setCollNonIgnorable()
Dssearch.cpp163 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;} in searchTest()
166 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;} in searchTest()
1399 UCollationStrength strengths[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY}; in monkeyTest()
Dapicoll.cpp983 col->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, success); in TestCompare()
1491 coll->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, error); in TestAttribute()
1492 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_TERTIARY || in TestAttribute()
2256 TestCollator col3(UCOL_TERTIARY, UNORM_NONE); in TestSubclass()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp164 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
213 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status); in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp155 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
204 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status); in processCollator()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h96 UCOL_TERTIARY = 2, enumerator
98 UCOL_DEFAULT_STRENGTH = UCOL_TERTIARY,
Dcoll.h197 TERTIARY = UCOL_TERTIARY, // 2

12