Home | History | Annotate | Download | only in common

Lines Matching defs:UVector32

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