Home | History | Annotate | Download | only in i18n

Lines Matching refs:UVector

20 #include "uvector.h"
41 static icu::UVector *gMetaZoneIDs = NULL;
46 static icu::UVector *gSingleZoneCountries = NULL;
47 static icu::UVector *gMultiZonesCountries = NULL;
94 * Deleter for UVector
98 delete (icu::UVector*) obj;
423 gSingleZoneCountries = new UVector(NULL, uhash_compareUChars, status);
427 gMultiZonesCountries = new UVector(NULL, uhash_compareUChars, status);
532 const UVector *mappings = getMetazoneMappings(tzid);
549 const UVector* U_EXPORT2
586 const UVector *result = NULL;
590 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars);
599 UVector *tmpResult = createMetazoneMappings(tzid);
609 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars);
639 UVector*
641 UVector *mzMappings = NULL;
703 mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status);
788 UVector *metaZoneIDs = NULL;
790 metaZoneIDs = new UVector(NULL, uhash_compareUChars, status);
847 const UVector*