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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 117 && ((UCOL_LOWER_FIRST == cachedCollatorLowerFirst && m_lowerFirst) || (UCOL_UPPER_FIRST == cachedCollatorLowerFirst && !m_lowerFirst))) {
132 ucol_setAttribute(m_collator, UCOL_CASE_FIRST, m_lowerFirst ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST, &status);
  /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/icu4c/tools/ctestfw/
udbgutil.cpp 175 FIELD_NAME_STR( LEN_UCOL, UCOL_UPPER_FIRST ),
  /external/icu4c/tools/toolutil/
udbgutil.cpp 175 FIELD_NAME_STR( LEN_UCOL, UCOL_UPPER_FIRST ),
  /external/icu4c/i18n/unicode/
ucol.h 129 UCOL_UPPER_FIRST = 25,
199 * weights, UCOL_UPPER_FIRST which forces upper case letters to
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 137 UCOL_UPPER_FIRST = 25,
193 * weights, UCOL_UPPER_FIRST which forces upper case letters to
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 137 UCOL_UPPER_FIRST = 25,
193 * weights, UCOL_UPPER_FIRST which forces upper case letters to
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp     [all...]
  /external/icu4c/test/cintltst/
capitst.c 158 {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/i18n/
ucol_sit.cpp 111 { 'U', UCOL_UPPER_FIRST },
ucol.cpp     [all...]
ucol_tok.cpp 340 {suboption_03, 5, UCOL_UPPER_FIRST},
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 616 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_UPPER_FIRST, &status);
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 108 {UCOL_UPPER_FIRST, "UCOL_UPPER_FIRST"},
    [all...]

Completed in 980 milliseconds