Home
last modified time | relevance | path

Searched refs:CASE_FIRST_AND_UPPER_MASK (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationsettings.h76 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST; member
145 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()
Dcollationsettings.cpp175 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()