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

/external/icu/icu4c/source/samples/coll/
H A Dcoll.cpp195 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
199 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
/external/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp185 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
/external/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp94 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
103 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
H A Dapicoll.cpp1445 coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error);
1446 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST ||
1451 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error);
1452 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST ||
2309 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status);
2311 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2313 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2320 val = c2->getAttribute(UCOL_CASE_FIRST, status);
2322 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2324 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRS
[all...]
H A Dregcoll.cpp1263 col->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
1271 col->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
H A Dtsmthred.cpp1065 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
H A Dcollationtest.cpp1090 { "caseFirst", UCOL_CASE_FIRST },
/external/v8/src/
H A Di18n.cc500 collator->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
502 collator->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
505 collator->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
548 switch (collator->getAttribute(UCOL_CASE_FIRST, status)) {
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h122 /** Valid for UCOL_CASE_FIRST -
269 UCOL_CASE_FIRST, enumerator in enum:__anon7387
274 * the value of UCOL_CASE_FIRST attribute. A simple way to ignore
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp420 case UCOL_CASE_FIRST:
473 case UCOL_CASE_FIRST:
1572 if(attributeHasBeenSetExplicitly(UCOL_CASE_FIRST)) {
1573 appendAttribute(result, 'C', getAttribute(UCOL_CASE_FIRST, errorCode), errorCode);
H A Ducol_sit.cpp283 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // case first L, U, X, D
H A Dcoll.cpp270 { "colCaseFirst", UCOL_CASE_FIRST },
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp631 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
633 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c105 {UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes first, lower case or uppercase */
1776 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &error);
1777 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST ||
1782 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &error);
1783 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_UPPER_FIRST ||
H A Dcmsccoll.c357 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);
874 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status);
894 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status);
1680 static const UColAttribute att[] = { UCOL_CASE_FIRST};
3482 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST };
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1476 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
1479 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);

Completed in 5481 milliseconds