Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Duniset.h1550 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);
/external/icu/icu4c/source/common/
Duniset.cpp1712 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() argument
1717 ensureBufferCapacity(len + otherLen, status); in exclusiveOr()
1762 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() argument
1767 ensureBufferCapacity(len + otherLen, status); in add()
1875 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain() argument
1880 ensureBufferCapacity(len + otherLen, status); in retain()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java656 int otherLen = (otherDegree + 63) >>> 6; in addShiftedByBitsSafe() local
663 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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2874 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument
2875 ensureBufferCapacity(len + otherLen); in xor()
2924 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument
2925 ensureBufferCapacity(len + otherLen); in add()
3022 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain() argument
3023 ensureBufferCapacity(len + otherLen); in retain()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2947 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument
2948 ensureBufferCapacity(len + otherLen); in xor()
2997 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument
2998 ensureBufferCapacity(len + otherLen); in add()
3095 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain() argument
3096 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 ...