Lines Matching refs:UBool
89 UBool operator==(const UVector32& other);
94 inline UBool operator!=(const UVector32& other);
108 UBool equals(const UVector32 &other) const;
114 UBool contains(int32_t elem) const;
116 UBool containsAll(const UVector32& other) const;
118 UBool removeAll(const UVector32& other);
120 UBool retainAll(const UVector32& other);
128 UBool isEmpty(void) const;
131 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
134 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
154 UBool containsNone(const UVector32& other) const;
200 UBool empty(void) const; // TODO: redundant, same as empty(). Remove it?
215 inline UBool UVector32::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) { in ensureCapacity()
259 inline UBool UVector32::isEmpty(void) const { in isEmpty()
263 inline UBool UVector32::contains(int32_t obj) const { in contains()
271 inline UBool UVector32::operator!=(const UVector32& other) {
282 inline UBool UVector32::empty(void) const { in empty()