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.h168 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST; in getCaseFirst()
Dcollationsettings.cpp319 case UCOL_LOWER_FIRST: in setCaseFirst()
Ducol_sit.cpp123 { 'L', UCOL_LOWER_FIRST },
Dcoll.cpp290 { "lower", UCOL_LOWER_FIRST },
Dcollationruleparser.cpp563 value = UCOL_LOWER_FIRST; in parseSetting()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp195 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp185 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1445 coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error); in TestAttribute()
1446 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST || in TestAttribute()
2310 if(val == UCOL_LOWER_FIRST){ in TestClone()
2313 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestClone()
2321 if(val == UCOL_LOWER_FIRST){ in TestClone()
2324 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.cpp1112 { "lower", UCOL_LOWER_FIRST },
/external/icu/icu4c/source/i18n/unicode/
Ducol.h124 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.cpp181 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_FIRST ),
/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()
Dcmsccoll.c282 UCOL_LOWER_FIRST,
855 { UCOL_LOWER_FIRST, UCOL_OFF}, in TestCase()
857 { UCOL_LOWER_FIRST, UCOL_ON}, in TestCase()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp631 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_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()