Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

114     UBool operator==(const UVector& other);
119 inline UBool operator!=(const UVector& other);
141 UBool equals(const UVector &other) const;
153 UBool contains(void* obj) const;
155 UBool contains(int32_t obj) const;
157 UBool containsAll(const UVector& other) const;
159 UBool removeAll(const UVector& other);
161 UBool retainAll(const UVector& other);
165 UBool removeElement(void* obj);
171 UBool isEmpty(void) const;
173 UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
215 UBool containsNone(const UVector& other) const;
310 UBool empty(void) const;
355 inline UBool UVector::isEmpty(void) const {
359 inline UBool UVector::contains(void* obj) const {
363 inline UBool UVector::contains(int32_t obj) const {
383 inline UBool UVector::operator!=(const UVector& other) {
389 inline UBool UStack::empty(void) const {