Searched refs:UVector (Results 1 - 25 of 65) sorted by relevance

123

/external/icu4c/common/
H A Drbbitblb.h61 // Set functions for UVector.
62 // TODO: make a USet subclass of UVector
64 void setAdd(UVector *dest, UVector *source);
65 UBool setEquals(UVector *a, UVector *b);
67 void sortedAdd(UVector **dest, int32_t val);
71 void printSet(UVector *s);
88 UVector *fDStates; // D states (Aho's terminology)
105 UVector *fTagVal
[all...]
H A Duvector.h67 * <p>Since we don't have garbage collection, UVector was given the
78 * UVector needs a way to compare objects for equality. To do so, it
90 class U_COMMON_API UVector : public UObject { class in inherits:UObject
91 // NOTE: UVector uses the UHashKey (union of void* and int32_t) as
110 UVector(UErrorCode &status);
112 UVector(int32_t initialCapacity, UErrorCode &status);
114 UVector(UObjectDeleter *d, UKeyComparator *c, UErrorCode &status);
116 UVector(UObjectDeleter *d, UKeyComparator *c, int32_t initialCapacity, UErrorCode &status);
118 virtual ~UVector();
124 void assign(const UVector
[all...]
H A Duvector.cpp27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector)
29 UVector::UVector(UErrorCode &status) : function in class:UVector
39 UVector::UVector(int32_t initialCapacity, UErrorCode &status) : function in class:UVector
49 UVector::UVector(UObjectDeleter *d, UKeyComparator *c, UErrorCode &status) : function in class:UVector
59 UVector::UVector(UObjectDeleter *d, UKeyComparator *c, int32_t initialCapacity, UErrorCode &status) : function in class:UVector
69 void UVector
[all...]
H A Drbbinode.h23 class UVector;
82 UVector *fFirstPosSet;
83 UVector *fLastPosSet; // TODO: rename fFirstPos & fLastPos to avoid confusion.
84 UVector *fFollowPos;
94 void findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status);
H A Dustack.cpp15 UVector(status)
20 UVector(initialCapacity, status)
25 UVector(d, c, status)
30 UVector(d, c, initialCapacity, status)
H A Dserv.h543 UVector* factories;
666 UVector& getVisibleIDs(UVector& result, UErrorCode& status) const;
688 UVector& getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const;
721 UVector& getDisplayNames(UVector& result, UErrorCode& status) const;
732 UVector& getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const;
757 UVector
[all...]
H A Drbbisetb.h42 UVector *fIncludesSets; // vector of the the original
82 void addValToSets(UVector *sets, uint32_t val);
H A Drbbinode.cpp63 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere
64 fLastPosSet = new UVector(status);
65 fFollowPos = new UVector(status);
90 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere
91 fLastPosSet = new UVector(status);
92 fFollowPos = new UVector(status);
252 void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) {
H A Dunisetspan.h57 UnicodeSetStringSpan(const UnicodeSet &set, const UVector &setStrings, uint32_t which);
60 UnicodeSetStringSpan(const UnicodeSetStringSpan &otherStringSpan, const UVector &newParentSetStrings);
109 const UVector &strings;
H A Dservnotf.h74 private: UVector* listeners;
H A Drbbitblb.cpp32 fDStates = new UVector(status);
354 UVector *LastPosOfLeftChild = n->fLeftChild->fLastPosSet;
387 UVector endMarkerNodes(*fStatus);
388 UVector leafNodes(*fStatus);
412 UVector *matchStartNodes = userRuleRoot->fFirstPosSet;
514 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet;
559 failState->fPositions = new UVector(*fStatus);
580 initialState->fPositions = new UVector(*fStatus);
618 UVector *U = NULL;
625 U = new UVector(*fStatu
[all...]
H A Drbbirb.h149 UVector *fUSetNodes; // Vector of all uset nodes.
156 UVector *fRuleStatusVals; // The values that can be returned
/external/icu4c/i18n/
H A Dzonemeta.h25 class UVector;
58 static const UVector* U_EXPORT2 getMetazoneMappings(const UnicodeString &tzid);
62 static UVector* createMetazoneMappings(const UnicodeString &tzid);
H A Dmsgfmt_impl.h27 FormatNameEnumeration(UVector *fFormatNames, UErrorCode& status);
36 UVector *fFormatNames;
H A Duspoof_conf.h50 // combination of a uhash and a UVector.
73 UVector *fVec; // Elements are SPUString *
95 UVector *fKeyVec;
96 UVector *fValueVec;
98 UVector *fStringLengthsTable;
H A Dcpdtrans.h21 class U_COMMON_API UVector; variable in typeref:class:U_COMMON_API
206 UVector& list,
212 CompoundTransliterator(UVector& list,
216 CompoundTransliterator(UVector& list,
226 void init(UVector& list,
H A Drbt_pars.h42 UVector dataVector;
48 UVector idBlockVector;
79 UVector variablesVector;
100 UVector segmentObjects;
H A Dtridpars.h24 class UVector;
191 UVector& list,
212 static void instantiateList(UVector& list,
H A Drbt_set.h42 UVector* ruleVector;
H A Dzonemeta.cpp33 static U_NAMESPACE_QUALIFIER UVector *gSingleZoneCountries = NULL;
34 static U_NAMESPACE_QUALIFIER UVector *gMultiZonesCountries = NULL;
70 * Deleter for UVector
74 delete (U_NAMESPACE_QUALIFIER UVector*) obj;
305 gSingleZoneCountries = new UVector(NULL, uhash_compareUChars, status);
309 gMultiZonesCountries = new UVector(NULL, uhash_compareUChars, status);
407 const UVector *mappings = getMetazoneMappings(tzid);
424 const UVector* U_EXPORT2
461 const UVector *result = NULL;
465 result = (UVector*) uhash_ge
[all...]
H A Dtransreg.cpp73 UVector* adoptedTransliterators,
135 UVector transliterators(ec);
346 static UVector* DEBUG_entries = NULL;
351 DEBUG_entries = new UVector(ec);
441 UVector* dataVector; // For COMPOUND_RBT
585 entry->u.dataVector = new UVector(status);
780 UVector *variants = (UVector*) targets->get(target);
794 UVector *variants = (UVector*) target
[all...]
/external/icu4c/i18n/unicode/
H A Drbtz.h25 class UVector;
309 UVector* copyRules(UVector* source);
322 UVector *fHistoricRules;
323 UVector *fFinalRules;
324 UVector *fHistoricTransitions;
H A Dbasictz.h26 class UVector;
200 void getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, UVector*& transitionRules,
/external/icu4c/tools/toolutil/
H A Dxmlparser.h144 UVector fAttNames; // A vector containing the names of this element's attributes
146 UVector fAttValues; // A vector containing the attribute values for
150 UVector fChildren; // The child nodes of this element (a Vector)
/external/icu4c/test/intltest/
H A Ddadrcoll.h53 UVector sequences;

Completed in 2986 milliseconds

123