Home | History | Annotate | Download | only in intltest

Lines Matching refs:hostZone

140     TimeZone* hostZone = TimeZone::detectHostTimeZone();
141 int32_t hostZoneRawOffset = hostZone->getRawOffset();
142 logln("hostZone->getRawOffset() = %d , tzoffset = %d", hostZoneRawOffset, tzoffset * (-1000));
148 delete hostZone;