Home | History | Annotate | Download | only in i18n

Lines Matching refs:tzfmt

13 #include "unicode/tzfmt.h"
469 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other;
472 fLocale == tzfmt->fLocale
473 && fGMTPattern == tzfmt->fGMTPattern
474 && fGMTZeroFormat == tzfmt->fGMTZeroFormat
475 && *fTimeZoneNames == *tzfmt->fTimeZoneNames;
478 isEqual = fGMTOffsetPatterns[i] == tzfmt->fGMTOffsetPatterns[i];
481 isEqual = fGMTOffsetDigits[i] == tzfmt->fGMTOffsetDigits[i];
497 TimeZoneFormat* tzfmt = new TimeZoneFormat(locale, status);
499 return tzfmt;
501 delete tzfmt;