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

  /external/chromium/third_party/icu/source/i18n/
reldtfmt.h 39 class RelativeDateFormat : public DateFormat {
41 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
48 RelativeDateFormat(const RelativeDateFormat&);
54 RelativeDateFormat& operator=(const RelativeDateFormat&);
60 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 302 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
udat.cpp 301 } else if ( !localized && ((DateFormat*)fmt)->getDynamicClassID()==RelativeDateFormat::getStaticClassID() ) {
302 ((RelativeDateFormat*)fmt)->toPattern(res, *status);
850 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
856 ((DateFormat*)fmt)->getDynamicClassID()!=RelativeDateFormat::getStaticClassID()) {
877 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status);
896 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status);
912 ((RelativeDateFormat*)format)->applyPatterns(datePat, timePat, *status);
  /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 345 } else if ( !localized && ((DateFormat*)fmt)->getDynamicClassID()==RelativeDateFormat::getStaticClassID() ) {
346 ((RelativeDateFormat*)fmt)->toPattern(res, *status);
894 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
900 ((DateFormat*)fmt)->getDynamicClassID()!=RelativeDateFormat::getStaticClassID()) {
921 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status);
940 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status);
956 ((RelativeDateFormat*)format)->applyPatterns(datePat, timePat, *status);
  /external/chromium/third_party/icu/source/test/intltest/
uobjtest.cpp 262 TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, Locale::getUS()));
  /external/icu4c/test/intltest/
uobjtest.cpp 265 TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, Locale::getUS()));
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 331 milliseconds