Home | History | Annotate | Download | only in common

Lines Matching refs:otherLen

1714 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) {
1719 ensureBufferCapacity(len + otherLen, status);
1764 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) {
1769 ensureBufferCapacity(len + otherLen, status);
1877 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) {
1882 ensureBufferCapacity(len + otherLen, status);