Searched refs:CASE_FIRST_AND_UPPER_MASK (Results 1 – 8 of 8) sorted by relevance
70 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST; field in CollationSettings355 assert value == 0 || value == CASE_FIRST || value == CASE_FIRST_AND_UPPER_MASK; in setCaseFirst() local356 int noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirst()361 int noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirstDefault()362 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirstDefault()366 return options & CASE_FIRST_AND_UPPER_MASK; in getCaseFirst()423 return (options & (CASE_LEVEL | CASE_FIRST_AND_UPPER_MASK)) == CASE_FIRST_AND_UPPER_MASK; in sortsTertiaryUpperCaseFirst()
602 value = CollationSettings.CASE_FIRST_AND_UPPER_MASK; // UCOL_UPPER_FIRST in parseSetting()
72 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST; field in CollationSettings357 assert value == 0 || value == CASE_FIRST || value == CASE_FIRST_AND_UPPER_MASK; in setCaseFirst() local358 int noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirst()363 int noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirstDefault()364 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirstDefault()368 return options & CASE_FIRST_AND_UPPER_MASK; in getCaseFirst()425 return (options & (CASE_LEVEL | CASE_FIRST_AND_UPPER_MASK)) == CASE_FIRST_AND_UPPER_MASK; in sortsTertiaryUpperCaseFirst()
606 value = CollationSettings.CASE_FIRST_AND_UPPER_MASK; // UCOL_UPPER_FIRST in parseSetting()
80 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST; member166 int32_t option = options & CASE_FIRST_AND_UPPER_MASK; in getCaseFirst()199 return (options & (CASE_LEVEL | CASE_FIRST_AND_UPPER_MASK)) == CASE_FIRST_AND_UPPER_MASK; in sortsTertiaryUpperCaseFirst()
314 int32_t noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirst()323 options = noCaseFirst | CASE_FIRST_AND_UPPER_MASK; in setCaseFirst()326 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirst()
424 ownedSettings.setCaseFirst(upperfirst ? CollationSettings.CASE_FIRST_AND_UPPER_MASK : 0); in setUpperCaseFirst()1280 return (settings.readOnly().getCaseFirst() == CollationSettings.CASE_FIRST_AND_UPPER_MASK); in isUpperCaseFirst()
416 ownedSettings.setCaseFirst(upperfirst ? CollationSettings.CASE_FIRST_AND_UPPER_MASK : 0); in setUpperCaseFirst()1252 return (settings.readOnly().getCaseFirst() == CollationSettings.CASE_FIRST_AND_UPPER_MASK); in isUpperCaseFirst()