Home
last modified time | relevance | path

Searched refs:UCOL_CASE_FIRST (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/samples/coll/
Dcoll.cpp189 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/
Dstrsrch.cpp180 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/
Ducaconf.cpp92 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollNonIgnorable()
101 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollShifted()
Dapicoll.cpp1443 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 …]
Dregcoll.cpp1263 col->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestCaseFirstCompression()
1271 col->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestCaseFirstCompression()
Dtsmthred.cpp1063 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in TestCollators()
Dcollationtest.cpp1088 { "caseFirst", UCOL_CASE_FIRST },
/external/v8/src/
Di18n.cc494 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/
Drulebasedcollator.cpp418 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()
Ducol_sit.cpp281 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // cas…
Dcoll.cpp268 { "colCaseFirst", UCOL_CASE_FIRST },
/external/icu/icu4c/source/i18n/unicode/
Ducol.h261 UCOL_CASE_FIRST, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c103 …{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()
Dcmsccoll.c358 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/
Dcollperf.cpp625 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/
Dcollperf.cpp1472 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()