Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationkeys.cpp461 if((levels & Collation::TERTIARY_LEVEL_FLAG) != 0) { in writeSortKeyUpToQuaternary()
674 if((levels & Collation::TERTIARY_LEVEL_FLAG) != 0) { in writeSortKeyUpToQuaternary()
Dcollation.h144 static const uint32_t TERTIARY_LEVEL_FLAG = 0x10; variable