/external/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 212 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/ |
D | strsrch.cpp | 202 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/ |
D | ucol.h | 310 UCOL_STRENGTH, enumerator 323 UCOL_HIRAGANA_QUATERNARY_MODE = UCOL_STRENGTH + 1, 343 UCOL_NUMERIC_COLLATION = UCOL_STRENGTH + 2,
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 985 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 …]
|
D | ucaconf.cpp | 96 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()
|
D | thcoll.cpp | 454 coll2->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in TestReordering()
|
D | regcoll.cpp | 665 c->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in Test4092260() 693 c->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in Test4095316()
|
D | collationtest.cpp | 294 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, errorCode); in TestIllegalUTF8() 1093 { "strength", UCOL_STRENGTH }, 1376 int32_t numLevels = coll->getAttribute(UCOL_STRENGTH, errorCode); in getCollationKey()
|
D | tsmthred.cpp | 1067 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in TestCollators()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 109 …{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 …]
|
D | cfrtst.c | 181 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_SECONDARY, &status); in TestSecondary()
|
D | cjaptst.c | 247 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestChooonKigoo()
|
D | cg7coll.c | 150 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestG7Locales()
|
D | cmsccoll.c | 207 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/ |
D | collperf.cpp | 656 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/ |
D | sqlite3_android.cpp | 438 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/ |
D | collperf.cpp | 1490 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/ |
D | coll.cpp | 267 { "colStrength", UCOL_STRENGTH }, 909 return (ECollationStrength)getAttribute(UCOL_STRENGTH, intStatus); in getStrength() 915 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); in setStrength()
|
D | ucol.cpp | 361 ucol_setAttribute(coll, UCOL_STRENGTH, strength, &status); in ucol_setStrength() 368 return ucol_getAttribute(coll, UCOL_STRENGTH, &status); in ucol_getStrength()
|
D | rulebasedcollator.cpp | 428 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()
|
D | ucoleitr.cpp | 206 strength = coll.getAttribute(UCOL_STRENGTH, status); in init()
|
D | ucol_sit.cpp | 292 /* 06 STRENGTH */ {strengthArg, _processCollatorOption, UCOL_STRENGTH }, // stren…
|
D | alphaindex.cpp | 920 collatorPrimaryOnly_->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, status); in init()
|
D | collationbuilder.cpp | 185 setAttribute(UCOL_STRENGTH, (UColAttributeValue)strength, errorCode); in internalBuildTailoring()
|
/external/v8/src/ |
D | i18n.cc | 559 switch (collator->getAttribute(UCOL_STRENGTH, status)) { in SetResolvedCollatorSettings()
|