Lines Matching refs:style

29  * Constants for time zone display format style used by format/parse APIs
66 * This style is equivalent to the LDML date format pattern "O".
73 * This style is equivalent to the LDML date format pattern "X".
80 * This style is equivalent to the LDML date format pattern "x".
87 * This style is equivalent to the LDML date format pattern "XX".
94 * This style is equivalent to the LDML date format pattern "xx".
101 * This style is equivalent to the LDML date format pattern "XXXX".
108 * This style is equivalent to the LDML date format pattern "xxxx".
115 * This style is equivalent to the LDML date format pattern "XXX".
122 * This style is equivalent to the LDML date format pattern "xxx" and "ZZZZZ".
129 * This style is equivalent to the LDML date format pattern "XXXXX".
136 * This style is equivalent to the LDML date format pattern "xxxxx".
236 * used for the specified style, look for the name from display names used
527 * Returns the display name of the time zone at the given date for the style.
528 * @param style The style (e.g. <code>UTZFMT_STYLE_GENERIC_LONG</code>, <code>UTZFMT_STYLE_LOCALIZED_GMT</code>...)
539 virtual UnicodeString& format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date,
544 * style time zone string. When the given string is not an ISO 8601 time zone
547 * @param text The text contains ISO8601 style time zone string (e.g. "-08:00", "Z")
550 * @return The offset from GMT(UTC) in milliseconds for the given ISO 8601 style
588 * the given parse position, the specified format style and parse options.
591 * @param style The format style
602 virtual TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
607 * the given parse position, the specified format style and the default parse options.
610 * @param style The format style
620 TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
845 * Returns offset from GMT(UTC) in milliseconds for the given ISO 8601 style
849 * @param text the text contains ISO 8601 style time zone string (e.g. "-08:00", "Z")
855 * @return the offset from GMT(UTC) in milliseconds for the given ISO 8601 style
1021 * Unquotes the message format style pattern.