Searched refs:UVector64 (Results 1 – 7 of 7) sorted by relevance
58 class U_COMMON_API UVector64 : public UObject {69 UVector64(UErrorCode &status);71 UVector64(int32_t initialCapacity, UErrorCode &status);73 virtual ~UVector64();79 void assign(const UVector64& other, UErrorCode &ec);86 UBool operator==(const UVector64& other);91 inline UBool operator!=(const UVector64& other);177 UVector64(const UVector64&);180 UVector64& operator=(const UVector64&);202 inline UBool UVector64::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) { in ensureCapacity()[all …]
22 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector64) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument24 UVector64::UVector64(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()33 UVector64::UVector64(int32_t initialCapacity, UErrorCode &status) : in UVector64() function in UVector6444 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init()63 UVector64::~UVector64() { in ~UVector64()71 void UVector64::assign(const UVector64& other, UErrorCode &ec) { in assign()81 UBool UVector64::operator==(const UVector64& other) { in operator ==()93 void UVector64::setElementAt(int64_t elem, int32_t index) { in setElementAt()100 void UVector64::insertElementAt(int64_t elem, int32_t index, UErrorCode &status) { in insertElementAt()112 void UVector64::removeAllElements(void) { in removeAllElements()[all …]
65 class UVector64; variable579 UVector64 *fCompiledPat; // The compiled pattern p-code.1754 UVector64 *fStack;
165 fCompiledPat = new UVector64(fDeferredStatus); in init()
1946 UVector64 *code = fRXPat->fCompiledPat; in insertOp()
233 fStack = new UVector64(status); in init()
2202 #define UVector64 U_ICU_ENTRY_POINT_RENAME(UVector64) macro