java.lang.String |
TimeZoneFormat.format(TimeZoneFormat.Style style,
TimeZone tz,
long date,
Output<TimeZoneFormat.TimeType> timeType) |
Returns the display name of the time zone at the given date for
the style.
|
private java.lang.String |
TimeZoneFormat.formatSpecific(TimeZone tz,
TimeZoneNames.NameType stdType,
TimeZoneNames.NameType dstType,
long date,
Output<TimeZoneFormat.TimeType> timeType) |
Private method returning the time zone's specific format string.
|
PluralRules.KeywordStatus |
PluralRules.getKeywordStatus(java.lang.String keyword,
int offset,
java.util.Set<DecimalQuantity> explicits,
Output<DecimalQuantity> uniqueValue) |
Find the status for the keyword, given a certain set of explicit values.
|
PluralRules.KeywordStatus |
PluralRules.getKeywordStatus(java.lang.String keyword,
int offset,
java.util.Set<DecimalQuantity> explicits,
Output<DecimalQuantity> uniqueValue,
PluralRules.SampleType sampleType) |
Deprecated.
|
java.lang.String |
DateIntervalFormat.getPatterns(Calendar fromCalendar,
Calendar toCalendar,
Output<java.lang.String> part2) |
Deprecated.
|
private int |
SimpleDateFormat.matchDayPeriodString(java.lang.String text,
int start,
java.lang.String[] data,
int dataLength,
Output<DayPeriodRules.DayPeriod> dayPeriod) |
Similar to matchQuarterString but customized for day periods.
|
TimeZone |
TimeZoneFormat.parse(TimeZoneFormat.Style style,
java.lang.String text,
java.text.ParsePosition pos,
Output<TimeZoneFormat.TimeType> timeType) |
Returns a TimeZone by parsing the time zone string according to
the parse position, the style and the default parse options.
|
TimeZone |
TimeZoneFormat.parse(TimeZoneFormat.Style style,
java.lang.String text,
java.text.ParsePosition pos,
java.util.EnumSet<TimeZoneFormat.ParseOption> options,
Output<TimeZoneFormat.TimeType> timeType) |
Returns a TimeZone by parsing the time zone string according to
the parse position, the style and the parse options.
|
private static int |
TimeZoneFormat.parseOffsetISO8601(java.lang.String text,
java.text.ParsePosition pos,
boolean extendedOnly,
Output<java.lang.Boolean> hasDigitOffset) |
Returns offset from GMT(UTC) in milliseconds for the given ISO 8601 time zone string
(basic format, extended format, or UTC indicator).
|
private int |
TimeZoneFormat.parseOffsetLocalizedGMT(java.lang.String text,
java.text.ParsePosition pos,
boolean isShort,
Output<java.lang.Boolean> hasDigitOffset) |
Returns offset from GMT(UTC) in milliseconds for the given localized GMT
offset format string.
|
private int |
SimpleDateFormat.subParse(java.lang.String text,
int start,
char ch,
int count,
boolean obeyCount,
boolean allowNegative,
boolean[] ambiguousYear,
Calendar cal,
MessageFormat numericLeapMonthFormatter,
Output<TimeZoneFormat.TimeType> tzTimeType) |
Overloading to provide default argument (null) for day period.
|
private int |
SimpleDateFormat.subParse(java.lang.String text,
int start,
char ch,
int count,
boolean obeyCount,
boolean allowNegative,
boolean[] ambiguousYear,
Calendar cal,
MessageFormat numericLeapMonthFormatter,
Output<TimeZoneFormat.TimeType> tzTimeType,
Output<DayPeriodRules.DayPeriod> dayPeriod) |
Deprecated.
|