• Home
  • Raw
  • Download

Lines Matching refs:VTimeZone

797         VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid);  in TestVTimeZoneRoundTrip()
800 VTimeZone *vtz_new = NULL; in TestVTimeZoneRoundTrip()
809 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneRoundTrip()
897 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid); in TestVTimeZoneRoundTripPartial()
898 VTimeZone *vtz_new = NULL; in TestVTimeZoneRoundTripPartial()
910 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneRoundTripPartial()
992 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid); in TestVTimeZoneSimpleWrite()
993 VTimeZone *vtz_new = NULL; in TestVTimeZoneSimpleWrite()
1005 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneSimpleWrite()
1047 VTimeZone *vtz = VTimeZone::createVTimeZoneByID("America/Chicago"); in TestVTimeZoneHeaderProps()
1054 VTimeZone *newvtz1 = NULL; in TestVTimeZoneHeaderProps()
1060 newvtz1 = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneHeaderProps()
1084 VTimeZone *newvtz2 = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneHeaderProps()
1626 VTimeZone *vtz = VTimeZone::createVTimeZoneByID(TZID); in TestVTimeZoneCoverage()
1698 VTimeZone *tmpvtz = (VTimeZone*)vtz->clone(); in TestVTimeZoneCoverage()
1766 VTimeZone *vtz1 = VTimeZone::createVTimeZoneByID("America/Los_Angeles"); in TestVTimeZoneCoverage()
1778 VTimeZone *vtzFromBasic = NULL; in TestVTimeZoneCoverage()
1790 vtzFromBasic = VTimeZone::createVTimeZoneFromBasicTimeZone(*simpleTZ, status); in TestVTimeZoneCoverage()
1834 VTimeZone *empty = VTimeZone::createVTimeZone(emptyData, status); in TestVTimeZoneParse()
1868 VTimeZone *tokyo = VTimeZone::createVTimeZone(asiaTokyo, status); in TestVTimeZoneParse()
1933 VTimeZone *foo = VTimeZone::createVTimeZone(fooData, status); in TestVTimeZoneParse()
2133 VTimeZone *vtz = VTimeZone::createVTimeZone(TestZones[i], status); in TestT6216()