Searched refs:UCOL_LOWER_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.cpp189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
/external/icu4c/samples/strsrch/
H A Dstrsrch.cpp180 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
/external/icu4c/tools/toolutil/
H A Dudbgutil.cpp174 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_FIRST ),
/external/icu4c/i18n/unicode/
H A Ducol.h128 UCOL_LOWER_FIRST = 24, enumerator in enum:__anon6520
251 * sort before lower case letters, and UCOL_LOWER_FIRST which does
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h135 UCOL_LOWER_FIRST = 24, enumerator in enum:__anon14950
194 * sort before lower case letters, and UCOL_LOWER_FIRST which does
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h135 UCOL_LOWER_FIRST = 24, enumerator in enum:__anon15193
194 * sort before lower case letters, and UCOL_LOWER_FIRST which does
/external/icu4c/test/intltest/
H A Dapicoll.cpp1481 coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error);
1482 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST ||
2280 if(val == UCOL_LOWER_FIRST){
2283 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2291 if(val == UCOL_LOWER_FIRST){
2294 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
H A Dregcoll.cpp1176 col->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
1178 errln("Failed to set UCOL_LOWER_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 */
1773 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &error);
1774 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST ||
H A Dcmsccoll.c283 UCOL_LOWER_FIRST,
317 "UCOL_LOWER_FIRST",
2130 { UCOL_LOWER_FIRST, UCOL_OFF},
2132 { UCOL_LOWER_FIRST, UCOL_ON},
/external/icu4c/i18n/
H A Ducol_sit.cpp107 { 'L', UCOL_LOWER_FIRST },
H A Ducol_tok.cpp339 {suboption_02, 5, UCOL_LOWER_FIRST},
H A Ducol.cpp6584 if(value == UCOL_LOWER_FIRST) {
6585 coll->caseFirst = UCOL_LOWER_FIRST;
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp614 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp1472 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp107 {UCOL_LOWER_FIRST, "UCOL_LOWER_FIRST"},

Completed in 357 milliseconds