Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/test/cintltst/
Dusrchdat.c137 …/*08*/{PECHE_WITH_ACCENTS, "peche", "en", UCOL_SECONDARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NUL…
138 …/*09*/{PECHE_WITH_ACCENTS, "peche", "en", UCOL_SECONDARY, USEARCH_PATTERN_BASE_WEIGHT_IS_WILDCARD,…
139 …/*10*/{PECHE_WITH_ACCENTS, "peche", "en", UCOL_SECONDARY, USEARCH_PATTERN_BASE_WEIGHT_IS_WILDCARD,…
140 …/*11*/{PECHE_WITH_ACCENTS, "p\\u00E9che", "en", UCOL_SECONDARY, USEARCH_STANDARD_ELEMENT_COMPARISO…
141 …/*12*/{PECHE_WITH_ACCENTS, "p\\u00E9che", "en", UCOL_SECONDARY, USEARCH_STANDARD_ELEMENT_COMPARISO…
142 …/*13*/{PECHE_WITH_ACCENTS, "p\\u00E9che", "en", UCOL_SECONDARY, USEARCH_PATTERN_BASE_WEIGHT_IS_WIL…
143 …/*14*/{PECHE_WITH_ACCENTS, "p\\u00E9che", "en", UCOL_SECONDARY, USEARCH_PATTERN_BASE_WEIGHT_IS_WIL…
144 …/*15*/{PECHE_WITH_ACCENTS, "p\\u00E9che", "en", UCOL_SECONDARY, USEARCH_ANY_BASE_WEIGHT_IS_WILDCAR…
145 …/*16*/{PECHE_WITH_ACCENTS, "p\\u00E9che", "en", UCOL_SECONDARY, USEARCH_ANY_BASE_WEIGHT_IS_WILDCAR…
146 …/*17*/{PECHE_WITH_ACCENTS, "pech\\u00E9", "en", UCOL_SECONDARY, USEARCH_PATTERN_BASE_WEIGHT_IS_WIL…
[all …]
Dcfrtst.c181 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_SECONDARY, &status); in TestSecondary()
Dcjaptst.c172 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestPlainDakutenHandakuten()
Dcapitst.c110 …{UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTI… in TestGetSetAttr()
355 ucol_setStrength(col, UCOL_SECONDARY); in TestProperty()
358 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength"); in TestProperty()
428 …doAssert( (ucol_getStrength(col) != UCOL_SECONDARY), "collation object's strength is secondary dif… in TestProperty()
587 ucol_setStrength(col, UCOL_SECONDARY); in TestCompare()
1178 ucol_setStrength(col, UCOL_SECONDARY); in TestSortKey()
1819 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &error); in TestAttribute()
1820 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_SECONDARY || in TestAttribute()
Dcallcoll.c169 …tribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase ==… in sortKeyToString()
171 …coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) { in sortKeyToString()
808 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestSecondary()
Dencoll.c337 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestSecondary()
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp368 index = findCommonNode(index, UCOL_SECONDARY); in addReset()
380 if(strength == UCOL_SECONDARY) { in addReset()
449 while(strengthFromNode(node) > UCOL_SECONDARY) { in getWeight16Before()
457 if(strengthFromNode(node) == UCOL_SECONDARY) { in getWeight16Before()
472 if(level == UCOL_SECONDARY) { in getWeight16Before()
518 int32_t index = findOrInsertNodeForRootCE(0, UCOL_SECONDARY, errorCode); in getSpecialResetPosition()
524 if(strength < UCOL_SECONDARY) { break; } in getSpecialResetPosition()
525 if(strength == UCOL_SECONDARY) { in getSpecialResetPosition()
531 return tempCEFromIndexAndStrength(index, UCOL_SECONDARY); in getSpecialResetPosition()
538 strength = UCOL_SECONDARY; in getSpecialResetPosition()
[all …]
Dcollationcompare.cpp112 if(CollationSettings::getStrength(options) >= UCOL_SECONDARY) { in compareUpToQuaternary()
250 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; } in compareUpToQuaternary()
Dcollationfastlatin.cpp215 if(CollationSettings::getStrength(options) >= UCOL_SECONDARY) { in compareUTF16()
340 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; } in compareUTF16()
566 if(CollationSettings::getStrength(options) >= UCOL_SECONDARY) { in compareUTF8()
691 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; } in compareUTF8()
Dcollationsettings.cpp275 case UCOL_SECONDARY: in setStrength()
Dcollationruleparser.cpp228 strength = UCOL_SECONDARY; in parseRelationOperator()
239 strength = UCOL_SECONDARY; in parseRelationOperator()
Dcoleitr.cpp317 else if (s == UCOL_SECONDARY) { in strengthOrder()
Ducoleitr.cpp229 case UCOL_SECONDARY: in processCE()
Ducol_sit.cpp118 { '2', UCOL_SECONDARY },
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp215 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_SECONDARY, in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp205 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_SECONDARY, in processCollator()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp176 else if (*strength=="SECONDARY") { collatorStrength = UCOL_SECONDARY;} in searchTest()
383 case UCOL_SECONDARY: in OrderList()
1408 UCollationStrength strengths[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY}; in monkeyTest()
Dthcoll.cpp454 coll2->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in TestReordering()
Dregcoll.cpp665 c->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in Test4092260()
693 c->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in Test4095316()
Dcolldata.cpp63 case UCOL_SECONDARY: in CEList()
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h200 SECONDARY = UCOL_SECONDARY, // 1
Ducol.h96 UCOL_SECONDARY = 1, enumerator
/external/icu/libandroidicu/include/unicode/
Ducol.h96 UCOL_SECONDARY = 1, enumerator
/external/v8/src/objects/
Djs-collator.cc124 case UCOL_SECONDARY: in ResolvedOptions()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp168 FIELD_NAME_STR( LEN_UCOL, UCOL_SECONDARY ),

12