Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.cpp175 int32_t noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirst() local
178 options = noCaseFirst; in setCaseFirst()
181 options = noCaseFirst | CASE_FIRST; in setCaseFirst()
184 options = noCaseFirst | CASE_FIRST_AND_UPPER_MASK; in setCaseFirst()
187 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirst()