Home
last modified time | relevance | path

Searched refs:UCOL_UPPER_FIRST (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
DCollatorICU.cpp117 …((UCOL_LOWER_FIRST == cachedCollatorLowerFirst && m_lowerFirst) || (UCOL_UPPER_FIRST == cachedColl… in createCollator()
132 …ttribute(m_collator, UCOL_CASE_FIRST, m_lowerFirst ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST, &status); in createCollator()
/external/icu4c/samples/coll/
Dcoll.cpp193 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
/external/icu4c/samples/strsrch/
Dstrsrch.cpp184 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, in processCollator()
/external/icu4c/tools/toolutil/
Dudbgutil.cpp175 FIELD_NAME_STR( LEN_UCOL, UCOL_UPPER_FIRST ),
/external/webkit/Source/WebCore/icu/unicode/
Ducol.h137 UCOL_UPPER_FIRST = 25, enumerator
/external/icu4c/i18n/unicode/
Ducol.h130 UCOL_UPPER_FIRST = 25, enumerator
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducol.h137 UCOL_UPPER_FIRST = 25, enumerator
/external/icu4c/test/intltest/
Dapicoll.cpp1487 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error); in TestAttribute()
1488 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST || in TestAttribute()
2281 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone()
2292 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestClone()
Dregcoll.cpp1168 col->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); in TestCaseFirstCompression()
/external/icu4c/test/cintltst/
Dcapitst.c160 …{UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes fir… in TestGetSetAttr()
1779 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &error); in TestAttribute()
1780 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_UPPER_FIRST || in TestAttribute()
Dcmsccoll.c284 UCOL_UPPER_FIRST
2131 { UCOL_UPPER_FIRST, UCOL_OFF}, in TestCase()
2133 { UCOL_UPPER_FIRST, UCOL_ON} in TestCase()
2920 static const UColAttributeValue valOn[] = { UCOL_UPPER_FIRST};
4810 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary()
/external/icu4c/i18n/
Ducol_sit.cpp111 { 'U', UCOL_UPPER_FIRST },
Ducol.cpp4829 if(coll->caseFirst == UCOL_UPPER_FIRST) { in ucol_calcSortKey()
5754 if(coll->caseFirst == UCOL_UPPER_FIRST) { in ucol_nextSortKeyPart()
6393 if(coll->caseFirst == UCOL_UPPER_FIRST) { in ucol_updateInternalState()
6408 if(coll->caseFirst == UCOL_UPPER_FIRST) { in ucol_updateInternalState()
6587 } else if (value == UCOL_UPPER_FIRST) { in ucol_setAttribute()
6588 coll->caseFirst = UCOL_UPPER_FIRST; in ucol_setAttribute()
Ducol_tok.cpp340 {suboption_03, 5, UCOL_UPPER_FIRST},
/external/icu4c/test/perf/collperf/
Dcollperf.cpp616 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in CollPerfTest()
/external/icu4c/tools/dumpce/
Ddumpce.cpp108 {UCOL_UPPER_FIRST, "UCOL_UPPER_FIRST"},
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp1475 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status); in main()