/external/icu/icu4c/source/test/cintltst/ |
D | usrchdat.c | 45 …{"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 …]
|
D | cmsccoll.c | 221 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 …]
|
D | cjaptst.c | 126 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary() 194 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestSmallLarge()
|
D | usrchtst.c | 72 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 …]
|
D | cestst.c | 96 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
|
D | cturtst.c | 103 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
|
D | cfintst.c | 86 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
|
D | cdetst.c | 112 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
|
D | capitst.c | 107 …{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 …]
|
D | cfrtst.c | 209 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra()
|
D | callcoll.c | 752 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary() 852 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra() 1124 UCOL_TERTIARY,NULL, &status); in TestSurrogates()
|
D | encoll.c | 275 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
|
/external/icu/icu4c/source/i18n/ |
D | collationbuilder.cpp | 318 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 …]
|
D | collationcompare.cpp | 300 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; } in compareUpToQuaternary()
|
D | collationsettings.cpp | 274 case UCOL_TERTIARY: in setStrength()
|
D | collationruleparser.cpp | 223 strength = UCOL_TERTIARY; in parseRelationOperator() 240 strength = UCOL_TERTIARY; in parseRelationOperator()
|
D | collationfastlatin.cpp | 397 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/ |
D | srchtest.cpp | 247 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 …]
|
D | ucaconf.cpp | 94 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in setCollNonIgnorable()
|
D | ssearch.cpp | 163 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()
|
D | apicoll.cpp | 983 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/ |
D | coll.cpp | 164 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/ |
D | strsrch.cpp | 155 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/ |
D | ucol.h | 96 UCOL_TERTIARY = 2, enumerator 98 UCOL_DEFAULT_STRENGTH = UCOL_TERTIARY,
|
D | coll.h | 197 TERTIARY = UCOL_TERTIARY, // 2
|