• Home
  • Raw
  • Download

Lines Matching refs:UVector32

27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector32)  in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()  argument
29 UVector32::UVector32(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
38 UVector32::UVector32(int32_t initialCapacity, UErrorCode &status) : in UVector32() function in UVector32
49 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
68 UVector32::~UVector32() { in ~UVector32()
76 void UVector32::assign(const UVector32& other, UErrorCode &ec) { in assign()
86 bool UVector32::operator==(const UVector32& other) { in operator ==()
98 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt()
105 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { in insertElementAt()
117 UBool UVector32::containsAll(const UVector32& other) const { in containsAll()
126 UBool UVector32::containsNone(const UVector32& other) const { in containsNone()
135 UBool UVector32::removeAll(const UVector32& other) { in removeAll()
147 UBool UVector32::retainAll(const UVector32& other) { in retainAll()
159 void UVector32::removeElementAt(int32_t index) { in removeElementAt()
168 void UVector32::removeAllElements(void) { in removeAllElements()
172 UBool UVector32::equals(const UVector32 &other) const { in equals()
189 int32_t UVector32::indexOf(int32_t key, int32_t startIndex) const { in indexOf()
200 UBool UVector32::expandCapacity(int32_t minimumCapacity, UErrorCode &status) { in expandCapacity()
242 void UVector32::setMaxCapacity(int32_t limit) { in setMaxCapacity()
278 void UVector32::setSize(int32_t newSize) { in setSize()
303 void UVector32::sortedInsert(int32_t tok, UErrorCode& ec) { in sortedInsert()