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

123

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcjaptst.c219 ucol_setStrength(myCollation, UCOL_QUATERNARY);
245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
H A Dcapitst.c106 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
1703 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
1804 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &error);
1805 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY ||
1869 "UCOL_QUATERNARY",
1917 log_verbose("Strength %s\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1926 log_err("Error while comparing prefixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1932 log_err("Error while comparing suffixed keys @ strength %s:\n", strengthsC[strength<=UCOL_QUATERNARY?strength:4]);
1939 if(strength == UCOL_QUATERNARY) {
H A Dcg7coll.c148 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
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,
H A Dcfrtst.c160 ucol_setStrength(myCollation, UCOL_QUATERNARY);
/external/icu/icu4c/source/test/cintltst/
H A Dcjaptst.c219 ucol_setStrength(myCollation, UCOL_QUATERNARY);
245 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 */
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 Dcg7coll.c150 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
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/i18n/
H A Ducoleitr.cpp242 if (strength >= UCOL_QUATERNARY) {
249 if (strength >= UCOL_QUATERNARY) {
H A Dcollationsettings.cpp138 case 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 Ducol_sit.cpp118 { '4', UCOL_QUATERNARY },
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcoll.h212 QUATERNARY = UCOL_QUATERNARY, // 3
H A Ducol.h107 UCOL_QUATERNARY=3, enumerator in enum:__anon12149
293 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL. The usual strength
645 * UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL
657 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
/external/chromium_org/third_party/icu/source/samples/coll/
H A Dcoll.cpp216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
/external/chromium_org/third_party/icu/source/samples/strsrch/
H A Dstrsrch.cpp207 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducaconf.cpp101 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
H A Dcolldata.cpp77 if (strength >= UCOL_QUATERNARY) {
/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/intltest/
H A Ducaconf.cpp103 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducoleitr.cpp281 if (elems->pce->strength >= UCOL_QUATERNARY) {
288 if (elems->pce->strength >= 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

Completed in 592 milliseconds

123