Lines Matching refs:UVector32

25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector32)  in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()  argument
27 UVector32::UVector32(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
36 UVector32::UVector32(int32_t initialCapacity, UErrorCode &status) : in UVector32() function in UVector32
47 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
66 UVector32::~UVector32() { in ~UVector32()
74 void UVector32::assign(const UVector32& other, UErrorCode &ec) { in assign()
84 UBool UVector32::operator==(const UVector32& other) { in operator ==()
96 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt()
103 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { in insertElementAt()
115 UBool UVector32::containsAll(const UVector32& other) const { in containsAll()
124 UBool UVector32::containsNone(const UVector32& other) const { in containsNone()
133 UBool UVector32::removeAll(const UVector32& other) { in removeAll()
145 UBool UVector32::retainAll(const UVector32& other) { in retainAll()
157 void UVector32::removeElementAt(int32_t index) { in removeElementAt()
166 void UVector32::removeAllElements(void) { in removeAllElements()
170 UBool UVector32::equals(const UVector32 &other) const { in equals()
187 int32_t UVector32::indexOf(int32_t key, int32_t startIndex) const { in indexOf()
198 UBool UVector32::expandCapacity(int32_t minimumCapacity, UErrorCode &status) { in expandCapacity()
240 void UVector32::setMaxCapacity(int32_t limit) { in setMaxCapacity()
276 void UVector32::setSize(int32_t newSize) { in setSize()
301 void UVector32::sortedInsert(int32_t tok, UErrorCode& ec) { in sortedInsert()