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

12

/external/icu/icu4c/source/test/cintltst/
H A Dcjaptst.c221 ucol_setStrength(myCollation, UCOL_QUATERNARY);
247 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
H A Dcapitst.c109 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
1729 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
1830 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error);
1831 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY ||
1895 "UCOL_QUATERNARY",
1943 log_verbose("Strength %s\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1952 log_err("Error while comparing prefixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1958 log_err("Error while comparing suffixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1965 if(strength == UCOL_QUATERNARY) {
H A Dcg7coll.c150 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
H A Dusrchdat.c196 {" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
536 {" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
H A Dcfrtst.c163 ucol_setStrength(myCollation, UCOL_QUATERNARY);
H A Dcallcoll.c159 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
175 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
H A Dcmsccoll.c207 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
301 UCOL_QUATERNARY,
310 "UCOL_QUATERNARY",
1664 static const UColAttributeValue valOn[] = { UCOL_SHIFTED, UCOL_QUATERNARY };
2203 static const UColAttributeValue val[] = { UCOL_QUATERNARY };
2206 static const UColAttributeValue valShifted[] = { UCOL_QUATERNARY, UCOL_SHIFTED };
3483 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST };
4659 ucol_setStrength(myCollation, UCOL_QUATERNARY);
/external/icu/icu4c/source/i18n/
H A Ducoleitr.cpp252 if (strength >= UCOL_QUATERNARY) {
259 if (strength >= UCOL_QUATERNARY) {
H A Dcollationsettings.cpp277 case UCOL_QUATERNARY:
H A Dcollationbuilder.cpp708 if(strength == UCOL_QUATERNARY && ce == 0) {
766 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_QUATERNARY);
1416 if(strength == UCOL_QUATERNARY) {
H A Ducol_sit.cpp120 { '4', UCOL_QUATERNARY },
H A Dusearch.cpp163 if (strsrch->strength >= UCOL_QUATERNARY) {
170 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
3402 if ((strsrch->strength < UCOL_QUATERNARY && newStrength >= UCOL_QUATERNARY) ||
3403 (strsrch->strength >= UCOL_QUATERNARY && newStrength < UCOL_QUATERNARY)) {
H A Dcoll.cpp283 { "quaternary", UCOL_QUATERNARY },
H A Dcollationruleparser.cpp223 strength = UCOL_QUATERNARY;
/external/icu/icu4c/source/samples/coll/
H A Dcoll.cpp222 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
/external/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp212 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
/external/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp105 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
H A Dcolldata.cpp78 if (strength >= UCOL_QUATERNARY) {
H A Dapicoll.cpp1499 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error);
1500 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_QUATERNARY ||
H A Dssearch.cpp168 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h200 QUATERNARY = UCOL_QUATERNARY, // 3
H A Ducol.h103 UCOL_QUATERNARY=3, enumerator in enum:__anon7517
295 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL. The usual strength
673 * UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL
685 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp659 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break;
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp171 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),
/external/v8/src/
H A Di18n.cc593 case UCOL_QUATERNARY:

Completed in 1347 milliseconds

12