HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_LOWER_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 189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
  /external/icu4c/samples/strsrch/
strsrch.cpp 180 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 174 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_FIRST ),
  /external/icu4c/tools/toolutil/
udbgutil.cpp 174 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_FIRST ),
  /external/icu4c/i18n/unicode/
ucol.h 127 UCOL_LOWER_FIRST = 24,
200 * sort before lower case letters, and UCOL_LOWER_FIRST which does
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 135 UCOL_LOWER_FIRST = 24,
194 * sort before lower case letters, and UCOL_LOWER_FIRST which does
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 135 UCOL_LOWER_FIRST = 24,
194 * sort before lower case letters, and UCOL_LOWER_FIRST which does
    [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 283 UCOL_LOWER_FIRST,
317 "UCOL_LOWER_FIRST",
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 107 { 'L', UCOL_LOWER_FIRST },
ucol_tok.cpp 339 {suboption_02, 5, UCOL_LOWER_FIRST},
    [all...]
ucol.cpp     [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 614 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 107 {UCOL_LOWER_FIRST, "UCOL_LOWER_FIRST"},
    [all...]

Completed in 528 milliseconds