OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTimeZoneFormatStyle
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/unicode/
tzfmt.h
30
typedef enum
UTimeZoneFormatStyle
{
154
}
UTimeZoneFormatStyle
;
532
* @see #
UTimeZoneFormatStyle
536
virtual UnicodeString& format(
UTimeZoneFormatStyle
style, const TimeZone& tz, UDate date,
596
* @see
UTimeZoneFormatStyle
601
virtual TimeZone* parse(
UTimeZoneFormatStyle
style, const UnicodeString& text, ParsePosition& pos,
614
* @see
UTimeZoneFormatStyle
619
TimeZone* parse(
UTimeZoneFormatStyle
style, const UnicodeString& text, ParsePosition& pos,
[
all
...]
/external/icu4c/i18n/
smpdtfmt.cpp
[
all
...]
tzfmt.cpp
33
// The order must match
UTimeZoneFormatStyle
enum.
636
TimeZoneFormat::format(
UTimeZoneFormatStyle
style, const TimeZone& tz, UDate date,
784
TimeZoneFormat::parse(
UTimeZoneFormatStyle
style, const UnicodeString& text, ParsePosition& pos,
790
TimeZoneFormat::parse(
UTimeZoneFormatStyle
style, const UnicodeString& text, ParsePosition& pos,
[
all
...]
/external/icu4c/test/intltest/
tzfmttst.cpp
686
UTimeZoneFormatStyle
style;
[
all
...]
Completed in 2818 milliseconds