Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.cpp57 if((options & ALTERNATE_MASK) != 0 && variableTop != other.variableTop) { return FALSE; } in operator ==()
68 if((options & ALTERNATE_MASK) != 0) { h ^= variableTop; } in hashCode()
199 int32_t noAlternate = options & ~ALTERNATE_MASK; in setAlternateHandling()
208 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandling()
Dcollationsettings.h51 static const int32_t ALTERNATE_MASK = 0xc; member
154 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED; in getAlternateHandling()
Dcollationkeys.cpp243 if((options & CollationSettings::ALTERNATE_MASK) == 0) { in writeSortKeyUpToQuaternary()
557 (options & CollationSettings::ALTERNATE_MASK) == 0 && in writeSortKeyUpToQuaternary()
Dcollationcompare.cpp34 if((options & CollationSettings::ALTERNATE_MASK) == 0) { in compareUpToQuaternary()
Dcollationfastlatin.cpp34 if((settings.options & CollationSettings::ALTERNATE_MASK) == 0) { in getOptions()