Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.h168 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST; in getCaseFirst()
Dcollationsettings.cpp322 case UCOL_UPPER_FIRST: in setCaseFirst()
Ducol_sit.cpp127 { 'U', UCOL_UPPER_FIRST },
Dcoll.cpp291 { "upper", UCOL_UPPER_FIRST }
Dcollationruleparser.cpp565 value = UCOL_UPPER_FIRST; in parseSetting()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp199 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
/external/v8/src/objects/
Djs-collator.cc101 case UCOL_UPPER_FIRST: in ResolvedOptions()
247 return UCOL_UPPER_FIRST; in ToUColAttributeValue()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h126 UCOL_UPPER_FIRST = 25, enumerator
/external/icu/libandroidicu/include/unicode/
Ducol.h126 UCOL_UPPER_FIRST = 25, enumerator
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1468 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error); in TestAttribute()
1469 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST || in TestAttribute()
2340 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone()
2351 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.cpp1109 { "upper", UCOL_UPPER_FIRST }
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp182 FIELD_NAME_STR( LEN_UCOL, UCOL_UPPER_FIRST ),
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c106 …{UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes fir… in TestGetSetAttr()
1783 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &error); in TestAttribute()
1784 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_UPPER_FIRST || in TestAttribute()
Dcmsccoll.c283 UCOL_UPPER_FIRST
855 { UCOL_UPPER_FIRST, UCOL_OFF}, in TestCase()
857 { UCOL_UPPER_FIRST, UCOL_ON} in TestCase()
1680 static const UColAttributeValue valOn[] = { UCOL_UPPER_FIRST};
3482 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp633 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in CollPerfTest()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1478 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in main()