/external/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator() 193 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 180 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator() 184 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 92 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollNonIgnorable() 101 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollShifted()
|
D | apicoll.cpp | 1443 coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error); in TestAttribute() 1444 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST || in TestAttribute() 1449 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error); in TestAttribute() 1450 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST || in TestAttribute() 2307 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status); in TestClone() 2309 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone() 2311 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestClone() 2318 val = c2->getAttribute(UCOL_CASE_FIRST, status); in TestClone() 2320 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone() 2322 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 | 1063 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in TestCollators()
|
D | collationtest.cpp | 1088 { "caseFirst", UCOL_CASE_FIRST },
|
/external/v8/src/ |
D | i18n.cc | 494 collator->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in CreateICUCollator() 496 collator->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in CreateICUCollator() 499 collator->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in CreateICUCollator() 542 switch (collator->getAttribute(UCOL_CASE_FIRST, status)) { in SetResolvedCollatorSettings()
|
/external/icu/icu4c/source/i18n/ |
D | rulebasedcollator.cpp | 418 case UCOL_CASE_FIRST: in getAttribute() 471 case UCOL_CASE_FIRST: in setAttribute() 1570 if(attributeHasBeenSetExplicitly(UCOL_CASE_FIRST)) { in internalGetShortDefinitionString() 1571 appendAttribute(result, 'C', getAttribute(UCOL_CASE_FIRST, errorCode), errorCode); in internalGetShortDefinitionString()
|
D | ucol_sit.cpp | 281 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // cas…
|
D | coll.cpp | 268 { "colCaseFirst", UCOL_CASE_FIRST },
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 261 UCOL_CASE_FIRST, enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 103 …{UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes fir… in TestGetSetAttr() 1774 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &error); in TestAttribute() 1775 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST || in TestAttribute() 1780 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &error); in TestAttribute() 1781 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_UPPER_FIRST || in TestAttribute()
|
D | cmsccoll.c | 358 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status); 875 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status); in TestCase() 895 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status); in TestCase() 1681 static const UColAttribute att[] = { UCOL_CASE_FIRST}; 3483 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST }; in TestUpperFirstQuaternary()
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 625 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in CollPerfTest() 627 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in CollPerfTest()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1472 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in main() 1475 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in main()
|