Lines Matching refs:UVector
41 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()
577 UVector *tmpResult = createMetazoneMappings(tzid); in getMetazoneMappings()
587 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars); in getMetazoneMappings()
617 UVector*
619 UVector *mzMappings = NULL; in createMetazoneMappings()
681 mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status); in createMetazoneMappings()
767 gMetaZoneIDs = new UVector(NULL, uhash_compareUChars, status); in initAvailableMetaZoneIDs()
815 const UVector*