Lines Matching refs:otherLen
1635 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) {
1640 ensureBufferCapacity(len + otherLen, status);
1685 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) {
1690 ensureBufferCapacity(len + otherLen, status);
1798 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) {
1803 ensureBufferCapacity(len + otherLen, status);