/external/icu/icu4c/source/i18n/ |
collationsettings.h | 71 * the tri-value UCOL_CASE_FIRST attribute: UCOL_OFF vs. UCOL_LOWER_FIRST vs. UCOL_UPPER_FIRST. 166 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST;
|
collationsettings.cpp | 320 case UCOL_UPPER_FIRST:
|
ucol_sit.cpp | 125 { 'U', UCOL_UPPER_FIRST },
|
coll.cpp | 289 { "upper", UCOL_UPPER_FIRST }
|
collationruleparser.cpp | 563 value = UCOL_UPPER_FIRST;
|
/external/icu/icu4c/source/samples/coll/ |
coll.cpp | 193 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
|
/external/icu/icu4c/source/samples/strsrch/ |
strsrch.cpp | 184 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
|
/external/icu/icu4c/source/i18n/unicode/ |
ucol.h | 124 UCOL_UPPER_FIRST = 25, 256 * weights, UCOL_UPPER_FIRST which forces upper case letters to [all...] |
/external/v8/src/ |
i18n.cc | 494 collator->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status); 548 case UCOL_UPPER_FIRST: [all...] |
/external/icu/icu4c/source/test/intltest/ |
apicoll.cpp | [all...] |
regcoll.cpp | [all...] |
collationtest.cpp | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
capitst.c | 103 {UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes first, lower case or uppercase */ [all...] |
cmsccoll.c | 284 UCOL_UPPER_FIRST 318 "UCOL_UPPER_FIRST" 857 { UCOL_UPPER_FIRST, UCOL_OFF}, 859 { UCOL_UPPER_FIRST, UCOL_ON} [all...] |
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 627 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
|
/external/icu/icu4c/source/tools/toolutil/ |
udbgutil.cpp | 183 FIELD_NAME_STR( LEN_UCOL, UCOL_UPPER_FIRST ),
|
/external/icu/icu4c/source/test/perf/collationperf/ |
collperf.cpp | [all...] |