Home
last modified time | relevance | path

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

12

/external/icu4c/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 …]
Dcjaptst.c126 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
194 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestSmallLarge()
Dcmsccoll.c221 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in BlackBirdTest()
273 ucol_setStrength(myCollation, UCOL_TERTIARY); in FunkyATest()
301 UCOL_TERTIARY,
632 case UCOL_TERTIARY: in testCollator()
731 return UCOL_TERTIARY; in probeStrength()
1438 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in RamsRulesTest()
1470 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in IsTailoredTest()
1770 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestEmptyRule()
1797 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCARules()
2146 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestCase()
[all …]
Dcestst.c96 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
Dcfintst.c86 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
Dcturtst.c103 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
Dcdetst.c112 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
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 …]
Dcapitst.c164 …{UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTI… in TestGetSetAttr()
374 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength"); in TestProperty()
379 …doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary diff… in TestProperty()
437 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength"); in TestProperty()
441 ucol_setStrength(col, UCOL_TERTIARY); in TestProperty()
442 …doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object's strength is not tertiary d… in TestProperty()
700 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err); in TestSafeClone()
825 ucol_setStrength(someClonedCollators[index], UCOL_TERTIARY); in TestSafeClone()
1198 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKey()
1731 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKeyBufferOverrun()
[all …]
Dcfrtst.c209 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra()
Dcallcoll.c723 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
823 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra()
1086 UCOL_TERTIARY,NULL, &status); in TestSurrogates()
Dencoll.c275 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
/external/icu4c/i18n/
Ducol_bld.cpp249 return UCOL_TERTIARY; in ucol_getCEStrengthDifference()
451 uint32_t maxByte = (strength == UCOL_TERTIARY)?0x3F:0xFF; in ucol_getSimpleCEGenerator()
481 if(strength == UCOL_TERTIARY) { in ucol_getCEGenerator()
794 …CEparts[UCOL_TERTIARY] = (UCOL_TERTIARYORDER(lh->baseCE)) << 24 | (UCOL_TERTIARYORDER(lh->baseCont… in ucol_initBuffers()
809 if(initStrength == UCOL_TERTIARY) { /* starting with tertiary */ in ucol_initBuffers()
813 …CEparts[UCOL_TERTIARY] = ucol_getCEGenerator(&Gens[UCOL_TERTIARY], lh->gapsLo, lh->gapsHi, tok, fS… in ucol_initBuffers()
818 …CEparts[UCOL_TERTIARY] = ucol_getSimpleCEGenerator(&Gens[UCOL_TERTIARY], tok, UCOL_TERTIARY, statu… in ucol_initBuffers()
823 …CEparts[UCOL_TERTIARY] = ucol_getSimpleCEGenerator(&Gens[UCOL_TERTIARY], tok, UCOL_TERTIARY, statu… in ucol_initBuffers()
826 if(tok->strength == UCOL_TERTIARY) { in ucol_initBuffers()
827 CEparts[UCOL_TERTIARY] = ucol_getNextGenerated(&Gens[UCOL_TERTIARY], status); in ucol_initBuffers()
[all …]
/external/icu4c/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.cpp78 rbUCA = ucol_openRules(ucarules, size, UCOL_DEFAULT, UCOL_TERTIARY, in initRbUCA()
93 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in setCollNonIgnorable()
Dssearch.cpp197 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;} in searchTest()
200 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;} in searchTest()
535 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;} in bmSearchTest()
538 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;} in bmSearchTest()
2249 UCollationStrength strengths[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY}; in monkeyTest()
2388 UCollationStrength strengths[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY}; in bmMonkeyTest()
Dapicoll.cpp1021 col->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, success); in TestCompare()
1529 coll->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, error); in TestAttribute()
1530 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_TERTIARY || in TestAttribute()
2228 TestCollator col3(UCOL_TERTIARY, UNORM_NONE); in TestSubclass()
/external/icu4c/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/icu4c/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/icu4c/i18n/unicode/
Dtblcoll.h962 case UCOL_TERTIARY : in getECollationStrength()
981 return UCOL_TERTIARY; in getUCollationStrength()
Ducol.h102 UCOL_TERTIARY = 2, enumerator
104 UCOL_DEFAULT_STRENGTH = UCOL_TERTIARY,
/external/webkit/Source/WebCore/icu/unicode/
Ducol.h109 UCOL_TERTIARY = 2, enumerator
111 UCOL_DEFAULT_STRENGTH = UCOL_TERTIARY,
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducol.h109 UCOL_TERTIARY = 2, enumerator
111 UCOL_DEFAULT_STRENGTH = UCOL_TERTIARY,
/external/icu4c/tools/dumpce/
Ddumpce.cpp100 {UCOL_TERTIARY, "UCOL_TERTIARY|UCOL_DEFAULT_STRENGTH"},
763 ucol_setStrength(COLLATOR_, UCOL_TERTIARY); in compareSortKey()
825 ucol_setStrength(COLLATOR_, UCOL_TERTIARY); in outputScriptElem()
1395 if (attr == UCOL_STRENGTH && value != UCOL_TERTIARY) { in outputHTMLHeader()
/external/icu4c/tools/toolutil/
Dudbgutil.cpp162 FIELD_NAME_STR( LEN_UCOL, UCOL_TERTIARY ),

12