Lines Matching refs:UBool
116 UBool operator==(const UVector& other);
121 inline UBool operator!=(const UVector& other);
143 UBool equals(const UVector &other) const;
155 UBool contains(void* obj) const;
157 UBool contains(int32_t obj) const;
159 UBool containsAll(const UVector& other) const;
161 UBool removeAll(const UVector& other);
163 UBool retainAll(const UVector& other);
167 UBool removeElement(void* obj);
173 UBool isEmpty(void) const;
175 UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
217 UBool containsNone(const UVector& other) const;
312 UBool empty(void) const;
357 inline UBool UVector::isEmpty(void) const { in isEmpty()
361 inline UBool UVector::contains(void* obj) const { in contains()
365 inline UBool UVector::contains(int32_t obj) const { in contains()
385 inline UBool UVector::operator!=(const UVector& other) {
391 inline UBool UStack::empty(void) const { in empty()