• Home
  • Raw
  • Download

Lines Matching refs:VTimeZone

796         VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid);  in TestVTimeZoneRoundTrip()
799 VTimeZone *vtz_new = NULL; in TestVTimeZoneRoundTrip()
808 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneRoundTrip()
896 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid); in TestVTimeZoneRoundTripPartial()
897 VTimeZone *vtz_new = NULL; in TestVTimeZoneRoundTripPartial()
909 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneRoundTripPartial()
991 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid); in TestVTimeZoneSimpleWrite()
992 VTimeZone *vtz_new = NULL; in TestVTimeZoneSimpleWrite()
1004 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneSimpleWrite()
1046 VTimeZone *vtz = VTimeZone::createVTimeZoneByID("America/Chicago"); in TestVTimeZoneHeaderProps()
1053 VTimeZone *newvtz1 = NULL; in TestVTimeZoneHeaderProps()
1059 newvtz1 = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneHeaderProps()
1083 VTimeZone *newvtz2 = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneHeaderProps()
1625 VTimeZone *vtz = VTimeZone::createVTimeZoneByID(TZID); in TestVTimeZoneCoverage()
1697 VTimeZone *tmpvtz = (VTimeZone*)vtz->clone(); in TestVTimeZoneCoverage()
1765 VTimeZone *vtz1 = VTimeZone::createVTimeZoneByID("America/Los_Angeles"); in TestVTimeZoneCoverage()
1777 VTimeZone *vtzFromBasic = NULL; in TestVTimeZoneCoverage()
1789 vtzFromBasic = VTimeZone::createVTimeZoneFromBasicTimeZone(*simpleTZ, status); in TestVTimeZoneCoverage()
1833 VTimeZone *empty = VTimeZone::createVTimeZone(emptyData, status); in TestVTimeZoneParse()
1867 VTimeZone *tokyo = VTimeZone::createVTimeZone(asiaTokyo, status); in TestVTimeZoneParse()
1932 VTimeZone *foo = VTimeZone::createVTimeZone(fooData, status); in TestVTimeZoneParse()
2132 VTimeZone *vtz = VTimeZone::createVTimeZone(TestZones[i], status); in TestT6216()