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

  /external/icu/icu4c/source/samples/coll/
coll.cpp 189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
193 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 180 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
184 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 92 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
101 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
apicoll.cpp     [all...]
regcoll.cpp     [all...]
tsmthred.cpp     [all...]
collationtest.cpp     [all...]
  /external/v8/src/
i18n.cc 497 collator->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
499 collator->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
502 collator->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
545 switch (collator->getAttribute(UCOL_CASE_FIRST, status)) {
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 120 /** Valid for UCOL_CASE_FIRST -
261 UCOL_CASE_FIRST,
266 * the value of UCOL_CASE_FIRST attribute. A simple way to ignore
    [all...]
  /external/icu/icu4c/source/i18n/
rulebasedcollator.cpp 418 case UCOL_CASE_FIRST:
471 case UCOL_CASE_FIRST:
    [all...]
ucol_sit.cpp 281 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // case first L, U, X, D
coll.cpp 268 { "colCaseFirst", UCOL_CASE_FIRST },
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 625 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
627 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
  /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 358 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);
875 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status);
895 ucol_setAttribute(myCollation, UCOL_CASE_FIRST, caseTestAttributes[k][0], &status);
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp     [all...]

Completed in 3114 milliseconds