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

  /external/icu4c/i18n/
zstrfmt.h 193 friend class ZoneStringFormat;
226 class ZoneStringFormat : public UMemory {
228 ZoneStringFormat(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount, UErrorCode &status);
229 ZoneStringFormat(const Locale& locale, UErrorCode &status);
230 virtual ~ZoneStringFormat();
368 ZoneStringFormat::getLongStandard(const UnicodeString &tzid, UDate date,
374 ZoneStringFormat::getLongDaylight(const UnicodeString &tzid, UDate date,
380 ZoneStringFormat::getLongGenericNonLocation(const UnicodeString &tzid, UDate date,
386 ZoneStringFormat::getLongGenericPartialLocation(const UnicodeString &tzid, UDate date,
392 ZoneStringFormat::getShortStandard(const UnicodeString &tzid, UDate date, UBool commonlyUsedOnly
    [all...]
zstrfmt.cpp 529 // Mutex for protecting the lazy load of a zone ID (or a full load) to ZoneStringFormat structures.
534 ZoneStringFormat::ZoneStringFormat(const UnicodeString* const* strings,
633 ZoneStringFormat::ZoneStringFormat(const Locale &locale, UErrorCode &status)
661 ZoneStringFormat::loadZone(const UnicodeString &utzid, UErrorCode &status)
714 ZoneStringFormat::addSingleZone(UnicodeString &utzid, UErrorCode &status)
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 5138 milliseconds