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

/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h80 static const int32_t CASE_LEVEL = 0x400; member in struct:CollationSettings
167 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST;
178 return (options & (CASE_LEVEL | CASE_FIRST_AND_UPPER_MASK)) == CASE_FIRST_AND_UPPER_MASK;
H A Dcollation.h128 CASE_LEVEL, enumerator in enum:Collation::Level

Completed in 99 milliseconds