Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.h71 static const int32_t CASE_FIRST = 0x200; member
76 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
147 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST; in getCaseFirst()
167 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST; in isTertiaryWithCaseBits()
Dcollationsettings.cpp181 options = noCaseFirst | CASE_FIRST; in setCaseFirst()