Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.cpp199 int32_t noAlternate = options & ~ALTERNATE_MASK; in setAlternateHandling() local
202 options = noAlternate; in setAlternateHandling()
205 options = noAlternate | SHIFTED; in setAlternateHandling()
208 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandling()