Searched refs:inZoneSize (Results 1 - 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
H A DDateMath.h150 int inZoneSize = strlen(inTm.tm_zone) + 1; local
151 timeZone = new char[inZoneSize];
152 strncpy(timeZone, inTm.tm_zone, inZoneSize);
196 int inZoneSize = strlen(rhs.timeZone) + 1; local
197 timeZone = new char[inZoneSize];
198 strncpy(timeZone, rhs.timeZone, inZoneSize);

Completed in 26 milliseconds