Searched refs:ALTERNATE_MASK (Results 1 – 14 of 14) sorted by relevance
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()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()
347 if ((options & CollationSettings.ALTERNATE_MASK) == 0) { in writeSortKeyUpToQuaternary()691 && (options & CollationSettings.ALTERNATE_MASK) == 0 in writeSortKeyUpToQuaternary()
23 if ((options & CollationSettings.ALTERNATE_MASK) == 0) { in compareUpToQuaternary()
213 if((settings.options & CollationSettings.ALTERNATE_MASK) == 0) { in getOptions()
47 static final int ALTERNATE_MASK = 0xc; field in CollationSettings112 if((options & ALTERNATE_MASK) != 0 && variableTop != o.variableTop) { return false; } in equals()120 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()
357 if ((options & CollationSettings.ALTERNATE_MASK) == 0) { in writeSortKeyUpToQuaternary()701 && (options & CollationSettings.ALTERNATE_MASK) == 0 in writeSortKeyUpToQuaternary()
27 if ((options & CollationSettings.ALTERNATE_MASK) == 0) { in compareUpToQuaternary()
217 if((settings.options & CollationSettings.ALTERNATE_MASK) == 0) { in getOptions()
54 if((options & ALTERNATE_MASK) != 0 && variableTop != other.variableTop) { return FALSE; } in operator ==()65 if((options & ALTERNATE_MASK) != 0) { h ^= variableTop; } in hashCode()338 int32_t noAlternate = options & ~ALTERNATE_MASK; in setAlternateHandling()347 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandling()
55 static const int32_t ALTERNATE_MASK = 0xc; member175 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED; in getAlternateHandling()
245 if((options & CollationSettings::ALTERNATE_MASK) == 0) { in writeSortKeyUpToQuaternary()581 (options & CollationSettings::ALTERNATE_MASK) == 0 && in writeSortKeyUpToQuaternary()
36 if((options & CollationSettings::ALTERNATE_MASK) == 0) { in compareUpToQuaternary()
35 if((settings.options & CollationSettings::ALTERNATE_MASK) == 0) { in getOptions()