/external/v8/src/objects/ |
D | js-collator.cc | 75 switch (icu_collator->getAttribute(UCOL_CASE_FIRST, status)) { in ResolvedOptions() 227 icu_collator->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in SetCaseFirstOption() 229 icu_collator->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in SetCaseFirstOption() 231 icu_collator->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in SetCaseFirstOption()
|
/external/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 195 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator() 199 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 185 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator() 189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 94 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollNonIgnorable() 103 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollShifted()
|
D | apicoll.cpp | 1462 coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error); in TestAttribute() 1463 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST || in TestAttribute() 1468 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error); in TestAttribute() 1469 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST || in TestAttribute() 2338 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status); in TestClone() 2340 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone() 2342 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestClone() 2349 val = c2->getAttribute(UCOL_CASE_FIRST, status); in TestClone() 2351 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone() 2353 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestClone() [all …]
|
D | regcoll.cpp | 1263 col->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestCaseFirstCompression() 1271 col->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestCaseFirstCompression()
|
D | tsmthred.cpp | 1015 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in TestCollators()
|
D | collationtest.cpp | 1086 { "caseFirst", UCOL_CASE_FIRST },
|
/external/icu/icu4c/source/i18n/ |
D | rulebasedcollator.cpp | 420 case UCOL_CASE_FIRST: in getAttribute() 473 case UCOL_CASE_FIRST: in setAttribute() 1572 if(attributeHasBeenSetExplicitly(UCOL_CASE_FIRST)) { in internalGetShortDefinitionString() 1573 appendAttribute(result, 'C', getAttribute(UCOL_CASE_FIRST, errorCode), errorCode); in internalGetShortDefinitionString()
|
D | ucol_sit.cpp | 283 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // cas…
|
D | coll.cpp | 272 { "colCaseFirst", UCOL_CASE_FIRST },
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 269 UCOL_CASE_FIRST, enumerator
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 269 UCOL_CASE_FIRST, enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 105 …{UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes fir… in TestGetSetAttr() 1776 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &error); in TestAttribute() 1777 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST || in TestAttribute() 1782 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &error); in TestAttribute() 1783 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_UPPER_FIRST || in TestAttribute()
|
D | cmsccoll.c | 357 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status); 871 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status); in TestCase() 891 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status); in TestCase() 1677 static const UColAttribute att[] = { UCOL_CASE_FIRST}; 3479 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST }; in TestUpperFirstQuaternary()
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 631 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in CollPerfTest() 633 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in CollPerfTest()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1476 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in main() 1479 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in main()
|