HomeSort by relevance Sort by last modified time
    Searched defs:tzfmt (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
tzfmt.cpp 13 #include "unicode/tzfmt.h"
393 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; local
396 fLocale == tzfmt->fLocale
397 && fGMTPattern == tzfmt->fGMTPattern
398 && fGMTZeroFormat == tzfmt->fGMTZeroFormat
399 && *fTimeZoneNames == *tzfmt->fTimeZoneNames;
402 isEqual = fGMTOffsetPatterns[i] == tzfmt->fGMTOffsetPatterns[i];
405 isEqual = fGMTOffsetDigits[i] == tzfmt->fGMTOffsetDigits[i];
421 TimeZoneFormat* tzfmt = new TimeZoneFormat(locale, status); local
423 return tzfmt;
    [all...]
smpdtfmt.cpp 48 #include "unicode/tzfmt.h"
3377 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); local
    [all...]

Completed in 78 milliseconds