Home
last modified time | relevance | path

Searched refs:UCOL_LOWER_FIRST (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/JavaScriptCore/wtf/unicode/icu/
DCollatorICU.cpp118 …&& ((UCOL_LOWER_FIRST == cachedCollatorLowerFirst && m_lowerFirst) || (UCOL_UPPER_FIRST == cachedC… in createCollator()
133 …ucol_setAttribute(m_collator, UCOL_CASE_FIRST, m_lowerFirst ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST,… in createCollator()
/external/icu4c/samples/coll/
Dcoll.cpp189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator()
/external/chromium/third_party/icu/source/tools/ctestfw/
Dudbgutil.cpp174 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_FIRST ),
/external/icu4c/samples/strsrch/
Dstrsrch.cpp180 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, in processCollator()
/external/icu4c/test/intltest/
Dapicoll.cpp1428 coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error); in TestAttribute()
1429 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST || in TestAttribute()
2227 if(val == UCOL_LOWER_FIRST){ in TestClone()
2230 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestClone()
2238 if(val == UCOL_LOWER_FIRST){ in TestClone()
2241 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestClone()
/external/chromium/third_party/icu/source/test/intltest/
Dapicoll.cpp1474 coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error); in TestAttribute()
1475 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST || in TestAttribute()
2273 if(val == UCOL_LOWER_FIRST){ in TestClone()
2276 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestClone()
2284 if(val == UCOL_LOWER_FIRST){ in TestClone()
2287 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status); in TestClone()
/external/icu4c/tools/ctestfw/
Dudbgutil.cpp174 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_FIRST ),
/external/chromium/third_party/icu/public/i18n/unicode/
Ducol.h126 UCOL_LOWER_FIRST = 24, enumerator
/external/webkit/JavaScriptCore/icu/unicode/
Ducol.h135 UCOL_LOWER_FIRST = 24, enumerator
/external/webkit/WebCore/icu/unicode/
Ducol.h135 UCOL_LOWER_FIRST = 24, enumerator
/external/icu4c/i18n/unicode/
Ducol.h127 UCOL_LOWER_FIRST = 24, enumerator
/external/chromium/third_party/icu/source/test/cintltst/
Dcapitst.c149 …{UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes fir… in TestGetSetAttr()
1725 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &error); in TestAttribute()
1726 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST || in TestAttribute()
Dcmsccoll.c281 UCOL_LOWER_FIRST,
2093 { UCOL_LOWER_FIRST, UCOL_OFF}, in TestCase()
2095 { UCOL_LOWER_FIRST, UCOL_ON}, in TestCase()
/external/icu4c/test/cintltst/
Dcapitst.c157 …{UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes fir… in TestGetSetAttr()
1703 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &error); in TestAttribute()
1704 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST || in TestAttribute()
Dcmsccoll.c281 UCOL_LOWER_FIRST,
2097 { UCOL_LOWER_FIRST, UCOL_OFF}, in TestCase()
2099 { UCOL_LOWER_FIRST, UCOL_ON}, in TestCase()
/external/icu4c/i18n/
Ducol_sit.cpp107 { 'L', UCOL_LOWER_FIRST },
Ducol_tok.cpp295 {suboption_02, 5, UCOL_LOWER_FIRST},
/external/chromium/third_party/icu/source/i18n/
Ducol_sit.cpp108 { 'L', UCOL_LOWER_FIRST },
Ducol_tok.cpp295 {suboption_02, 5, UCOL_LOWER_FIRST},
/external/icu4c/test/perf/collperf/
Dcollperf.cpp614 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in CollPerfTest()
/external/chromium/third_party/icu/source/test/perf/collperf/
Dcollperf.cpp614 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in CollPerfTest()
/external/chromium/third_party/icu/source/tools/dumpce/
Ddumpce.cpp107 {UCOL_LOWER_FIRST, "UCOL_LOWER_FIRST"},
/external/icu4c/tools/dumpce/
Ddumpce.cpp107 {UCOL_LOWER_FIRST, "UCOL_LOWER_FIRST"},
/external/chromium/third_party/icu/source/test/perf/collationperf/
Dcollperf.cpp1464 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in main()
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp1466 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status); in main()

12