Searched refs:UCOL_QUATERNARY (Results 1 - 25 of 53) sorted by last modified time

123

/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp170 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp283 { "quaternary", UCOL_QUATERNARY },
H A Dcollationbuilder.cpp701 if(strength == UCOL_QUATERNARY && ce == 0) {
759 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_QUATERNARY);
1378 if(strength == UCOL_QUATERNARY) {
H A Dcollationruleparser.cpp223 strength = UCOL_QUATERNARY;
H A Dcollationsettings.cpp138 case UCOL_QUATERNARY:
H A Ducol_sit.cpp118 { '4', UCOL_QUATERNARY },
H A Ducoleitr.cpp242 if (strength >= UCOL_QUATERNARY) {
249 if (strength >= UCOL_QUATERNARY) {
H A Dusearch.cpp159 if (strsrch->strength >= UCOL_QUATERNARY) {
166 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
3398 if ((strsrch->strength < UCOL_QUATERNARY && newStrength >= UCOL_QUATERNARY) ||
3399 (strsrch->strength >= UCOL_QUATERNARY && newStrength < UCOL_QUATERNARY)) {
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h206 QUATERNARY = UCOL_QUATERNARY, // 3
H A Ducol.h101 UCOL_QUATERNARY=3, enumerator in enum:__anon21935
287 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL. The usual strength
661 * UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL
673 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
/external/icu/icu4c/source/samples/coll/
H A Dcoll.cpp216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
/external/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp207 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
H A Dcapitst.c109 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
1705 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
1806 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error);
1807 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY ||
1871 "UCOL_QUATERNARY",
1919 log_verbose("Strength %s\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1928 log_err("Error while comparing prefixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1934 log_err("Error while comparing suffixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1941 if(strength == UCOL_QUATERNARY) {
H A Dcfrtst.c160 ucol_setStrength(myCollation, UCOL_QUATERNARY);
H A Dcg7coll.c150 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
H A Dcjaptst.c219 ucol_setStrength(myCollation, UCOL_QUATERNARY);
245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
H A Dcmsccoll.c208 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
302 UCOL_QUATERNARY,
311 "UCOL_QUATERNARY",
1661 static const UColAttributeValue valOn[] = { UCOL_SHIFTED, UCOL_QUATERNARY };
2200 static const UColAttributeValue val[] = { UCOL_QUATERNARY };
2203 static const UColAttributeValue valShifted[] = { UCOL_QUATERNARY, UCOL_SHIFTED };
3480 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST };
4656 ucol_setStrength(myCollation, UCOL_QUATERNARY);
H A Dusrchdat.c194 {" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
534 {" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1513 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error);
1514 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_QUATERNARY ||
H A Dcollationtest.cpp1074 { "quaternary", UCOL_QUATERNARY },
H A Dcolldata.cpp79 if (strength >= UCOL_QUATERNARY) {
H A Dssearch.cpp167 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
H A Ducaconf.cpp103 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1495 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_QUATERNARY, &status);

Completed in 297 milliseconds

123