Home | History | Annotate | Download | only in unicode

Lines Matching full:given

240      * <P> For example, given a time text
241 * "1996.07.10 AD at 15:08:56 PDT", if the given fieldPosition.field is
276 * <P> For example, given a time text
277 * "1996.07.10 AD at 15:08:56 PDT", if the given fieldPosition.field is
342 * Parse a date/time string beginning at the given parse position. For
372 * Parse a date/time string beginning at the given parse position. For
433 * Creates a time formatter with the given formatting style for the given
436 * @param style The given formatting style. For example,
439 * @param aLocale The given locale.
447 * Creates a date formatter with the given formatting style for the given
450 * @param style The given formatting style. For example,
452 * @param aLocale The given locale.
460 * Creates a date/time formatter with the given formatting styles for the
461 * given locale.
463 * @param dateStyle The given formatting style for the date portion of the result.
465 * @param timeStyle The given formatting style for the time portion of the result.
468 * @param aLocale The given locale.
615 * Gets the date/time formatter with the given formatting styles for the
616 * given locale.
617 * @param dateStyle the given date formatting style.
618 * @param timeStyle the given time formatting style.
619 * @param inLocale the given locale.