Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/test/cintltst/
Dcjaptst.c219 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestKatakanaHiragana()
245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestChooonKigoo()
Dcfrtst.c160 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestTertiary()
Dcg7coll.c148 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestG7Locales()
Dcapitst.c107 …{UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTI… in TestGetSetAttr()
1727 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestSortKeyBufferOverrun()
1828 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error); in TestAttribute()
1829 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY || in TestAttribute()
1941 log_verbose("Strength %s\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys()
1950 …while comparing prefixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys()
1956 …while comparing suffixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]); in TestMergeSortKeys()
1963 if(strength == UCOL_QUATERNARY) { in TestMergeSortKeys()
Dusrchdat.c194 …{" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_CO…
534 …{" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_CO…
Dcallcoll.c157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) { in sortKeyToString()
173 …if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == … in sortKeyToString()
Dcmsccoll.c208 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in BlackBirdTest()
302 UCOL_QUATERNARY,
1665 static const UColAttributeValue valOn[] = { UCOL_SHIFTED, UCOL_QUATERNARY };
2204 static const UColAttributeValue val[] = { UCOL_QUATERNARY }; in TestNewJapanese()
2207 static const UColAttributeValue valShifted[] = { UCOL_QUATERNARY, UCOL_SHIFTED }; in TestNewJapanese()
3484 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary()
4660 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestNonLeadBytesDuringCollationReordering()
/external/icu/icu4c/source/i18n/
Ducoleitr.cpp250 if (strength >= UCOL_QUATERNARY) { in processCE()
257 if (strength >= UCOL_QUATERNARY) { in processCE()
Dcollationsettings.cpp275 case UCOL_QUATERNARY: in setStrength()
Dcollationbuilder.cpp706 if(strength == UCOL_QUATERNARY && ce == 0) { in addRelation()
764 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_QUATERNARY); in findOrInsertNodeForCEs()
1414 if(strength == UCOL_QUATERNARY) { in makeTailoredCEs()
Dusearch.cpp161 if (strsrch->strength >= UCOL_QUATERNARY) { in getCE()
168 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) { in getCE()
3400 if ((strsrch->strength < UCOL_QUATERNARY && newStrength >= UCOL_QUATERNARY) || in usearch_reset()
3401 (strsrch->strength >= UCOL_QUATERNARY && newStrength < UCOL_QUATERNARY)) { in usearch_reset()
Ducol_sit.cpp118 { '4', UCOL_QUATERNARY },
Dcoll.cpp281 { "quaternary", UCOL_QUATERNARY },
Dcollationruleparser.cpp221 strength = UCOL_QUATERNARY; in parseRelationOperator()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp207 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator()
/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp103 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted()
Dcolldata.cpp79 if (strength >= UCOL_QUATERNARY) { in CEList()
Dssearch.cpp167 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;} in searchTest()
Dapicoll.cpp1497 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error); in TestAttribute()
1498 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_QUATERNARY || in TestAttribute()
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h198 QUATERNARY = UCOL_QUATERNARY, // 3
Ducol.h101 UCOL_QUATERNARY=3, enumerator
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp172 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),
/external/v8/src/
Di18n.cc593 case UCOL_QUATERNARY: in SetResolvedCollatorSettings()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp653 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break; in CollPerfTest()

12