HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_LOWER_FIRST (Results 1 - 17 of 17) sorted by null

  /external/icu/icu4c/source/i18n/
collationsettings.h 73 * the tri-value UCOL_CASE_FIRST attribute: UCOL_OFF vs. UCOL_LOWER_FIRST vs. UCOL_UPPER_FIRST.
168 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST;
collationsettings.cpp 319 case UCOL_LOWER_FIRST:
ucol_sit.cpp 123 { 'L', UCOL_LOWER_FIRST },
coll.cpp 292 { "lower", UCOL_LOWER_FIRST },
collationruleparser.cpp 563 value = UCOL_LOWER_FIRST;
  /external/icu/icu4c/source/samples/coll/
coll.cpp 195 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 185 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 124 UCOL_LOWER_FIRST = 24,
265 * sort before lower case letters, and UCOL_LOWER_FIRST which does
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp     [all...]
regcoll.cpp     [all...]
collationtest.cpp     [all...]
  /external/v8/src/
i18n.cc 496 collator->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
543 case UCOL_LOWER_FIRST:
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 181 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_FIRST ),
  /external/icu/icu4c/source/test/cintltst/
capitst.c 105 {UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes first, lower case or uppercase */
    [all...]
cmsccoll.c 282 UCOL_LOWER_FIRST,
316 "UCOL_LOWER_FIRST",
852 { UCOL_LOWER_FIRST, UCOL_OFF},
854 { UCOL_LOWER_FIRST, UCOL_ON},
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 631 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp     [all...]

Completed in 619 milliseconds