HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_UPPER_FIRST (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
CollatorICU.cpp 113 && ((UCOL_LOWER_FIRST == cachedCollatorLowerFirst && m_lowerFirst) || (UCOL_UPPER_FIRST == cachedCollatorLowerFirst && !m_lowerFirst))) {
128 ucol_setAttribute(m_collator, UCOL_CASE_FIRST, m_lowerFirst ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST, &status);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
udbgutil.cpp 175 FIELD_NAME_STR( LEN_UCOL, UCOL_UPPER_FIRST ),
  /external/icu4c/samples/coll/
coll.cpp 193 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
  /external/icu4c/samples/strsrch/
strsrch.cpp 184 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_UPPER_FIRST,
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 129 UCOL_UPPER_FIRST = 25,
199 * weights, UCOL_UPPER_FIRST which forces upper case letters to
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 130 UCOL_UPPER_FIRST = 25,
262 * weights, UCOL_UPPER_FIRST which forces upper case letters to
    [all...]
  /external/chromium_org/v8/src/
i18n.cc 544 collator->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
602 case UCOL_UPPER_FIRST:
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp     [all...]
  /external/icu4c/test/intltest/
apicoll.cpp     [all...]
regcoll.cpp     [all...]
  /external/icu4c/tools/toolutil/
udbgutil.cpp 180 FIELD_NAME_STR( LEN_UCOL, UCOL_UPPER_FIRST ),
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 150 {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"
    [all...]
  /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 285 UCOL_UPPER_FIRST
319 "UCOL_UPPER_FIRST"
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 111 { 'U', UCOL_UPPER_FIRST },
ucol.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 616 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
  /external/icu4c/i18n/
ucol_sit.cpp 124 { 'U', UCOL_UPPER_FIRST },
    [all...]
ucol.cpp     [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 627 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp     [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 108 {UCOL_UPPER_FIRST, "UCOL_UPPER_FIRST"},
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 108 {UCOL_UPPER_FIRST, "UCOL_UPPER_FIRST"},
    [all...]

Completed in 2811 milliseconds

1 2