Lines Matching defs:tzfmt
15 #include "unicode/tzfmt.h"
481 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other;
484 fLocale == tzfmt->fLocale
485 && fGMTPattern == tzfmt->fGMTPattern
486 && fGMTZeroFormat == tzfmt->fGMTZeroFormat
487 && *fTimeZoneNames == *tzfmt->fTimeZoneNames;
490 isEqual = fGMTOffsetPatterns[i] == tzfmt->fGMTOffsetPatterns[i];
493 isEqual = fGMTOffsetDigits[i] == tzfmt->fGMTOffsetDigits[i];
509 TimeZoneFormat* tzfmt = new TimeZoneFormat(locale, status);
511 return tzfmt;
513 delete tzfmt;