Home | History | Annotate | Download | only in common

Lines Matching full:other

77      * Assign this object to another (make this a copy of 'other').
80 void assign(const UVector32& other, UErrorCode &ec);
87 UBool operator==(const UVector32& other);
92 inline UBool operator!=(const UVector32& other);
106 UBool equals(const UVector32 &other) const;
114 UBool containsAll(const UVector32& other) const;
116 UBool removeAll(const UVector32& other);
118 UBool retainAll(const UVector32& other);
149 * @param other vector to be checked for containment
152 UBool containsNone(const UVector32& other) const;
269 inline UBool UVector32::operator!=(const UVector32& other) {
270 return !operator==(other);