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

123

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp148 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) {
4576 uint8_t compareQuad = (uint8_t)((strength >= UCOL_QUATERNARY)?0:0xFF);
5356 } else if(strength == UCOL_QUATERNARY) {
5821 if(strength >= UCOL_QUATERNARY) {
7114 UBool checkQuad = (strength >= UCOL_QUATERNARY);
H A Ducol_sit.cpp117 { '4', UCOL_QUATERNARY },
H A Ducol_tok.cpp357 {suboption_09, 1, UCOL_QUATERNARY},
H A Ducoleitr.cpp281 if (elems->pce->strength >= UCOL_QUATERNARY) {
288 if (elems->pce->strength >= UCOL_QUATERNARY) {
H A Dusearch.cpp167 if (strsrch->strength >= UCOL_QUATERNARY) {
174 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
3390 if ((strsrch->strength < UCOL_QUATERNARY && newStrength >= UCOL_QUATERNARY) ||
3391 (strsrch->strength >= UCOL_QUATERNARY && newStrength < 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/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.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 Dcfrtst.c160 ucol_setStrength(myCollation, UCOL_QUATERNARY);
H A Dcg7coll.c148 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
H A Dcitertst.c1878 UCOL_TERTIARY, UCOL_QUATERNARY,
H A Dcjaptst.c219 ucol_setStrength(myCollation, UCOL_QUATERNARY);
245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
H A Dcmsccoll.c209 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
303 UCOL_QUATERNARY,
312 "UCOL_QUATERNARY",
737 return UCOL_QUATERNARY;
1359 ucol_setAttribute(UCA, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
2934 static const UColAttributeValue valOn[] = { UCOL_SHIFTED, UCOL_QUATERNARY };
3510 static const UColAttributeValue val[] = { UCOL_QUATERNARY };
3513 static const UColAttributeValue valShifted[] = { UCOL_QUATERNARY, UCOL_SHIFTED };
4854 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST };
6006 ucol_setStrength(myCollation, UCOL_QUATERNARY);
[all...]
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/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1528 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error);
1529 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_QUATERNARY ||
H A Dcolldata.cpp77 if (strength >= UCOL_QUATERNARY) {
H A Dssearch.cpp167 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
H A Ducaconf.cpp101 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp1495 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp653 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break;
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp101 {UCOL_QUATERNARY, "UCOL_QUATERNARY"},
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dudbgutil.cpp170 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),

Completed in 527 milliseconds

123