HomeSort by relevance Sort by last modified time
    Searched refs:RelativeDateFormat (Results 1 - 7 of 7) sorted by null

  /external/icu4c/i18n/
reldtfmt.h 40 class RelativeDateFormat : public DateFormat {
42 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
49 RelativeDateFormat(const RelativeDateFormat&);
55 RelativeDateFormat& operator=(const RelativeDateFormat&);
61 virtual ~RelativeDateFormat();
reldtfmt.cpp 39 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
41 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) :
66 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status)
92 RelativeDateFormat::~RelativeDateFormat() {
100 Format* RelativeDateFormat::clone(void) const {
101 return new RelativeDateFormat(*this)
    [all...]
datefmt.cpp 365 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
udat.cpp 342 const RelativeDateFormat *reldtfmt;
348 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
897 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
903 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
924 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status);
943 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status);
959 ((RelativeDateFormat*)format)->applyPatterns(datePat, timePat, *status);
  /external/icu4c/test/intltest/
uobjtest.cpp 356 TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, Locale::getUS()));
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 2836 milliseconds