Lines Matching refs:UBool
113 UBool UVector::operator==(const UVector& other) {
196 UBool UVector::containsAll(const UVector& other) const {
205 UBool UVector::containsNone(const UVector& other) const {
214 UBool UVector::removeAll(const UVector& other) {
215 UBool changed = FALSE;
226 UBool UVector::retainAll(const UVector& other) {
227 UBool changed = FALSE;
245 UBool UVector::removeElement(void* obj) {
265 UBool UVector::equals(const UVector &other) const {
331 UBool UVector::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) {