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.cpp91 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
100 ucol_setAttribute(coll, 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 ||
2279 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status);
2281 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2283 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2290 val = c2->getAttribute(UCOL_CASE_FIRST, status);
2292 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2294 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.cpp1011 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
/external/icu4c/i18n/unicode/
H A Ducol.h126 /** Valid for UCOL_CASE_FIRST -
253 UCOL_CASE_FIRST, enumerator in enum:__anon6522
258 * 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:__anon14951
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:__anon15194
201 * the value of UCOL_CASE_FIRST attribute.\ A simple way to ignore
/external/icu4c/i18n/
H A Ducol_sit.cpp267 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // case first L, U, X, D
656 case UCOL_CASE_FIRST: /* who goes first, lower case or uppercase */
H A Ducol_tok.cpp252 case UCOL_CASE_FIRST:
407 /*03*/ {option_08, 9, caseFirstSub, 3, UCOL_CASE_FIRST}, /*"caseFirst" */
H A Ducol.cpp6583 case UCOL_CASE_FIRST: /* who goes first, lower case or uppercase */
6670 case UCOL_CASE_FIRST: /* who goes first, lower case or uppercase */
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp614 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
616 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
/external/icu4c/test/cintltst/
H A Dcapitst.c160 {UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes first, lower case or uppercase */
1773 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &error);
1774 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST ||
1779 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &error);
1780 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_UPPER_FIRST ||
H A Dcmsccoll.c358 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);
1421 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
2149 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status);
2169 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status);
2919 static const UColAttribute att[] = { UCOL_CASE_FIRST};
4809 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"},
1386 if (attr == UCOL_CASE_FIRST && value != UCOL_OFF) {

Completed in 172 milliseconds