Home
last modified time | relevance | path

Searched refs:UVector32 (Results 1 – 25 of 27) sorted by relevance

12

/external/icu4c/common/
Duvectr32.h59 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;
116 UBool removeAll(const UVector32& other);
[all …]
Duvectr32.cpp25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector32) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
27 UVector32::UVector32(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
36 UVector32::UVector32(int32_t initialCapacity, UErrorCode &status) : in UVector32() function in UVector32
47 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
66 UVector32::~UVector32() { in ~UVector32()
74 void UVector32::assign(const UVector32& other, UErrorCode &ec) { in assign()
84 UBool UVector32::operator==(const UVector32& other) { in operator ==()
96 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt()
103 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { in insertElementAt()
115 UBool UVector32::containsAll(const UVector32& other) const { in containsAll()
[all …]
Ducharstrieiterator.cpp38 stack_=new UVector32(errorCode); in Iterator()
54 stack_=new UVector32(errorCode); in Iterator()
Dbytestrieiterator.cpp39 stack_=new UVector32(errorCode); in Iterator()
55 stack_=new UVector32(errorCode); in Iterator()
Dtriedict.cpp232 UVector32 fBranchStack; // Stack of which branch we are working on
546 UVector32 fNodeStack; // Stack of nodes to process
547 UVector32 fIndexStack; // Stack of where in node we are
700 virtual void write(uint8_t *bytes, uint32_t &offset, const UVector32 &/*translate*/) { in write() argument
725 virtual void write(uint8_t *bytes, uint32_t &offset, const UVector32 &translate) { in write()
765 virtual void write(uint8_t *bytes, uint32_t &offset, const UVector32 &translate) { in write()
1073 UVector32 translate(count, status); // Should be no growth needed after this in compactMutableTrieDictionary()
/external/icu4c/test/intltest/
Dv32test.cpp77 UVector32 *a; in UVector32_API()
78 UVector32 *b; in UVector32_API()
80 a = new UVector32(status); in UVector32_API()
85 a = new UVector32(2000, status); in UVector32_API()
93 a = new UVector32(status); in UVector32_API()
97 b = new UVector32(status); in UVector32_API()
109 a = new UVector32(status); in UVector32_API()
113 b = new UVector32(status); in UVector32_API()
137 a = new UVector32(status); in UVector32_API()
152 a = new UVector32(status); in UVector32_API()
[all …]
Drbbitst.h28 class UVector32; variable
127 UVector32 *breakPositions,
Drbbitst.cpp1326 UVector32 *expectedBreaks;
1327 UVector32 *srcLine;
1328 UVector32 *srcCol;
1460 tp.expectedBreaks = new UVector32(status); in TestExtended()
1461 tp.srcLine = new UVector32(status); in TestExtended()
1462 tp.srcCol = new UVector32(status); in TestExtended()
2194 UVector32 breakPositions(status); in runUnicodeTestData()
2294UVector32 *breakPositions, // Positions where breaks should be found. in checkUnicodeTestCase()
Duobjtest.cpp467 TESTCLASSID_CTOR(UVector32, (status)); in testIDs()
/external/icu4c/i18n/unicode/
Dfpositer.h46 class UVector32;
118 void setData(UVector32 *adopt, UErrorCode& status);
120 UVector32 *data;
Dregex.h64 class UVector32; variable
598 UVector32 *fGroupMap; // Map from capture group number to position of
/external/icu4c/i18n/
Dbrktrans.h22 class UVector32; variable
98 UVector32 *boundaries;
Dfpositer.cpp38 data = new UVector32(status); in FieldPositionIterator()
75 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) { in setData()
Dbrktrans.cpp43 boundaries = new UVector32(status); in BreakTransliterator()
68 boundaries = new UVector32(status); in BreakTransliterator()
Dfphdlimp.h50 UVector32* vec;
Dfphdlimp.cpp74 vec = new UVector32(status); in FieldPositionIteratorHandler()
Dregexcmp.h172 UVector32 fParenStack; // parentheses stack. Each frame consists of
Drepattrn.cpp166 fGroupMap = new UVector32(fDeferredStatus); in init()
Dregexcmp.cpp2444 UVector32 forwardedLength(end+1, *fStatus); in matchStartType()
2923 UVector32 forwardedLength(end+2, *fStatus); in minMatchLength()
3176 UVector32 forwardedLength(end+1, *fStatus); in maxMatchLength()
3406 UVector32 deltas(end, *fStatus); in stripNOPs()
/external/icu4c/common/unicode/
Dbytestrie.h33 class UVector32; variable
339 UVector32 *stack_;
Ducharstrie.h33 class UVector32; variable
369 UVector32 *stack_;
/external/icu4c/tools/gennorm2/
Dn2builder.cpp128 UVector32 *compositions; // (trail, composite) pairs
355 UVector32 *compositions=leadNorm->compositions; in addComposition()
358 compositions=leadNorm->compositions=new UVector32(errorCode); in addComposition()
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h1442 #define UVector32 UVector32_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h1442 #define UVector32 UVector32_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h1442 #define UVector32 UVector32_3_2 macro

12