Searched refs:UCOL_CASE_LEVEL (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcjaptst.c127 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
195 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
220 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
246 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
H A Dcapitst.c103 {UCOL_CASE_LEVEL, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* do we have an extra case level */
780 ucol_setAttribute(someCollators[idx], UCOL_CASE_LEVEL, UCOL_OFF, &err);
788 ucol_setAttribute(someClonedCollators[idx], UCOL_CASE_LEVEL, UCOL_OFF, &err);
1762 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_ON, &error);
1763 if (ucol_getAttribute(coll, UCOL_CASE_LEVEL, &error) != UCOL_ON ||
1768 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &error);
1769 if (ucol_getAttribute(coll, UCOL_CASE_LEVEL, &error) != UCOL_OFF ||
H A Dcallcoll.c165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Djacoll.cpp112 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
145 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
158 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
173 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
H A Ducaconf.cpp91 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status);
100 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status);
H A Dapicoll.cpp465 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
466 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
1486 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, error);
1487 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_ON ||
1492 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error);
1493 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF ||
/external/icu/icu4c/source/test/cintltst/
H A Dcjaptst.c127 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
195 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
220 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
246 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
H A Dcapitst.c106 {UCOL_CASE_LEVEL, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* do we have an extra case level */
778 ucol_setAttribute(someCollators[idx], UCOL_CASE_LEVEL, UCOL_OFF, &err);
786 ucol_setAttribute(someClonedCollators[idx], UCOL_CASE_LEVEL, UCOL_OFF, &err);
1764 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_ON, &error);
1765 if (ucol_getAttribute(coll, UCOL_CASE_LEVEL, &error) != UCOL_ON ||
1770 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &error);
1771 if (ucol_getAttribute(coll, UCOL_CASE_LEVEL, &error) != UCOL_OFF ||
H A Dcallcoll.c165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
H A Dcmsccoll.c366 ucol_setAttribute(coll, UCOL_CASE_LEVEL, caseLevel[j], &status);
876 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, caseTestAttributes[k][1], &status);
896 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, caseTestAttributes[k][1], &status);
2761 ucol_setAttribute(collateObject, UCOL_CASE_LEVEL , UCOL_OFF, &status);
3488 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL };
3492 UColAttribute att2[] = { UCOL_CASE_LEVEL };
5747 ucol_setAttribute(ucol, UCOL_CASE_LEVEL, UCOL_ON, &status);
5769 log_err_status(status, "ERROR in ucol_setAttribute UCOL_CASE_LEVEL on: %s\n", myErrorName(status));
/external/icu/icu4c/source/test/intltest/
H A Djacoll.cpp112 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
145 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
158 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
173 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
H A Ducaconf.cpp93 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status);
102 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status);
H A Dapicoll.cpp423 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
424 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
1471 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, error);
1472 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_ON ||
1477 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error);
1478 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF ||
H A Dcollationtest.cpp1059 { "caseLevel", UCOL_CASE_LEVEL },
1334 if(coll->getAttribute(UCOL_CASE_LEVEL, errorCode) == UCOL_ON) {
1648 coll->getAttribute(UCOL_CASE_LEVEL, errorCode) == UCOL_OFF) {
/external/chromium_org/third_party/icu/source/samples/coll/
H A Dcoll.cpp197 ucol_setAttribute(collator, UCOL_CASE_LEVEL, UCOL_ON, &status);
/external/chromium_org/third_party/icu/source/samples/strsrch/
H A Dstrsrch.cpp188 ucol_setAttribute(collator, UCOL_CASE_LEVEL, UCOL_ON, &status);
/external/icu/icu4c/source/samples/coll/
H A Dcoll.cpp197 ucol_setAttribute(collator, UCOL_CASE_LEVEL, UCOL_ON, &status);
/external/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp188 ucol_setAttribute(collator, UCOL_CASE_LEVEL, UCOL_ON, &status);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h113 UCOL_CASE_LEVEL, UCOL_HIRAGANA_QUATERNARY_MODE
117 UCOL_CASE_LEVEL, UCOL_HIRAGANA_QUATERNARY_MODE
277 UCOL_CASE_LEVEL, enumerator in enum:__anon12151
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h107 UCOL_CASE_LEVEL, UCOL_HIRAGANA_QUATERNARY_MODE
111 UCOL_CASE_LEVEL, UCOL_HIRAGANA_QUATERNARY_MODE
271 UCOL_CASE_LEVEL, enumerator in enum:__anon21937
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp408 case UCOL_CASE_LEVEL:
462 case UCOL_CASE_LEVEL:
1573 if(attributeHasBeenSetExplicitly(UCOL_CASE_LEVEL)) {
1574 appendAttribute(result, 'E', getAttribute(UCOL_CASE_LEVEL, errorCode), errorCode);
H A Ducol_sit.cpp283 /* 07 CASE_LEVEL */ {caseLevelArg, _processCollatorOption, UCOL_CASE_LEVEL }, // case level O, X, D
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp297 /* 07 CASE_LEVEL */ {caseLevelArg, _processCollatorOption, UCOL_CASE_LEVEL }, // case level O, X, D
699 case UCOL_CASE_LEVEL: /* do we have an extra case level */
/external/chromium_org/v8/src/
H A Di18n.cc480 collator->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
535 if (UCOL_ON == collator->getAttribute(UCOL_CASE_LEVEL, status)) {
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp88 {UCOL_CASE_LEVEL, "UCOL_CASE_LEVEL"},
1388 if (attr == UCOL_CASE_LEVEL && value != UCOL_OFF) {

Completed in 791 milliseconds

12