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

  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.h 42 class RelativeDateFormat : public DateFormat {
44 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
51 RelativeDateFormat(const RelativeDateFormat&);
57 RelativeDateFormat& operator=(const RelativeDateFormat&);
63 virtual ~RelativeDateFormat();
reldtfmt.cpp 38 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
40 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) :
59 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle,
109 RelativeDateFormat::~RelativeDateFormat() {
116 Format* RelativeDateFormat::clone(void) const {
117 return new RelativeDateFormat(*this)
    [all...]
udat.cpp 385 const RelativeDateFormat *reldtfmt;
391 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
433 const RelativeDateFormat* rdtfmt;
436 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
556 const RelativeDateFormat* rdtfmt;
559 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
1006 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
1012 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
    [all...]
datefmt.cpp 371 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
  /external/icu/icu4c/source/i18n/
reldtfmt.h 43 class RelativeDateFormat : public DateFormat {
45 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
52 RelativeDateFormat(const RelativeDateFormat&);
58 RelativeDateFormat& operator=(const RelativeDateFormat&);
64 virtual ~RelativeDateFormat();
reldtfmt.cpp 41 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
43 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) :
72 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle,
125 RelativeDateFormat::~RelativeDateFormat() {
135 Format* RelativeDateFormat::clone(void) const {
136 return new RelativeDateFormat(*this)
    [all...]
udat.cpp 388 const RelativeDateFormat *reldtfmt;
394 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
436 const RelativeDateFormat* rdtfmt;
439 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
559 const RelativeDateFormat* rdtfmt;
562 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
1007 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
    [all...]
datefmt.cpp 376 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 366 TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, Locale::getUS()));
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 366 TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, Locale::getUS()));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 704 milliseconds