Lines Matching refs:UBool
86 UBool operator==(const UVector64& other);
91 inline UBool operator!=(const UVector64& other);
105 //UBool equals(const UVector64 &other) const;
111 //UBool contains(int64_t elem) const;
113 //UBool containsAll(const UVector64& other) const;
115 //UBool removeAll(const UVector64& other);
117 //UBool retainAll(const UVector64& other);
125 //UBool isEmpty(void) const;
128 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
131 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
145 //UBool containsNone(const UVector64& other) const;
187 //UBool empty(void) const; // TODO: redundant, same as empty(). Remove it?
202 inline UBool UVector64::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) {
250 inline UBool UVector64::operator!=(const UVector64& other) {