Searched refs:UVector32 (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/icu/source/common/
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...]
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...]
/external/icu/icu4c/source/common/
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...]
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...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfpositer.h46 class UVector32;
107 void setData(UVector32 *adopt, UErrorCode& status);
109 UVector32 *data;
/external/icu/icu4c/source/i18n/unicode/
H A Dfpositer.h46 class UVector32;
107 void setData(UVector32 *adopt, UErrorCode& status);
109 UVector32 *data;
H A Dcoleitr.h51 class UVector32;
373 UVector32 *offsets_;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dv32test.cpp71 // UVector32_API Check for basic functionality of UVector32.
77 UVector32 *a;
78 UVector32 *b;
80 a = new UVector32(status);
85 a = new UVector32(2000, status);
93 a = new UVector32(status);
97 b = new UVector32(status);
109 a = new UVector32(status);
113 b = new UVector32(status);
137 a = new UVector32(statu
[all...]
H A Drbbitst.h28 class UVector32;
129 UVector32 *breakPositions,
/external/icu/icu4c/source/test/intltest/
H A Dv32test.cpp71 // UVector32_API Check for basic functionality of UVector32.
77 UVector32 *a;
78 UVector32 *b;
80 a = new UVector32(status);
85 a = new UVector32(2000, status);
93 a = new UVector32(status);
97 b = new UVector32(status);
109 a = new UVector32(status);
113 b = new UVector32(status);
137 a = new UVector32(statu
[all...]
H A Drbbitst.h28 class UVector32;
128 UVector32 *breakPositions,
/external/chromium_org/third_party/icu/source/i18n/
H A Dbrktrans.h22 class UVector32;
98 UVector32 *boundaries;
H A Dfpositer.cpp38 data = new UVector32(status);
61 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) {
H A Dbrktrans.cpp43 boundaries = new UVector32(status);
68 boundaries = new UVector32(status);
H A Dfphdlimp.h50 UVector32* vec;
H A Dfphdlimp.cpp74 vec = new UVector32(status);
H A Dregexcmp.h172 UVector32 fParenStack; // parentheses stack. Each frame consists of
/external/icu/icu4c/source/i18n/
H A Dbrktrans.h22 class UVector32;
98 UVector32 *boundaries;
H A Dcollationbasedatabuilder.h75 void buildRootElementsTable(UVector32 &table, UErrorCode &errorCode);
80 UVector32 &table, UErrorCode &errorCode);
H A Dfpositer.cpp36 data = new UVector32(status);
59 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) {
H A Dbrktrans.cpp43 boundaries = new UVector32(status);
68 boundaries = new UVector32(status);
H A Dfphdlimp.h50 UVector32* vec;
H A Dfphdlimp.cpp74 vec = new UVector32(status);
H A Dcollationiterator.h27 class UVector32;
173 int64_t previousCE(UVector32 &offsets, UErrorCode &errorCode);
287 int64_t previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode);
H A Dregexcmp.h171 UVector32 fParenStack; // parentheses stack. Each frame consists of

Completed in 502 milliseconds

123