mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 02:37:25 +00:00
ICU-3936 ULocale swat, pass 1-- util package and supporting APIs, doc cleanup
X-SVN-Rev: 16176
This commit is contained in:
parent
b1f9e3b11f
commit
4f88faf684
3 changed files with 7 additions and 7 deletions
|
@ -613,7 +613,7 @@ public abstract class DateFormat extends UFormat {
|
|||
* for the given locale.
|
||||
* @param style the given formatting style. For example,
|
||||
* SHORT for "h:mm a" in the US locale.
|
||||
* @param aLocale the given locale.
|
||||
* @param locale the given ulocale.
|
||||
* @return a time formatter.
|
||||
* @draft ICU 3.2
|
||||
* @deprecated This is a draft API and might change in a future release of ICU.
|
||||
|
@ -668,7 +668,7 @@ public abstract class DateFormat extends UFormat {
|
|||
* for the given locale.
|
||||
* @param style the given formatting style. For example,
|
||||
* SHORT for "M/d/yy" in the US locale.
|
||||
* @param aLocale the given locale.
|
||||
* @param locale the given ulocale.
|
||||
* @return a date formatter.
|
||||
* @draft ICU 3.2
|
||||
* @deprecated This is a draft API and might change in a future release of ICU.
|
||||
|
@ -726,7 +726,7 @@ public abstract class DateFormat extends UFormat {
|
|||
* for the given locale.
|
||||
* @param dateStyle the given date formatting style.
|
||||
* @param timeStyle the given time formatting style.
|
||||
* @param aLocale the given locale.
|
||||
* @param locale the given ulocale.
|
||||
* @return a date/time formatter.
|
||||
* @draft ICU 3.2
|
||||
* @deprecated This is a draft API and might change in a future release of ICU.
|
||||
|
|
|
@ -1515,7 +1515,7 @@ public abstract class Calendar implements Serializable, Cloneable {
|
|||
/**
|
||||
* Constructs a calendar with the specified time zone and locale.
|
||||
* @param zone the time zone to use
|
||||
* @param aLocale the locale for the week data
|
||||
* @param locale the ulocale for the week data
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
protected Calendar(TimeZone zone, ULocale locale)
|
||||
|
@ -1584,7 +1584,7 @@ public abstract class Calendar implements Serializable, Cloneable {
|
|||
|
||||
/**
|
||||
* Gets a calendar using the default time zone and specified locale.
|
||||
* @param aLocale the locale for the week data
|
||||
* @param locale the ulocale for the week data
|
||||
* @return a Calendar.
|
||||
* @draft ICU 3.2
|
||||
* @deprecated This is a draft API and might change in a future release of ICU.
|
||||
|
|
|
@ -353,8 +353,8 @@ public class GregorianCalendar extends Calendar {
|
|||
/**
|
||||
* Constructs a GregorianCalendar based on the current time
|
||||
* in the default time zone with the given locale.
|
||||
* @param aLocale the given locale.
|
||||
* @draftICU 3.2
|
||||
* @param locale the given ulocale.
|
||||
* @draft ICU 3.2
|
||||
* @deprecated This is a draft API and might change in a future release of ICU.
|
||||
*/
|
||||
public GregorianCalendar(ULocale locale) {
|
||||
|
|
Loading…
Add table
Reference in a new issue