Searched refs:UCOL_LOWER_FIRST (Results 1 – 17 of 17) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationsettings.h | 166 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST; in getCaseFirst()
|
D | collationsettings.cpp | 317 case UCOL_LOWER_FIRST: in setCaseFirst()
|
D | ucol_sit.cpp | 121 { 'L', UCOL_LOWER_FIRST },
|
D | coll.cpp | 288 { "lower", UCOL_LOWER_FIRST },
|
D | collationruleparser.cpp | 561 value = UCOL_LOWER_FIRST; in parseSetting()
|
/external/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 180 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator()
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1443 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()
|
D | regcoll.cpp | 1271 col->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestCaseFirstCompression()
|
D | collationtest.cpp | 1110 { "lower", UCOL_LOWER_FIRST },
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 122 UCOL_LOWER_FIRST = 24, enumerator
|
/external/v8/src/ |
D | i18n.cc | 496 collator->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in CreateICUCollator() 543 case UCOL_LOWER_FIRST: in SetResolvedCollatorSettings()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 182 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_FIRST ),
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 103 …{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()
|
D | cmsccoll.c | 283 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/ |
D | collperf.cpp | 625 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in CollPerfTest()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1472 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in main()
|