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

  /external/icu4c/i18n/
tzfmt.h 44 class U_I18N_API TimeZoneFormat : public UMemory {
46 virtual ~TimeZoneFormat();
48 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
tzfmt.cpp 26 // TimeZoneFormatImpl - the TimeZoneFormat implementation
28 class TimeZoneFormatImpl : public TimeZoneFormat {
302 // TimeZoneFormat object cache handling
321 TimeZoneFormat* tzfmt;
348 delete (TimeZoneFormat *) entry->tzfmt;
377 class TimeZoneFormatDelegate : public TimeZoneFormat {
421 TimeZoneFormat *tzfmt = NULL;
506 // TimeZoneFormat base class
508 TimeZoneFormat::~TimeZoneFormat() {
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 163 milliseconds