Lines Matching refs:tzfmt
13 #include "unicode/tzfmt.h"
468 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other;
471 fLocale == tzfmt->fLocale
472 && fGMTPattern == tzfmt->fGMTPattern
473 && fGMTZeroFormat == tzfmt->fGMTZeroFormat
474 && *fTimeZoneNames == *tzfmt->fTimeZoneNames;
477 isEqual = fGMTOffsetPatterns[i] == tzfmt->fGMTOffsetPatterns[i];
480 isEqual = fGMTOffsetDigits[i] == tzfmt->fGMTOffsetDigits[i];
496 tzfmt = new TimeZoneFormat(locale, status);
498 return tzfmt;
500 delete tzfmt;