jdk/src/java.base/share/classes/sun/util/locale/provider/TimeZoneNameProviderImpl.java
changeset 31061 fead7d86d75f
parent 29926 2eceae3716d9
child 31263 a81a0af34ca0
equal deleted inserted replaced
31060:be4eb6360ee0 31061:fead7d86d75f
    77      * <p>
    77      * <p>
    78      * If <code>daylight</code> is true, the method should return a name
    78      * If <code>daylight</code> is true, the method should return a name
    79      * appropriate for daylight saving time even if the specified time zone
    79      * appropriate for daylight saving time even if the specified time zone
    80      * has not observed daylight saving time in the past.
    80      * has not observed daylight saving time in the past.
    81      *
    81      *
    82      * @param ID a time zone ID string
    82      * @param id a time zone ID string
    83      * @param daylight if true, return the daylight saving name.
    83      * @param daylight if true, return the daylight saving name.
    84      * @param style either {@link java.util.TimeZone#LONG TimeZone.LONG} or
    84      * @param style either {@link java.util.TimeZone#LONG TimeZone.LONG} or
    85      *    {@link java.util.TimeZone#SHORT TimeZone.SHORT}
    85      *    {@link java.util.TimeZone#SHORT TimeZone.SHORT}
    86      * @param locale the desired locale
    86      * @param locale the desired locale
    87      * @return the human-readable name of the given time zone in the
    87      * @return the human-readable name of the given time zone in the