HomeSort by relevance Sort by last modified time
    Searched refs:ZoneStringFormat (Results 1 - 6 of 6) 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...]
dtfmtsym.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 40 class ZoneStringFormat;
625 * zone names extracted from ICU locale data is stored in a ZoneStringFormat
634 const ZoneStringFormat *fZoneStringFormat;
635 ZoneStringFormat *fZSFLocal; // Local ZoneStringFormat instance
636 SafeZoneStringFormatPtr *fZSFCachePtr; // Cached ZoneStringFormat
637 Locale fZSFLocale; // Locale used for getting ZoneStringFormat
730 * Returns a ZoneStringFormat, used only by SimpleDateFormat for now.
732 const ZoneStringFormat* getZoneStringFormat(void) const;
735 * Create a ZoneStringFormat by locale if not yet availbl
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 1862 milliseconds