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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 112 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/
coll.cpp 189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
193 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
  /external/icu4c/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/icu4c/test/intltest/
ucaconf.cpp 90 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
99 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
apicoll.cpp     [all...]
regcoll.cpp     [all...]
tsmthred.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucol.h 126 /** Valid for UCOL_CASE_FIRST -
267 UCOL_CASE_FIRST,
272 * the value of UCOL_CASE_FIRST attribute. A simple way to ignore
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 133 /** Valid for UCOL_CASE_FIRST -
196 UCOL_CASE_FIRST,
201 * the value of UCOL_CASE_FIRST attribute.\ A simple way to ignore
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 133 /** Valid for UCOL_CASE_FIRST -
196 UCOL_CASE_FIRST,
201 * the value of UCOL_CASE_FIRST attribute.\ A simple way to ignore
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 295 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // case first L, U, X, D
697 case UCOL_CASE_FIRST: /* who goes first, lower case or uppercase */
    [all...]
ucol_tok.cpp 246 case UCOL_CASE_FIRST:
401 /*03*/ {option_08, 9, caseFirstSub, 3, UCOL_CASE_FIRST}, /*"caseFirst" */
    [all...]
ucol.cpp     [all...]
  /external/icu4c/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/icu4c/test/cintltst/
capitst.c 111 {UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes first, lower case or uppercase */
    [all...]
cmsccoll.c 359 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 87 {UCOL_CASE_FIRST, "UCOL_CASE_FIRST"},
    [all...]

Completed in 480 milliseconds