Home
last modified time | relevance | path

Searched refs:UVector (Results 1 – 25 of 78) sorted by relevance

1234

/external/icu/icu4c/source/common/
Duvector.cpp28 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
30 UVector::UVector(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
40 UVector::UVector(int32_t initialCapacity, UErrorCode &status) : in UVector() function in UVector
50 UVector::UVector(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) : in UVector() function in UVector
60 UVector::UVector(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &stat… in UVector() function in UVector
70 void UVector::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
86 UVector::~UVector() { in ~UVector()
96 void UVector::assign(const UVector& other, UElementAssigner *assign, UErrorCode &ec) { in assign()
111 UBool UVector::operator==(const UVector& other) { in operator ==()
125 void UVector::addElement(void* obj, UErrorCode &status) { in addElement()
[all …]
Duvector.h73 class U_COMMON_API UVector : public UObject {
93 UVector(UErrorCode &status);
95 UVector(int32_t initialCapacity, UErrorCode &status);
97 UVector(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status);
99 UVector(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status);
101 virtual ~UVector();
107 void assign(const UVector& other, UElementAssigner *assign, UErrorCode &ec);
114 UBool operator==(const UVector& other);
119 inline UBool operator!=(const UVector& other);
141 UBool equals(const UVector &other) const;
[all …]
Drbbitblb.h64 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 *fTagVals;
107 UVector *fPositions; // Set of parse tree positions associated
111 UVector *fDtran; // Transitions out of this state.
Dserv.h541 UVector* factories;
664 UVector& getVisibleIDs(UVector& result, UErrorCode& status) const;
686 UVector& getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const;
719 UVector& getDisplayNames(UVector& result, UErrorCode& status) const;
730 UVector& getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const;
755 UVector& getDisplayNames(UVector& result,
Drbbinode.h23 class UVector; variable
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);
Drbbitblb.cpp32 fDStates = new UVector(status); in RBBITableBuilder()
354 UVector *LastPosOfLeftChild = n->fLeftChild->fLastPosSet; in calcFollowPos()
387 UVector endMarkerNodes(*fStatus); in calcChainedFollowPos()
388 UVector leafNodes(*fStatus); in calcChainedFollowPos()
412 UVector *matchStartNodes = userRuleRoot->fFirstPosSet; in calcChainedFollowPos()
514 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; in bofFixup()
559 failState->fPositions = new UVector(*fStatus); in buildStateTable()
580 initialState->fPositions = new UVector(*fStatus); in buildStateTable()
618 UVector *U = NULL; in buildStateTable()
625 U = new UVector(*fStatus); in buildStateTable()
[all …]
Drbbinode.cpp63 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode()
64 fLastPosSet = new UVector(status); in RBBINode()
65 fFollowPos = new UVector(status); in RBBINode()
90 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode()
91 fLastPosSet = new UVector(status); in RBBINode()
92 fFollowPos = new UVector(status); in RBBINode()
252 void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) { in findNodes()
Dustack.cpp15 UVector(status) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
20 UVector(initialCapacity, status) in UStack()
25 UVector(d, c, status) in UStack()
30 UVector(d, c, initialCapacity, status) in UStack()
Dserv.cpp420 UVector* _obj;
526 cacheDescriptorList._obj = new UVector(uprv_deleteUObject, NULL, 5, status); in getKey()
602 UVector&
603 ICUService::getVisibleIDs(UVector& result, UErrorCode& status) const { in getVisibleIDs()
607 UVector&
608 ICUService::getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const in getVisibleIDs()
723 UVector&
724 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const in getDisplayNames()
730 UVector&
731 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const in getDisplayNames()
[all …]
Dunisetspan.h57 UnicodeSetStringSpan(const UnicodeSet &set, const UVector &setStrings, uint32_t which);
60 …UnicodeSetStringSpan(const UnicodeSetStringSpan &otherStringSpan, const UVector &newParentSetStrin…
109 const UVector &strings;
/external/icu/icu4c/source/i18n/
Dcpdtrans.h21 class U_COMMON_API UVector; variable
188 UVector& list,
194 CompoundTransliterator(UVector& list,
198 CompoundTransliterator(UVector& list,
208 void init(UVector& list,
Dzonemeta.h25 class UVector; variable
70 static const UVector* U_EXPORT2 getMetazoneMappings(const UnicodeString &tzid);
72 static const UVector* U_EXPORT2 getAvailableMetazoneIDs();
111 static UVector* createMetazoneMappings(const UnicodeString &tzid);
Duspoof_conf.h73 UVector *fVec; // Elements are SPUString *
95 UVector *fKeyVec;
96 UVector *fValueVec;
98 UVector *fStringLengthsTable;
Dzonemeta.cpp41 static icu::UVector *gMetaZoneIDs = NULL;
46 static icu::UVector *gSingleZoneCountries = NULL;
47 static icu::UVector *gMultiZonesCountries = NULL;
102 delete (icu::UVector*) obj; in deleteUVector()
394 gSingleZoneCountries = new UVector(NULL, uhash_compareUChars, status); in countryInfoVectorsInit()
398 gMultiZonesCountries = new UVector(NULL, uhash_compareUChars, status); in countryInfoVectorsInit()
519 const UVector *mappings = getMetazoneMappings(tzid); in getMetazoneID()
549 const UVector* U_EXPORT2
564 const UVector *result = NULL; in getMetazoneMappings()
568 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars); in getMetazoneMappings()
[all …]
Dregion.cpp60 static UVector* availableRegions[URGN_LIMIT];
65 static UVector *allRegions = NULL;
91 …LocalPointer<UVector> continents(new UVector(uprv_deleteUObject, uhash_compareUnicodeString, statu… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
92 …LocalPointer<UVector> groupings(new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
93 allRegions = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
239 …LocalPointer<UVector> newPreferredValues(new UVector(uprv_deleteUObject, uhash_compareUnicodeStrin… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
345 …parentRegion->containedRegions = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, statu… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
370 …LocalPointer<UVector> newAr(new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status), s… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
615 UVector *result = new UVector(NULL, uhash_compareChars, status); in getContainedRegions()
702 RegionNameEnumeration::RegionNameEnumeration(UVector *fNameList, UErrorCode& status) { in RegionNameEnumeration()
[all …]
Drbt_pars.h42 UVector dataVector;
48 UVector idBlockVector;
79 UVector variablesVector;
100 UVector segmentObjects;
Dalphaindex.cpp76 inline UnicodeString *getString(const UVector &list, int32_t i) { in getString()
80 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) { in getBucket()
84 inline AlphabeticIndex::Record *getRecord(const UVector &list, int32_t i) { in getRecord()
94 int32_t binarySearch(const UVector &list, const UnicodeString &s, const Collator &coll) { in binarySearch()
126 BucketList(UVector *bucketList, UVector *publicBucketList) in BucketList()
166 UVector *bucketList_;
168 UVector *immutableVisibleList_;
294 void AlphabeticIndex::initLabels(UVector &indexCharacters, UErrorCode &errorCode) const { in initLabels()
419 UVector indexCharacters(errorCode); in createBucketList()
445 LocalPointer<UVector> bucketList(new UVector(errorCode), errorCode); in createBucketList()
[all …]
Dtransreg.cpp75 UVector* adoptedTransliterators, in TransliteratorAlias()
137 UVector transliterators(ec); in create()
348 static UVector* DEBUG_entries = NULL;
353 DEBUG_entries = new UVector(ec); in DEBUG_setup()
443 UVector* dataVector; // For COMPOUND_RBT
587 entry->u.dataVector = new UVector(status); in reget()
782 UVector *variants = (UVector*) targets->get(target); in countAvailableVariants()
796 UVector *variants = (UVector*) targets->get(target); in getAvailableVariant()
944 UVector *variants = (UVector*) targets->get(target); in registerSTV()
946 variants = new UVector(uprv_deleteUObject, in registerSTV()
[all …]
Dtridpars.h24 class UVector; variable
191 UVector& list,
212 static void instantiateList(UVector& list,
Dregion_impl.h27 RegionNameEnumeration(UVector *fNameList, UErrorCode& status);
36 UVector *fRegionNames;
Dmsgfmt_impl.h27 FormatNameEnumeration(UVector *fFormatNames, UErrorCode& status);
36 UVector *fFormatNames;
/external/icu/icu4c/source/i18n/unicode/
Drbtz.h25 class UVector; variable
309 UVector* copyRules(UVector* source);
323 UVector *fHistoricRules;
324 UVector *fFinalRules;
325 UVector *fHistoricTransitions;
Dalphaindex.h78 class UVector; variable
228 UVector *records_; // Records are owned by the inputList_ vector.
675 UVector *firstStringsInScript(UErrorCode &status);
684 void initLabels(UVector &indexCharacters, UErrorCode &errorCode) const;
717 UVector *inputList_;
732 UVector *firstCharsInScripts_; // The first character from each script,
Dtznames.h74 class UVector; variable
378 UVector* fMatches; // vector of MatchEntry
380 UVector* matches(UErrorCode& status);
/external/icu/icu4c/source/test/intltest/
Duvectest.cpp95 UVector *a; in UVector_API()
97 a = new UVector(status); in UVector_API()
102 a = new UVector(2000, status); in UVector_API()
107 a = new UVector(status); in UVector_API()

1234