/external/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 206 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status); in processCollator() 209 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_SECONDARY, in processCollator() 213 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status); in processCollator() 216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator() 220 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL, in processCollator()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 197 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status); in processCollator() 200 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_SECONDARY, in processCollator() 204 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status); in processCollator() 207 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY, in processCollator() 211 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL, in processCollator()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 302 UCOL_STRENGTH, enumerator 315 UCOL_HIRAGANA_QUATERNARY_MODE = UCOL_STRENGTH + 1, 335 UCOL_NUMERIC_COLLATION = UCOL_STRENGTH + 2,
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 107 …{UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTI… in TestGetSetAttr() 1108 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in TestSortKey() 1188 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKey() 1727 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestSortKeyBufferOverrun() 1732 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in TestSortKeyBufferOverrun() 1810 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY, &error); in TestAttribute() 1811 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_PRIMARY || in TestAttribute() 1816 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &error); in TestAttribute() 1817 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_SECONDARY || in TestAttribute() 1822 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &error); in TestAttribute() [all …]
|
D | cfrtst.c | 178 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_SECONDARY, &status); in TestSecondary()
|
D | cjaptst.c | 245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestChooonKigoo()
|
D | cg7coll.c | 148 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestG7Locales()
|
D | cmsccoll.c | 208 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in BlackBirdTest() 221 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in BlackBirdTest() 370 ucol_setAttribute(coll, UCOL_STRENGTH, strengths[k], &status); 1664 static const UColAttribute att[] = { UCOL_ALTERNATE_HANDLING, UCOL_STRENGTH }; 1704 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in TestBocsuCoverage() 2203 static const UColAttribute att[] = { UCOL_STRENGTH }; in TestNewJapanese() 2206 static const UColAttribute attShifted[] = { UCOL_STRENGTH, UCOL_ALTERNATE_HANDLING}; in TestNewJapanese() 2924 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY, &status); in TestJ2726() 3483 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST }; in TestUpperFirstQuaternary() 3492 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL }; in TestJ4960() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 983 col->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, success); in TestCompare() 1078 col->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, status); in TestSortKey() 1225 col->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, errorCode); in TestSortKeyOverflow() 1479 coll->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, error); in TestAttribute() 1480 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_PRIMARY || in TestAttribute() 1485 coll->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, error); in TestAttribute() 1486 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_SECONDARY || in TestAttribute() 1491 coll->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, error); in TestAttribute() 1492 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_TERTIARY || in TestAttribute() 1497 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error); in TestAttribute() [all …]
|
D | ucaconf.cpp | 94 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in setCollNonIgnorable() 103 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted()
|
D | thcoll.cpp | 451 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 | 292 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, errorCode); in TestIllegalUTF8() 1091 { "strength", UCOL_STRENGTH }, 1374 int32_t numLevels = coll->getAttribute(UCOL_STRENGTH, errorCode); in getCollationKey()
|
D | tsmthred.cpp | 1065 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in TestCollators()
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 650 case 1: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_PRIMARY, &status); break; in CollPerfTest() 651 case 2: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_SECONDARY, &status); break; in CollPerfTest() 652 case 3: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); break; in CollPerfTest() 653 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break; in CollPerfTest() 654 case 5: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); break; in CollPerfTest()
|
/external/sqlite/android/ |
D | sqlite3_android.cpp | 427 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status); in register_localized_collators() 471 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status); in register_localized_collators()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1486 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_PRIMARY, &status); in main() 1489 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_SECONDARY, &status); in main() 1492 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_TERTIARY, &status); in main() 1495 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in main() 1498 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in main()
|
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 265 { "colStrength", UCOL_STRENGTH }, 907 return (ECollationStrength)getAttribute(UCOL_STRENGTH, intStatus); in getStrength() 913 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); in setStrength()
|
D | ucol.cpp | 359 ucol_setAttribute(coll, UCOL_STRENGTH, strength, &status); in ucol_setStrength() 366 return ucol_getAttribute(coll, UCOL_STRENGTH, &status); in ucol_getStrength()
|
D | rulebasedcollator.cpp | 426 case UCOL_STRENGTH: in getAttribute() 482 case UCOL_STRENGTH: in setAttribute() 1592 if(attributeHasBeenSetExplicitly(UCOL_STRENGTH)) { in internalGetShortDefinitionString() 1593 appendAttribute(result, 'S', getAttribute(UCOL_STRENGTH, errorCode), errorCode); in internalGetShortDefinitionString()
|
D | ucoleitr.cpp | 204 strength = coll.getAttribute(UCOL_STRENGTH, status); in init()
|
D | ucol_sit.cpp | 290 /* 06 STRENGTH */ {strengthArg, _processCollatorOption, UCOL_STRENGTH }, // stren…
|
D | alphaindex.cpp | 918 collatorPrimaryOnly_->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, status); in init()
|
D | collationbuilder.cpp | 183 setAttribute(UCOL_STRENGTH, (UColAttributeValue)strength, errorCode); in internalBuildTailoring()
|
/external/v8/src/ |
D | i18n.cc | 559 switch (collator->getAttribute(UCOL_STRENGTH, status)) { in SetResolvedCollatorSettings()
|