Home | History | Annotate | Download | only in unicode

Lines Matching full:time

44  * DateFormatSymbols is a public class for encapsulating localizable date-time
48 * Rather than first creating a DateFormatSymbols to get a date-time formatter
50 * date-time formatter using the getTimeInstance(), getDateInstance(), or
52 * date/time formatter initialized with a default format pattern along with the
53 * date-time formatting data for a given or default locale. After a formatter is
58 * If clients decide to create a date-time formatter with a particular format
60 * new DateFormatSymbols(aLocale)). This will load the appropriate date-time
64 * DateFormatSymbols object, they can feel free to modify the date-time
66 * replace the localized date-time format pattern characters with the ones that
420 * Get the non-localized date-time pattern characters.
421 * @return the non-localized date-time pattern characters
427 * Gets localized date-time pattern characters. For example: 'u', 't', etc.
429 * Note: ICU no longer provides localized date-time pattern characters for a locale
430 * starting ICU 3.8. This method returns the non-localized date-time pattern
432 * @param result Output param which will receive the localized date-time pattern characters.
439 * Sets localized date-time pattern characters. For example: 'u', 't', etc.
440 * @param newLocalPatternChars the new localized date-time
593 * Localized names of time zones in this locale. This is a
600 * zoneStrings[i][0] - time zone ID
602 * zoneStrings[i][1] - long name of zone in standard time
603 * example: Pacific Standard Time
604 * zoneStrings[i][2] - short name of zone in standard time
606 * zoneStrings[i][3] - long name of zone in daylight savings time
607 * example: Pacific Daylight Time
608 * zoneStrings[i][4] - short name of zone in daylight savings time
613 * example: Pacific Time
618 * value associated with a system time zone object. All other entries
620 * time, the daylight savings time names are ignored.
640 * Pattern string used for localized time zone GMT format. For example, "GMT{0}"
645 * Pattern strings used for formatting zone offset in a localized time zone GMT string.
659 * Localized date-time pattern characters. For example: use 'u' as 'y'.