Searched refs:UCOL_CASE_FIRST (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DCollatorICU.cpp112 UColAttributeValue cachedCollatorLowerFirst = ucol_getAttribute(cachedCollator, UCOL_CASE_FIRST, &status);
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,
193 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
/external/icu4c/samples/strsrch/
H A Dstrsrch.cpp180 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
184 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
/external/icu4c/test/intltest/
H A Ducaconf.cpp90 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
99 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
H A Dapicoll.cpp1481 coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error);
1482 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST ||
1487 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error);
1488 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST ||
2250 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status);
2252 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2254 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2261 val = c2->getAttribute(UCOL_CASE_FIRST, status);
2263 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2265 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRS
[all...]
H A Dregcoll.cpp1168 col->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
1176 col->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
H A Dtsmthred.cpp1180 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
/external/icu4c/i18n/unicode/
H A Ducol.h126 /** Valid for UCOL_CASE_FIRST -
267 UCOL_CASE_FIRST, enumerator in enum:__anon6752
272 * the value of UCOL_CASE_FIRST attribute. A simple way to ignore
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h133 /** Valid for UCOL_CASE_FIRST -
196 UCOL_CASE_FIRST, enumerator in enum:__anon15584
201 * the value of UCOL_CASE_FIRST attribute.\ A simple way to ignore
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h133 /** Valid for UCOL_CASE_FIRST -
196 UCOL_CASE_FIRST, enumerator in enum:__anon15827
201 * the value of UCOL_CASE_FIRST attribute.\ A simple way to ignore
/external/icu4c/i18n/
H A Ducol_sit.cpp295 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // case first L, U, X, D
697 case UCOL_CASE_FIRST: /* who goes first, lower case or uppercase */
H A Ducol_tok.cpp246 case UCOL_CASE_FIRST:
401 /*03*/ {option_08, 9, caseFirstSub, 3, UCOL_CASE_FIRST}, /*"caseFirst" */
H A Ducol.cpp6669 case UCOL_CASE_FIRST: /* who goes first, lower case or uppercase */
6761 case UCOL_CASE_FIRST: /* who goes first, lower case or uppercase */
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp625 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
627 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
/external/icu4c/test/cintltst/
H A Dcapitst.c111 {UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes first, lower case or uppercase */
1766 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &error);
1767 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST ||
1772 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &error);
1773 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_UPPER_FIRST ||
H A Dcmsccoll.c359 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);
1424 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
2152 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status);
2172 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status);
2922 static const UColAttribute att[] = { UCOL_CASE_FIRST};
4819 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST };
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp1472 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
1475 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp87 {UCOL_CASE_FIRST, "UCOL_CASE_FIRST"},
1385 if (attr == UCOL_CASE_FIRST && value != UCOL_OFF) {

Completed in 1776 milliseconds