Searched refs:UCOL_UPPER_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 | 320 case UCOL_UPPER_FIRST: in setCaseFirst()
|
D | ucol_sit.cpp | 125 { 'U', UCOL_UPPER_FIRST },
|
D | coll.cpp | 289 { "upper", UCOL_UPPER_FIRST }
|
D | collationruleparser.cpp | 563 value = UCOL_UPPER_FIRST; in parseSetting()
|
/external/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 193 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 184 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 124 UCOL_UPPER_FIRST = 25, enumerator
|
/external/v8/src/ |
D | i18n.cc | 494 collator->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in CreateICUCollator() 548 case UCOL_UPPER_FIRST: in SetResolvedCollatorSettings()
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1449 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error); in TestAttribute() 1450 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST || in TestAttribute() 2309 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone() 2320 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone()
|
D | regcoll.cpp | 1263 col->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestCaseFirstCompression()
|
D | collationtest.cpp | 1111 { "upper", UCOL_UPPER_FIRST }
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 183 FIELD_NAME_STR( LEN_UCOL, UCOL_UPPER_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() 1780 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &error); in TestAttribute() 1781 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_UPPER_FIRST || in TestAttribute()
|
D | cmsccoll.c | 284 UCOL_UPPER_FIRST 857 { UCOL_UPPER_FIRST, UCOL_OFF}, in TestCase() 859 { UCOL_UPPER_FIRST, UCOL_ON} in TestCase() 1682 static const UColAttributeValue valOn[] = { UCOL_UPPER_FIRST}; 3484 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary()
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 627 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in CollPerfTest()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1475 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in main()
|