| java.lang.Object com.ibm.icu.impl.CalendarData
CalendarData | public class CalendarData (Code) | | This class abstracts access to calendar (Calendar and DateFormat) data.
|
CalendarData | public CalendarData(ULocale loc, String type)(Code) | | Construct a CalendarData from the given locale.
Parameters: loc - locale to use. The 'calendar' keyword will be ignored. Parameters: type - calendar type. NULL indicates the gregorian calendar. No default lookup is done. |
get | public ICUResourceBundle get(String key)(Code) | | Load data for calendar. Note, this object owns the resources, do NOT call ures_close()!
Parameters: key - Resource key to data |
get | public ICUResourceBundle get(String key, String subKey)(Code) | | Load data for calendar. Note, this object owns the resources, do NOT call ures_close()!
There is an implicit key of 'format'
data is located in: "calendar/key/format/subKey"
for example, calendar/dayNames/format/abbreviated
Parameters: key - Resource key to data Parameters: subKey - Resource key to data |
get | public ICUResourceBundle get(String key, String contextKey, String subKey)(Code) | | Load data for calendar. Note, this object owns the resources, do NOT call ures_close()!
data is located in: "calendar/key/contextKey/subKey"
for example, calendar/dayNames/stand-alone/narrow
Parameters: key - Resource key to data Parameters: contextKey - Resource key to data Parameters: subKey - Resource key to data |
|
|