Searched defs:noCaseFirst (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationsettings.cpp312 int32_t noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; local
315 options = noCaseFirst;
318 options = noCaseFirst | CASE_FIRST;
321 options = noCaseFirst | CASE_FIRST_AND_UPPER_MASK;
324 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK);

Completed in 74 milliseconds