Home
last modified time | relevance | path

Searched refs:UCOL_STRENGTH (Results 1 – 25 of 26) sorted by relevance

12

/external/icu/icu4c/source/samples/coll/
Dcoll.cpp212 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status); in processCollator()
215 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_SECONDARY, in processCollator()
219 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status); in processCollator()
222 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator()
226 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL, in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp202 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status); in processCollator()
205 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_SECONDARY, in processCollator()
209 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status); in processCollator()
212 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator()
216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL, in processCollator()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h310 UCOL_STRENGTH, enumerator
323 UCOL_HIRAGANA_QUATERNARY_MODE = UCOL_STRENGTH + 1,
343 UCOL_NUMERIC_COLLATION = UCOL_STRENGTH + 2,
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp985 col->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, success); in TestCompare()
1080 col->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, status); in TestSortKey()
1227 col->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, errorCode); in TestSortKeyOverflow()
1481 coll->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, error); in TestAttribute()
1482 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_PRIMARY || in TestAttribute()
1487 coll->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, error); in TestAttribute()
1488 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_SECONDARY || in TestAttribute()
1493 coll->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, error); in TestAttribute()
1494 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_TERTIARY || in TestAttribute()
1499 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error); in TestAttribute()
[all …]
Ducaconf.cpp96 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in setCollNonIgnorable()
105 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted()
Dthcoll.cpp454 coll2->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in TestReordering()
Dregcoll.cpp665 c->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in Test4092260()
693 c->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in Test4095316()
Dcollationtest.cpp294 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, errorCode); in TestIllegalUTF8()
1093 { "strength", UCOL_STRENGTH },
1376 int32_t numLevels = coll->getAttribute(UCOL_STRENGTH, errorCode); in getCollationKey()
Dtsmthred.cpp1067 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in TestCollators()
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c109 …{UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTI… in TestGetSetAttr()
1110 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in TestSortKey()
1190 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKey()
1729 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestSortKeyBufferOverrun()
1734 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKeyBufferOverrun()
1812 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY, &error); in TestAttribute()
1813 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_PRIMARY || in TestAttribute()
1818 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &error); in TestAttribute()
1819 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_SECONDARY || in TestAttribute()
1824 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &error); in TestAttribute()
[all …]
Dcfrtst.c181 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_SECONDARY, &status); in TestSecondary()
Dcjaptst.c247 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestChooonKigoo()
Dcg7coll.c150 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestG7Locales()
Dcmsccoll.c207 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in BlackBirdTest()
220 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in BlackBirdTest()
369 ucol_setAttribute(coll, UCOL_STRENGTH, strengths[k], &status);
1663 static const UColAttribute att[] = { UCOL_ALTERNATE_HANDLING, UCOL_STRENGTH };
1703 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in TestBocsuCoverage()
2202 static const UColAttribute att[] = { UCOL_STRENGTH }; in TestNewJapanese()
2205 static const UColAttribute attShifted[] = { UCOL_STRENGTH, UCOL_ALTERNATE_HANDLING}; in TestNewJapanese()
2923 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY, &status); in TestJ2726()
3482 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST }; in TestUpperFirstQuaternary()
3491 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL }; in TestJ4960()
[all …]
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp656 case 1: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_PRIMARY, &status); break; in CollPerfTest()
657 case 2: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_SECONDARY, &status); break; in CollPerfTest()
658 case 3: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); break; in CollPerfTest()
659 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break; in CollPerfTest()
660 case 5: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); break; in CollPerfTest()
/external/sqlite/android/
Dsqlite3_android.cpp438 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status); in register_localized_collators()
480 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status); in register_localized_collators()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1490 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_PRIMARY, &status); in main()
1493 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_SECONDARY, &status); in main()
1496 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_TERTIARY, &status); in main()
1499 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in main()
1502 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in main()
/external/icu/icu4c/source/i18n/
Dcoll.cpp267 { "colStrength", UCOL_STRENGTH },
909 return (ECollationStrength)getAttribute(UCOL_STRENGTH, intStatus); in getStrength()
915 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); in setStrength()
Ducol.cpp361 ucol_setAttribute(coll, UCOL_STRENGTH, strength, &status); in ucol_setStrength()
368 return ucol_getAttribute(coll, UCOL_STRENGTH, &status); in ucol_getStrength()
Drulebasedcollator.cpp428 case UCOL_STRENGTH: in getAttribute()
484 case UCOL_STRENGTH: in setAttribute()
1594 if(attributeHasBeenSetExplicitly(UCOL_STRENGTH)) { in internalGetShortDefinitionString()
1595 appendAttribute(result, 'S', getAttribute(UCOL_STRENGTH, errorCode), errorCode); in internalGetShortDefinitionString()
Ducoleitr.cpp206 strength = coll.getAttribute(UCOL_STRENGTH, status); in init()
Ducol_sit.cpp292 /* 06 STRENGTH */ {strengthArg, _processCollatorOption, UCOL_STRENGTH }, // stren…
Dalphaindex.cpp920 collatorPrimaryOnly_->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, status); in init()
Dcollationbuilder.cpp185 setAttribute(UCOL_STRENGTH, (UColAttributeValue)strength, errorCode); in internalBuildTailoring()
/external/v8/src/
Di18n.cc559 switch (collator->getAttribute(UCOL_STRENGTH, status)) { in SetResolvedCollatorSettings()

12