Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.h166 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST; in getCaseFirst()
Dcollationsettings.cpp320 case UCOL_UPPER_FIRST: in setCaseFirst()
Ducol_sit.cpp125 { 'U', UCOL_UPPER_FIRST },
Dcoll.cpp289 { "upper", UCOL_UPPER_FIRST }
Dcollationruleparser.cpp563 value = UCOL_UPPER_FIRST; in parseSetting()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp193 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp184 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h124 UCOL_UPPER_FIRST = 25, enumerator
/external/v8/src/
Di18n.cc494 collator->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in CreateICUCollator()
548 case UCOL_UPPER_FIRST: in SetResolvedCollatorSettings()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1449 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error); in TestAttribute()
1450 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST || in TestAttribute()
2309 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone()
2320 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone()
Dregcoll.cpp1263 col->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestCaseFirstCompression()
Dcollationtest.cpp1111 { "upper", UCOL_UPPER_FIRST }
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp183 FIELD_NAME_STR( LEN_UCOL, UCOL_UPPER_FIRST ),
/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()
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.c284 UCOL_UPPER_FIRST
857 { UCOL_UPPER_FIRST, UCOL_OFF}, in TestCase()
859 { UCOL_UPPER_FIRST, UCOL_ON} in TestCase()
1682 static const UColAttributeValue valOn[] = { UCOL_UPPER_FIRST};
3484 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp627 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in CollPerfTest()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1475 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in main()