Searched defs:otherLen (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uniset.cpp | 1635 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() 1685 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() 1798 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 2900 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() 2950 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() 3048 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 654 int otherLen = (otherDegree + 63) >>> 6; in addShiftedByBitsSafe() local
|