Lines Matching refs:UVector
40 static U_NAMESPACE_QUALIFIER UVector *gMetaZoneIDs = NULL;
45 static U_NAMESPACE_QUALIFIER UVector *gSingleZoneCountries = NULL;
46 static U_NAMESPACE_QUALIFIER UVector *gMultiZonesCountries = NULL;
99 delete (U_NAMESPACE_QUALIFIER UVector*) obj; in deleteUVector()
426 gSingleZoneCountries = new UVector(NULL, uhash_compareUChars, status); in getSingleCountry()
430 gMultiZonesCountries = new UVector(NULL, uhash_compareUChars, status); in getSingleCountry()
512 const UVector *mappings = getMetazoneMappings(tzid); in getMetazoneID()
529 const UVector* U_EXPORT2
566 const UVector *result = NULL; in getMetazoneMappings()
570 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars); in getMetazoneMappings()
579 UVector *tmpResult = createMetazoneMappings(tzid); in getMetazoneMappings()
589 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars); in getMetazoneMappings()
619 UVector*
621 UVector *mzMappings = NULL; in createMetazoneMappings()
683 mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status); in createMetazoneMappings()
768 UVector *metaZoneIDs = NULL; in initAvailableMetaZoneIDs()
770 metaZoneIDs = new UVector(NULL, uhash_compareUChars, status); in initAvailableMetaZoneIDs()
825 const UVector*