Home
last modified time | relevance | path

Searched refs:UCOL_LOWER_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.cpp317 case UCOL_LOWER_FIRST: in setCaseFirst()
Ducol_sit.cpp121 { 'L', UCOL_LOWER_FIRST },
Dcoll.cpp288 { "lower", UCOL_LOWER_FIRST },
Dcollationruleparser.cpp561 value = UCOL_LOWER_FIRST; in parseSetting()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp180 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator()
/external/icu/icu4c/source/test/intltest/
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()
2308 if(val == UCOL_LOWER_FIRST){ in TestClone()
2311 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestClone()
2319 if(val == UCOL_LOWER_FIRST){ in TestClone()
2322 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestClone()
Dregcoll.cpp1271 col->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestCaseFirstCompression()
Dcollationtest.cpp1110 { "lower", UCOL_LOWER_FIRST },
/external/icu/icu4c/source/i18n/unicode/
Ducol.h122 UCOL_LOWER_FIRST = 24, enumerator
/external/v8/src/
Di18n.cc496 collator->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in CreateICUCollator()
543 case UCOL_LOWER_FIRST: in SetResolvedCollatorSettings()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp182 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_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()
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()
Dcmsccoll.c283 UCOL_LOWER_FIRST,
856 { UCOL_LOWER_FIRST, UCOL_OFF}, in TestCase()
858 { UCOL_LOWER_FIRST, UCOL_ON}, in TestCase()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp625 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_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()