Home
last modified time | relevance | path

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

/external/v8/src/objects/
Djs-collator.cc75 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/
Dcoll.cpp195 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/
Dstrsrch.cpp185 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/
Ducaconf.cpp94 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollNonIgnorable()
103 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollShifted()
Dapicoll.cpp1462 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 …]
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.cpp1015 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in TestCollators()
Dcollationtest.cpp1086 { "caseFirst", UCOL_CASE_FIRST },
/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp420 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()
Ducol_sit.cpp283 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // cas…
Dcoll.cpp272 { "colCaseFirst", UCOL_CASE_FIRST },
/external/icu/icu4c/source/i18n/unicode/
Ducol.h269 UCOL_CASE_FIRST, enumerator
/external/icu/libandroidicu/include/unicode/
Ducol.h269 UCOL_CASE_FIRST, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c105 …{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()
Dcmsccoll.c357 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/
Dcollperf.cpp631 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/
Dcollperf.cpp1476 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()