Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

87     UBool operator==(const UVector32& other);
92 inline UBool operator!=(const UVector32& other);
106 UBool equals(const UVector32 &other) const;
112 UBool contains(int32_t elem) const;
114 UBool containsAll(const UVector32& other) const;
116 UBool removeAll(const UVector32& other);
118 UBool retainAll(const UVector32& other);
126 UBool isEmpty(void) const;
129 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
132 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
152 UBool containsNone(const UVector32& other) const;
198 UBool empty(void) const; // TODO: redundant, same as empty(). Remove it?
213 inline UBool UVector32::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) {
257 inline UBool UVector32::isEmpty(void) const {
261 inline UBool UVector32::contains(int32_t obj) const {
269 inline UBool UVector32::operator!=(const UVector32& other) {
280 inline UBool UVector32::empty(void) const {