Home | History | Annotate | Download | only in i18n

Lines Matching refs:tzfmt

13 #include "unicode/tzfmt.h"
475 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other;
478 fLocale == tzfmt->fLocale
479 && fGMTPattern == tzfmt->fGMTPattern
480 && fGMTZeroFormat == tzfmt->fGMTZeroFormat
481 && *fTimeZoneNames == *tzfmt->fTimeZoneNames;
484 isEqual = fGMTOffsetPatterns[i] == tzfmt->fGMTOffsetPatterns[i];
487 isEqual = fGMTOffsetDigits[i] == tzfmt->fGMTOffsetDigits[i];
503 TimeZoneFormat* tzfmt = new TimeZoneFormat(locale, status);
505 return tzfmt;
507 delete tzfmt;