Lines Matching refs:UVector
71 delete (UVector *)fValues; in deleteValues()
90 … UVector *values = new UVector(valueDeleter, NULL, DEFAULT_CHARACTERNODE_CAPACITY, status); in addValue()
102 ((UVector *)fValues)->addElement(value, status); in addValue()
161 fLazyContents = new UVector(status); in put()
674 MetaZoneIDsEnumeration(const UVector& mzIDs);
675 MetaZoneIDsEnumeration(UVector* mzIDs);
685 const UVector* fMetaZoneIDs;
686 UVector *fLocalVector;
695 MetaZoneIDsEnumeration::MetaZoneIDsEnumeration(const UVector& mzIDs) in MetaZoneIDsEnumeration()
700 MetaZoneIDsEnumeration::MetaZoneIDsEnumeration(UVector *mzIDs) in MetaZoneIDsEnumeration()
756 TimeZoneNameMatchInfoImpl(UVector* matches);
766 UVector* fMatches; // vector of MatchEntry
769 TimeZoneNameMatchInfoImpl::TimeZoneNameMatchInfoImpl(UVector* matches) in TimeZoneNameMatchInfoImpl()
836 UVector* getMatches(int32_t& maxMatchLen);
840 UVector* fResults;
869 fResults = new UVector(uprv_free, NULL, status); in handleMatch()
898 UVector*
901 UVector *results = fResults; in getMatches()
1045 const UVector* mzIDs = ZoneMeta::getAvailableMetazoneIDs(); in getAvailableMetaZoneIDs()
1057 const UVector* mappings = ZoneMeta::getMetazoneMappings(tzID); in getAvailableMetaZoneIDs()
1063 UVector* mzIDs = new UVector(NULL, uhash_compareUChars, status); in getAvailableMetaZoneIDs()
1353 UVector *results = handler.getMatches(maxLen); in find()