Home | History | Annotate | Download | only in common

Lines Matching refs:otherLen

1633 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) {
1638 ensureBufferCapacity(len + otherLen, status);
1683 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) {
1688 ensureBufferCapacity(len + otherLen, status);
1796 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) {
1801 ensureBufferCapacity(len + otherLen, status);