Searched refs:CASE_FIRST_AND_UPPER_MASK (Results 1 – 2 of 2) sorted by relevance
76 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST; member145 int32_t option = options & CASE_FIRST_AND_UPPER_MASK; in getCaseFirst()178 return (options & (CASE_LEVEL | CASE_FIRST_AND_UPPER_MASK)) == CASE_FIRST_AND_UPPER_MASK; in sortsTertiaryUpperCaseFirst()
175 int32_t noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirst()184 options = noCaseFirst | CASE_FIRST_AND_UPPER_MASK; in setCaseFirst()187 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirst()