HomeSort by relevance Sort by last modified time
    Searched full:case_first (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/libcore/icu/
RuleBasedCollatorICU.java 39 public static final int CASE_FIRST = 2;
  /external/chromium_org/v8/src/
i18n.cc 539 icu::UnicodeString case_first; local
540 if (ExtractStringSetting(isolate, options, "caseFirst", &case_first)) {
541 if (case_first == UNICODE_STRING_SIMPLE("upper")) {
543 } else if (case_first == UNICODE_STRING_SIMPLE("lower")) {
  /external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 267 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // case first L, U, X, D
  /external/icu4c/i18n/
ucol_sit.cpp 295 /* 08 CASE_FIRST */ {caseFirstArg, _processCollatorOption, UCOL_CASE_FIRST }, // case first L, U, X, D
    [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]

Completed in 94 milliseconds