Home
last modified time | relevance | path

Searched refs:otherLen (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duniset.h1528 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);
/external/icu/icu4c/source/common/
Duniset.cpp1635 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() argument
1640 ensureBufferCapacity(len + otherLen, status); in exclusiveOr()
1685 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() argument
1690 ensureBufferCapacity(len + otherLen, status); in add()
1798 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain() argument
1803 ensureBufferCapacity(len + otherLen, status); in retain()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java654 int otherLen = (otherDegree + 63) >>> 6; in addShiftedByBitsSafe() local
661 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2900 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument
2901 ensureBufferCapacity(len + otherLen); in xor()
2950 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument
2951 ensureBufferCapacity(len + otherLen); in add()
3048 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain() argument
3049 ensureBufferCapacity(len + otherLen); in retain()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...