Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duniset.cpp1728 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr()
1776 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add()
1887 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2991 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor()
3041 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add()
3139 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3064 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor()
3114 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add()
3212 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java661 int otherLen = (otherDegree + 63) >>> 6; in addShiftedByBitsSafe() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DLongArray.java662 int otherLen = (otherDegree + 63) >>> 6; in addShiftedByBitsSafe() local