Searched refs:UCOL_LOWER_FIRST (Results 1 – 17 of 17) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationsettings.h | 168 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST; in getCaseFirst()
|
D | collationsettings.cpp | 319 case UCOL_LOWER_FIRST: in setCaseFirst()
|
D | ucol_sit.cpp | 123 { 'L', UCOL_LOWER_FIRST },
|
D | coll.cpp | 290 { "lower", UCOL_LOWER_FIRST },
|
D | collationruleparser.cpp | 563 value = UCOL_LOWER_FIRST; in parseSetting()
|
/external/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 195 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 185 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator()
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1445 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()
|
D | regcoll.cpp | 1271 col->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestCaseFirstCompression()
|
D | collationtest.cpp | 1112 { "lower", UCOL_LOWER_FIRST },
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 124 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 | 181 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_FIRST ),
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 105 …{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()
|
D | cmsccoll.c | 282 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/ |
D | collperf.cpp | 631 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in CollPerfTest()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1476 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in main()
|