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

  /external/icu/icu4c/source/i18n/
collationsettings.h 72 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
75 static const int32_t CASE_FIRST = 0x200;
80 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
168 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST;
188 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST;
collationsettings.cpp 320 options = noCaseFirst | CASE_FIRST;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationSettings.java 64 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
67 public static final int CASE_FIRST = 0x200;
72 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
359 assert value == 0 || value == CASE_FIRST || value == CASE_FIRST_AND_UPPER_MASK;
416 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST;
CollationRuleParser.java 604 value = CollationSettings.CASE_FIRST; // UCOL_LOWER_FIRST
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java 62 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
65 public static final int CASE_FIRST = 0x200;
70 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
357 assert value == 0 || value == CASE_FIRST || value == CASE_FIRST_AND_UPPER_MASK;
414 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST;
CollationRuleParser.java 600 value = CollationSettings.CASE_FIRST; // UCOL_LOWER_FIRST
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedCollator.java 437 ownedSettings.setCaseFirst(lowerfirst ? CollationSettings.CASE_FIRST : 0);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java 446 ownedSettings.setCaseFirst(lowerfirst ? CollationSettings.CASE_FIRST : 0);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 49 milliseconds