Searched refs:otherLen (Results 1 – 6 of 6) sorted by relevance
1550 void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity);1552 void add(const UChar32* other, int32_t otherLen, int8_t polarity);1554 void retain(const UChar32* other, int32_t otherLen, int8_t polarity);
1712 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() argument1717 ensureBufferCapacity(len + otherLen, status); in exclusiveOr()1762 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() argument1767 ensureBufferCapacity(len + otherLen, status); in add()1875 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain() argument1880 ensureBufferCapacity(len + otherLen, status); in retain()
656 int otherLen = (otherDegree + 63) >>> 6; in addShiftedByBitsSafe() local663 add(m_ints, words, other.m_ints, 0, otherLen); in addShiftedByBitsSafe()667 long carry = addShiftedUp(m_ints, words, other.m_ints, 0, otherLen, shift); in addShiftedByBitsSafe()670 m_ints[otherLen + words] ^= carry; in addShiftedByBitsSafe()
2874 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument2875 ensureBufferCapacity(len + otherLen); in xor()2924 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument2925 ensureBufferCapacity(len + otherLen); in add()3022 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain() argument3023 ensureBufferCapacity(len + otherLen); in retain()
2947 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument2948 ensureBufferCapacity(len + otherLen); in xor()2997 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument2998 ensureBufferCapacity(len + otherLen); in add()3095 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain() argument3096 ensureBufferCapacity(len + otherLen); in retain()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...