Searched defs:UVector32 (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/common/
H A Duvectr32.cpp25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector32)
27 UVector32::UVector32(UErrorCode &status) : function in class:UVector32
36 UVector32::UVector32(int32_t initialCapacity, UErrorCode &status) : function in class:UVector32
47 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) {
66 UVector32::~UVector32() {
74 void UVector32::assign(const UVector32
[all...]
H A Duvectr32.h9 // UVector32 is a class implementing a vector of 32 bit integers.
59 class U_COMMON_API UVector32 : public UObject { class in inherits:UObject
70 UVector32(UErrorCode &status);
72 UVector32(int32_t initialCapacity, UErrorCode &status);
74 virtual ~UVector32();
80 void assign(const UVector32& other, UErrorCode &ec);
87 UBool operator==(const UVector32& other);
92 inline UBool operator!=(const UVector32& other);
106 UBool equals(const UVector32 &other) const;
114 UBool containsAll(const UVector32
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1442 #define UVector32 UVector32_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1442 #define UVector32 UVector32_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1442 #define UVector32 UVector32_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1442 #define UVector32 UVector32_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2240 #define UVector32 U_ICU_ENTRY_POINT_RENAME(UVector32) macro

Completed in 115 milliseconds