HomeSort by relevance Sort by last modified time
    Searched refs:CASE_FIRST_AND_UPPER_MASK (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
collationsettings.h 76 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
145 int32_t option = options & CASE_FIRST_AND_UPPER_MASK;
178 return (options & (CASE_LEVEL | CASE_FIRST_AND_UPPER_MASK)) == CASE_FIRST_AND_UPPER_MASK;
collationsettings.cpp 175 int32_t noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK;
184 options = noCaseFirst | CASE_FIRST_AND_UPPER_MASK;
187 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK);

Completed in 28 milliseconds