Searched refs:ALTERNATE_MASK (Results 1 – 5 of 5) sorted by relevance
57 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()
51 static const int32_t ALTERNATE_MASK = 0xc; member154 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED; in getAlternateHandling()
243 if((options & CollationSettings::ALTERNATE_MASK) == 0) { in writeSortKeyUpToQuaternary()557 (options & CollationSettings::ALTERNATE_MASK) == 0 && in writeSortKeyUpToQuaternary()
34 if((options & CollationSettings::ALTERNATE_MASK) == 0) { in compareUpToQuaternary()
34 if((settings.options & CollationSettings::ALTERNATE_MASK) == 0) { in getOptions()