Lines Matching refs:UBool
88 UBool operator==(const UVector64& other);
93 inline UBool operator!=(const UVector64& other);
107 //UBool equals(const UVector64 &other) const;
113 //UBool contains(int64_t elem) const;
115 //UBool containsAll(const UVector64& other) const;
117 //UBool removeAll(const UVector64& other);
119 //UBool retainAll(const UVector64& other);
127 inline UBool isEmpty(void) const { return count == 0; }
130 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
133 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
147 //UBool containsNone(const UVector64& other) const;
189 //UBool empty(void) const; // TODO: redundant, same as empty(). Remove it?
204 inline UBool UVector64::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) {
252 inline UBool UVector64::operator!=(const UVector64& other) {