OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Win32DateFormat
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
windtfmt.h
40
class
Win32DateFormat
: public DateFormat
43
Win32DateFormat
(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status);
45
Win32DateFormat
(const
Win32DateFormat
&other);
47
virtual ~
Win32DateFormat
();
51
Win32DateFormat
&operator=(const
Win32DateFormat
&other);
139
inline UnicodeString &
Win32DateFormat
::format(UDate date, UnicodeString& appendTo) const {
windtfmt.cpp
46
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
Win32DateFormat
)
55
UnicodeString*
Win32DateFormat
::getTimeDateFormat(const Calendar *cal, const Locale *locale, UErrorCode &status) const
96
Win32DateFormat
::
Win32DateFormat
(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status)
107
Win32DateFormat
::
Win32DateFormat
(const
Win32DateFormat
&other)
113
Win32DateFormat
::~
Win32DateFormat
()
120
Win32DateFormat
&Win32DateFormat::operator=(const Win32DateFormat &other
[
all
...]
datefmt.cpp
353
Win32DateFormat
*f = new
Win32DateFormat
(timeStyle, dateStyle, locale, status);
/external/icu4c/i18n/
windtfmt.h
40
class
Win32DateFormat
: public DateFormat
43
Win32DateFormat
(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status);
45
Win32DateFormat
(const
Win32DateFormat
&other);
47
virtual ~
Win32DateFormat
();
51
Win32DateFormat
&operator=(const
Win32DateFormat
&other);
130
inline UnicodeString &
Win32DateFormat
::format(UDate date, UnicodeString& appendTo) const {
windtfmt.cpp
46
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
Win32DateFormat
)
55
UnicodeString*
Win32DateFormat
::getTimeDateFormat(const Calendar *cal, const Locale *locale, UErrorCode &status) const
96
Win32DateFormat
::
Win32DateFormat
(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status)
107
Win32DateFormat
::
Win32DateFormat
(const
Win32DateFormat
&other)
113
Win32DateFormat
::~
Win32DateFormat
()
120
Win32DateFormat
&Win32DateFormat::operator=(const Win32DateFormat &other
[
all
...]
datefmt.cpp
358
Win32DateFormat
*f = new
Win32DateFormat
(timeStyle, dateStyle, locale, status);
/external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp
374
TESTCLASSID_FACTORY(
Win32DateFormat
, DateFormat::createDateInstance(DateFormat::kFull, Locale("@compat=host")));
/external/icu4c/test/intltest/
uobjtest.cpp
386
TESTCLASSID_FACTORY(
Win32DateFormat
, DateFormat::createDateInstance(DateFormat::kFull, Locale("@compat=host")));
Completed in 201 milliseconds