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

  /external/chromium_org/third_party/icu/source/i18n/
tzfmt.cpp 13 #include "unicode/tzfmt.h"
469 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; local
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); local
499 return tzfmt;
    [all...]
smpdtfmt.cpp 48 #include "unicode/tzfmt.h"
3537 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); local
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 13 #include "unicode/tzfmt.h"
469 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; local
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); local
499 return tzfmt;
    [all...]
smpdtfmt.cpp 48 #include "unicode/tzfmt.h"
3582 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 503 milliseconds