Home
last modified time | relevance | path

Searched refs:UCOL_QUATERNARY (Results 1 – 25 of 29) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Dcjaptst.c221 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestKatakanaHiragana()
247 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestChooonKigoo()
Dcfrtst.c163 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestTertiary()
Dcapitst.c109 …{UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTI… in TestGetSetAttr()
1729 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestSortKeyBufferOverrun()
1830 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error); in TestAttribute()
1831 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY || in TestAttribute()
1943 log_verbose("Strength %s\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys()
1952 …while comparing prefixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys()
1958 …while comparing suffixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys()
1965 if(strength == UCOL_QUATERNARY) { in TestMergeSortKeys()
Dcg7coll.c150 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestG7Locales()
Dusrchdat.c196 …{" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_CO…
536 …{" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_CO…
Dcallcoll.c161 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) { in sortKeyToString()
177 …if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == … in sortKeyToString()
Dcmsccoll.c207 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in BlackBirdTest()
301 UCOL_QUATERNARY,
1661 static const UColAttributeValue valOn[] = { UCOL_SHIFTED, UCOL_QUATERNARY };
2200 static const UColAttributeValue val[] = { UCOL_QUATERNARY }; in TestNewJapanese()
2203 static const UColAttributeValue valShifted[] = { UCOL_QUATERNARY, UCOL_SHIFTED }; in TestNewJapanese()
3480 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary()
4656 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestNonLeadBytesDuringCollationReordering()
/external/icu/icu4c/source/i18n/
Ducoleitr.cpp252 if (strength >= UCOL_QUATERNARY) { in processCE()
259 if (strength >= UCOL_QUATERNARY) { in processCE()
Dcollationsettings.cpp277 case UCOL_QUATERNARY: in setStrength()
Dcollationbuilder.cpp708 if(strength == UCOL_QUATERNARY && ce == 0) { in addRelation()
766 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_QUATERNARY); in findOrInsertNodeForCEs()
1416 if(strength == UCOL_QUATERNARY) { in makeTailoredCEs()
Dusearch.cpp163 if (strsrch->strength >= UCOL_QUATERNARY) { in getCE()
170 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) { in getCE()
3402 if ((strsrch->strength < UCOL_QUATERNARY && newStrength >= UCOL_QUATERNARY) || in usearch_reset()
3403 (strsrch->strength >= UCOL_QUATERNARY && newStrength < UCOL_QUATERNARY)) { in usearch_reset()
Ducol_sit.cpp120 { '4', UCOL_QUATERNARY },
Dcoll.cpp285 { "quaternary", UCOL_QUATERNARY },
Dcollationruleparser.cpp223 strength = UCOL_QUATERNARY; in parseRelationOperator()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp222 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp212 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator()
/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp105 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted()
Dcolldata.cpp78 if (strength >= UCOL_QUATERNARY) { in CEList()
Dssearch.cpp168 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;} in searchTest()
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h200 QUATERNARY = UCOL_QUATERNARY, // 3
Ducol.h103 UCOL_QUATERNARY=3, enumerator
/external/icu/libandroidicu/include/unicode/
Ducol.h103 UCOL_QUATERNARY=3, enumerator
/external/v8/src/objects/
Djs-collator.cc110 case UCOL_QUATERNARY: in ResolvedOptions()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp171 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp659 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break; in CollPerfTest()

12