Searched refs:CASE_FIRST (Results 1 – 8 of 8) sorted by relevance
73 static const int32_t CASE_FIRST = 0x200; member78 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;166 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST; in getCaseFirst()186 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST; in isTertiaryWithCaseBits()
318 options = noCaseFirst | CASE_FIRST; in setCaseFirst()
63 public static final int CASE_FIRST = 0x200; field in CollationSettings68 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;355 assert value == 0 || value == CASE_FIRST || value == CASE_FIRST_AND_UPPER_MASK; in setCaseFirst()412 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST; in isTertiaryWithCaseBits()
598 value = CollationSettings.CASE_FIRST; // UCOL_LOWER_FIRST in parseSetting()
65 public static final int CASE_FIRST = 0x200; field in CollationSettings70 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; in setCaseFirst()414 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST; in isTertiaryWithCaseBits()
602 value = CollationSettings.CASE_FIRST; // UCOL_LOWER_FIRST in parseSetting()
435 ownedSettings.setCaseFirst(lowerfirst ? CollationSettings.CASE_FIRST : 0); in setLowerCaseFirst()1261 return (settings.readOnly().getCaseFirst() == CollationSettings.CASE_FIRST); in isLowerCaseFirst()
444 ownedSettings.setCaseFirst(lowerfirst ? CollationSettings.CASE_FIRST : 0); in setLowerCaseFirst()1292 return (settings.readOnly().getCaseFirst() == CollationSettings.CASE_FIRST); in isLowerCaseFirst()