Searched refs:otherLen (Results 1 – 5 of 5) sorted by relevance
1528 void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity);1530 void add(const UChar32* other, int32_t otherLen, int8_t polarity);1532 void retain(const UChar32* other, int32_t otherLen, int8_t polarity);
1635 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() argument1640 ensureBufferCapacity(len + otherLen, status); in exclusiveOr()1685 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() argument1690 ensureBufferCapacity(len + otherLen, status); in add()1798 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain() argument1803 ensureBufferCapacity(len + otherLen, status); in retain()
654 int otherLen = (otherDegree + 63) >>> 6; in addShiftedByBitsSafe() local661 add(m_ints, words, other.m_ints, 0, otherLen); in addShiftedByBitsSafe()665 long carry = addShiftedUp(m_ints, words, other.m_ints, 0, otherLen, shift); in addShiftedByBitsSafe()668 m_ints[otherLen + words] ^= carry; in addShiftedByBitsSafe()
2900 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument2901 ensureBufferCapacity(len + otherLen); in xor()2950 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument2951 ensureBufferCapacity(len + otherLen); in add()3048 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain() argument3049 ensureBufferCapacity(len + otherLen); in retain()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...