Searched refs:CASE_FIRST (Results 1 – 8 of 8) sorted by relevance
75 static const int32_t CASE_FIRST = 0x200; member80 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;168 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST; in getCaseFirst()188 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST; in isTertiaryWithCaseBits()
320 options = noCaseFirst | CASE_FIRST; in setCaseFirst()
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()
600 value = CollationSettings.CASE_FIRST; // UCOL_LOWER_FIRST in parseSetting()
67 public static final int CASE_FIRST = 0x200; field in CollationSettings72 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; in setCaseFirst()416 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST; in isTertiaryWithCaseBits()
604 value = CollationSettings.CASE_FIRST; // UCOL_LOWER_FIRST in parseSetting()
437 ownedSettings.setCaseFirst(lowerfirst ? CollationSettings.CASE_FIRST : 0); in setLowerCaseFirst()1265 return (settings.readOnly().getCaseFirst() == CollationSettings.CASE_FIRST); in isLowerCaseFirst()
446 ownedSettings.setCaseFirst(lowerfirst ? CollationSettings.CASE_FIRST : 0); in setLowerCaseFirst()1294 return (settings.readOnly().getCaseFirst() == CollationSettings.CASE_FIRST); in isLowerCaseFirst()