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

/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DCollatorICU.cpp117 && ((UCOL_LOWER_FIRST == cachedCollatorLowerFirst && m_lowerFirst) || (UCOL_UPPER_FIRST == cachedCollatorLowerFirst && !m_lowerFirst))) {
132 ucol_setAttribute(m_collator, UCOL_CASE_FIRST, m_lowerFirst ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST, &status);
/external/icu4c/samples/coll/
H A Dcoll.cpp193 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
/external/icu4c/samples/strsrch/
H A Dstrsrch.cpp184 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
/external/icu4c/tools/toolutil/
H A Dudbgutil.cpp175 FIELD_NAME_STR( LEN_UCOL, UCOL_UPPER_FIRST ),
/external/icu4c/i18n/unicode/
H A Ducol.h130 UCOL_UPPER_FIRST = 25, enumerator in enum:__anon5927
250 * weights, UCOL_UPPER_FIRST which forces upper case letters to
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h137 UCOL_UPPER_FIRST = 25, enumerator in enum:__anon14357
193 * weights, UCOL_UPPER_FIRST which forces upper case letters to
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h137 UCOL_UPPER_FIRST = 25, enumerator in enum:__anon14600
193 * weights, UCOL_UPPER_FIRST which forces upper case letters to
/external/icu4c/test/intltest/
H A Dapicoll.cpp1487 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error);
1488 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST ||
2281 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2292 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
H A Dregcoll.cpp1168 col->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
1170 errln("Failed to set UCOL_UPPER_FIRST");
/external/icu4c/test/cintltst/
H A Dcapitst.c160 {UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes first, lower case or uppercase */
1779 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &error);
1780 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_UPPER_FIRST ||
H A Dcmsccoll.c284 UCOL_UPPER_FIRST
318 "UCOL_UPPER_FIRST"
2131 { UCOL_UPPER_FIRST, UCOL_OFF},
2133 { UCOL_UPPER_FIRST, UCOL_ON}
2920 static const UColAttributeValue valOn[] = { UCOL_UPPER_FIRST};
4810 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST };
/external/icu4c/i18n/
H A Ducol_sit.cpp111 { 'U', UCOL_UPPER_FIRST },
H A Ducol.cpp4829 if(coll->caseFirst == UCOL_UPPER_FIRST) {
5754 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6393 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6408 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6587 } else if (value == UCOL_UPPER_FIRST) {
6588 coll->caseFirst = UCOL_UPPER_FIRST;
H A Ducol_tok.cpp340 {suboption_03, 5, UCOL_UPPER_FIRST},
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp616 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp1475 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp108 {UCOL_UPPER_FIRST, "UCOL_UPPER_FIRST"},

Completed in 316 milliseconds