Lines Matching full:given
172 * Constructs a GregorianCalendar based on the current time in the given time zone
173 * with the default locale. Clients are no longer responsible for deleting the given
176 * @param zoneToAdopt The given timezone.
184 * Constructs a GregorianCalendar based on the current time in the given time zone
187 * @param zone The given timezone.
196 * with the given locale.
198 * @param aLocale The given locale.
206 * Constructs a GregorianCalendar based on the current time in the given time zone
207 * with the given locale. Clients are no longer responsible for deleting the given
210 * @param zoneToAdopt The given timezone.
211 * @param aLocale The given locale.
219 * Constructs a GregorianCalendar based on the current time in the given time zone
220 * with the given locale.
222 * @param zone The given timezone.
223 * @param aLocale The given locale.
231 * Constructs a GregorianCalendar with the given AD date set in the default time
245 * Constructs a GregorianCalendar with the given AD date and time set for the
261 * Constructs a GregorianCalendar with the given AD date and time set for the
309 * @param date The given Gregorian cutover date.
326 * Return true if the given year is a leap year. Determination of whether a year is
336 * @param year The given year.
337 * @return True if the given year is a leap year; false otherwise.
343 * Returns TRUE if the given Calendar object is equivalent to this
352 * (Overrides Calendar) Rolls up or down by the given amount in the specified field.
365 * (Overrides Calendar) Rolls up or down by the given amount in the specified field.
378 * Return the minimum value that this field could have, given the current date.
381 * @return the minimum value that this field could have, given the current date.
387 * Return the minimum value that this field could have, given the current date.
391 * @return the minimum value that this field could have, given the current date.
397 * Return the minimum value that this field could have, given the current date.
401 * @return the minimum value that this field could have, given the current date.
407 * Return the maximum value that this field could have, given the current date.
412 * @return the maximum value that this field could have, given the current date.
418 * Return the maximum value that this field could have, given the current date.
424 * @return the maximum value that this field could have, given the current date.
448 * @return The class ID for this object. All objects of a given class have the
489 * given month in the given extended year. Subclasses should override
494 * the given year, otherwise, compute the day before the first day of
495 * the given month
497 * day of the given month and year
514 * Return the number of days in the given month of the given extended
523 * Return the number of days in the given extended year of this
532 * return the length of the given month.
533 * @param month the given month.
534 * @return the length of the given month.
540 * return the length of the month according to the given year.
541 * @param month the given month.
542 * @param year the given year.
549 * return the length of the given year.
550 * @param year the given year.
551 * @return the length of the given year.
644 * Compute the julian day number of the given year.
646 * @param year the given year.
660 * Validates the value of the given time field. True if it's valid.
665 * Return the pseudo-time-stamp for two fields, given their
669 * @param stamp_a One given field.
670 * @param stamp_b Another given field.
713 * @param millis The given milliseconds.
722 * @param julian The given Julian date number.