Searched refs:ALTERNATE_MASK (Results 1 – 13 of 13) sorted by relevance
43 static final int ALTERNATE_MASK = 0xc; field in CollationSettings108 if((options & ALTERNATE_MASK) != 0 && variableTop != o.variableTop) { return false; } in equals()116 if((options & ALTERNATE_MASK) != 0) { h ^= variableTop; } in hashCode()370 int noAlternate = options & ~ALTERNATE_MASK; in setAlternateHandlingShifted()379 int noAlternate = options & ~ALTERNATE_MASK; in setAlternateHandlingDefault()380 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandlingDefault()384 return (options & ALTERNATE_MASK) != 0; in getAlternateHandling()
345 if ((options & CollationSettings.ALTERNATE_MASK) == 0) { in writeSortKeyUpToQuaternary()689 && (options & CollationSettings.ALTERNATE_MASK) == 0 in writeSortKeyUpToQuaternary()
21 if ((options & CollationSettings.ALTERNATE_MASK) == 0) { in compareUpToQuaternary()
209 if((settings.options & CollationSettings.ALTERNATE_MASK) == 0) { in getOptions()
45 static final int ALTERNATE_MASK = 0xc; field in CollationSettings110 if((options & ALTERNATE_MASK) != 0 && variableTop != o.variableTop) { return false; } in equals()118 if((options & ALTERNATE_MASK) != 0) { h ^= variableTop; } in hashCode()372 int noAlternate = options & ~ALTERNATE_MASK; in setAlternateHandlingShifted()381 int noAlternate = options & ~ALTERNATE_MASK; in setAlternateHandlingDefault()382 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandlingDefault()386 return (options & ALTERNATE_MASK) != 0; in getAlternateHandling()
349 if ((options & CollationSettings.ALTERNATE_MASK) == 0) { in writeSortKeyUpToQuaternary()693 && (options & CollationSettings.ALTERNATE_MASK) == 0 in writeSortKeyUpToQuaternary()
25 if ((options & CollationSettings.ALTERNATE_MASK) == 0) { in compareUpToQuaternary()
213 if((settings.options & CollationSettings.ALTERNATE_MASK) == 0) { in getOptions()
52 if((options & ALTERNATE_MASK) != 0 && variableTop != other.variableTop) { return FALSE; } in operator ==()63 if((options & ALTERNATE_MASK) != 0) { h ^= variableTop; } in hashCode()336 int32_t noAlternate = options & ~ALTERNATE_MASK; in setAlternateHandling()345 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandling()
53 static const int32_t ALTERNATE_MASK = 0xc; member173 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED; in getAlternateHandling()
243 if((options & CollationSettings::ALTERNATE_MASK) == 0) { in writeSortKeyUpToQuaternary()579 (options & CollationSettings::ALTERNATE_MASK) == 0 && in writeSortKeyUpToQuaternary()
34 if((options & CollationSettings::ALTERNATE_MASK) == 0) { in compareUpToQuaternary()
33 if((settings.options & CollationSettings::ALTERNATE_MASK) == 0) { in getOptions()