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

/external/icu4c/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.c72 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
74 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
159 {UCOL_CASE_LEVEL, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* do we have an extra case level */
816 ucol_setAttribute(someCollators[index], UCOL_CASE_LEVEL, UCOL_OFF, &err);
824 ucol_setAttribute(someClonedCollators[index], UCOL_CASE_LEVEL, UCOL_OFF, &err);
1719 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_ON, &error);
1720 if (ucol_getAttribute(coll, UCOL_CASE_LEVEL, &error) != UCOL_ON ||
1725 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &error);
1726 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);
2150 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, caseTestAttributes[k][1], &status);
2170 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, caseTestAttributes[k][1], &status);
4012 ucol_setAttribute(collateObject, UCOL_CASE_LEVEL , UCOL_OFF, &status);
4818 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL };
4822 UColAttribute att2[] = { UCOL_CASE_LEVEL };
H A Dcitertst.c1861 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status);
1864 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_ON, &status);
H A Dusrchtst.c2371 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_ON, &status);
/external/icu4c/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.cpp92 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status);
101 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status);
H A Dapicoll.cpp470 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
471 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
1442 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, error);
1443 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_ON ||
1448 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error);
1449 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF ||
H A Dtsmthred.cpp1012 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status);
/external/icu4c/samples/coll/
H A Dcoll.cpp197 ucol_setAttribute(collator, UCOL_CASE_LEVEL, UCOL_ON, &status);
/external/icu4c/samples/strsrch/
H A Dstrsrch.cpp188 ucol_setAttribute(collator, UCOL_CASE_LEVEL, UCOL_ON, &status);
/external/icu4c/i18n/unicode/
H A Ducol.h112 UCOL_CASE_LEVEL, UCOL_HIRAGANA_QUATERNARY_MODE
116 UCOL_CASE_LEVEL, UCOL_HIRAGANA_QUATERNARY_MODE
210 UCOL_CASE_LEVEL, enumerator in enum:__anon4835
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h120 UCOL_CASE_LEVEL, UCOL_HIRAGANA_QUATERNARY_MODE
124 UCOL_CASE_LEVEL, UCOL_HIRAGANA_QUATERNARY_MODE
204 UCOL_CASE_LEVEL, enumerator in enum:__anon11605
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h120 UCOL_CASE_LEVEL, UCOL_HIRAGANA_QUATERNARY_MODE
124 UCOL_CASE_LEVEL, UCOL_HIRAGANA_QUATERNARY_MODE
204 UCOL_CASE_LEVEL, enumerator in enum:__anon11848
/external/icu4c/i18n/
H A Ducol_sit.cpp269 /* 07 CASE_LEVEL */ {caseLevelArg, _processCollatorOption, UCOL_CASE_LEVEL }, // case level O, X, D
658 case UCOL_CASE_LEVEL: /* do we have an extra case level */
H A Ducol_tok.cpp255 case UCOL_CASE_LEVEL:
406 /*02*/ {option_07, 9, onOffSub, 2, UCOL_CASE_LEVEL}, /*"caseLevel" */
H A Ducol.cpp5804 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, status) == UCOL_ON) {
6118 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, status) == UCOL_ON) {
7023 case UCOL_CASE_LEVEL: /* do we have an extra case level */
7095 case UCOL_CASE_LEVEL: /* do we have an extra case level */
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp88 {UCOL_CASE_LEVEL, "UCOL_CASE_LEVEL"},
1389 if (attr == UCOL_CASE_LEVEL && value != UCOL_OFF) {
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp624 ucol_setAttribute(col, UCOL_CASE_LEVEL, UCOL_ON, &status);
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp1472 ucol_setAttribute(gCol, UCOL_CASE_LEVEL, UCOL_ON, &status);

Completed in 453 milliseconds