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/icu/icu4c/source/i18n/unicode/
tzfmt.h
29
typedef enum
UTimeZoneFormatStyle
{
151
}
UTimeZoneFormatStyle
;
531
* @see #
UTimeZoneFormatStyle
535
virtual UnicodeString& format(
UTimeZoneFormatStyle
style, const TimeZone& tz, UDate date,
593
* @see
UTimeZoneFormatStyle
598
virtual TimeZone* parse(
UTimeZoneFormatStyle
style, const UnicodeString& text, ParsePosition& pos,
611
* @see
UTimeZoneFormatStyle
616
TimeZone* parse(
UTimeZoneFormatStyle
style, const UnicodeString& text, ParsePosition& pos,
[
all
...]
/external/icu/icu4c/source/test/intltest/
tzfmttst.cpp
719
UTimeZoneFormatStyle
style;
[
all
...]
/external/icu/icu4c/source/i18n/
smpdtfmt.cpp
[
all
...]
tzfmt.cpp
33
// The order must match
UTimeZoneFormatStyle
enum.
643
TimeZoneFormat::format(
UTimeZoneFormatStyle
style, const TimeZone& tz, UDate date,
803
TimeZoneFormat::parse(
UTimeZoneFormatStyle
style, const UnicodeString& text, ParsePosition& pos,
809
TimeZoneFormat::parse(
UTimeZoneFormatStyle
style, const UnicodeString& text, ParsePosition& pos,
[
all
...]
Completed in 1108 milliseconds