OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelativeDateFormat
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/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
37
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
RelativeDateFormat
)
39
RelativeDateFormat
::
RelativeDateFormat
(const
RelativeDateFormat
& other) :
58
RelativeDateFormat
::
RelativeDateFormat
( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle,
108
RelativeDateFormat
::~
RelativeDateFormat
() {
115
Format*
RelativeDateFormat
::clone(void) const {
116
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) {
548
const
RelativeDateFormat
* rdtfmt;
551
} else if ((rdtfmt = dynamic_cast<const
RelativeDateFormat
*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
968
* Verify that fmt is a
RelativeDateFormat
. Invalid error if not.
974
dynamic_cast<const
RelativeDateFormat
*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
995
((
RelativeDateFormat
*)fmt)->toPatternDate(datePattern, *status);
1014
((
RelativeDateFormat
*)fmt)->toPatternTime(timePattern, *status)
[
all
...]
datefmt.cpp
370
RelativeDateFormat
*r = new
RelativeDateFormat
((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
/external/icu4c/test/intltest/
uobjtest.cpp
364
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/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 446 milliseconds