/external/chromium_org/third_party/icu/source/common/ |
uvectr32.h | 9 // UVector32 is a class implementing a vector of 32 bit integers. 59 class U_COMMON_API UVector32 : public 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& other) const [all...] |
uvectr32.cpp | 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) [all...] |
/external/icu4c/common/ |
uvectr32.h | 9 // UVector32 is a class implementing a vector of 32 bit integers. 59 class U_COMMON_API UVector32 : public 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& other) const [all...] |
uvectr32.cpp | 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) [all...] |
bytestrieiterator.cpp | 36 // via the CharString and UVector32 implementations, so this additional 39 stack_=new UVector32(errorCode); 55 stack_=new UVector32(errorCode);
|
ucharstrieiterator.cpp | 36 // via the UnicodeString and UVector32 implementations, so this additional 38 stack_=new UVector32(errorCode); 54 stack_=new UVector32(errorCode);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
fpositer.h | 46 class UVector32; 107 void setData(UVector32 *adopt, UErrorCode& status); 109 UVector32 *data;
|
/external/icu4c/i18n/unicode/ |
fpositer.h | 46 class UVector32; 118 void setData(UVector32 *adopt, UErrorCode& status); 120 UVector32 *data;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
v32test.cpp | 71 // 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(status) [all...] |
rbbitst.h | 28 class UVector32; 129 UVector32 *breakPositions,
|
/external/icu4c/test/intltest/ |
v32test.cpp | 71 // 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(status) [all...] |
rbbitst.h | 28 class UVector32; 128 UVector32 *breakPositions,
|
/external/chromium_org/third_party/icu/source/i18n/ |
brktrans.h | 22 class UVector32; 98 UVector32 *boundaries;
|
fpositer.cpp | 38 data = new UVector32(status); 61 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) {
|
fphdlimp.h | 50 UVector32* vec;
|
brktrans.cpp | 43 boundaries = new UVector32(status); 68 boundaries = new UVector32(status);
|
fphdlimp.cpp | 74 vec = new UVector32(status);
|
regexcmp.h | 172 UVector32 fParenStack; // parentheses stack. Each frame consists of
|
/external/icu4c/i18n/ |
brktrans.h | 22 class UVector32; 98 UVector32 *boundaries;
|
fphdlimp.h | 50 UVector32* vec;
|
fpositer.cpp | 36 data = new UVector32(status); 73 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) {
|
brktrans.cpp | 43 boundaries = new UVector32(status); 68 boundaries = new UVector32(status);
|
fphdlimp.cpp | 74 vec = new UVector32(status);
|
regexcmp.h | 171 UVector32 fParenStack; // parentheses stack. Each frame consists of
|
/external/icu4c/common/unicode/ |
bytestrie.h | 33 class UVector32; 339 UVector32 *stack_;
|