Home | History | Annotate | Download | only in common

Lines Matching defs:UVector32

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