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.
379 * Return the minimum value that this field could have, given the current date.
382 * @return the minimum value that this field could have, given the current date.
388 * Return the minimum value that this field could have, given the current date.
392 * @return the minimum value that this field could have, given the current date.
399 * Return the minimum value that this field could have, given the current date.
403 * @return the minimum value that this field could have, given the current date.
410 * Return the maximum value that this field could have, given the current date.
415 * @return the maximum value that this field could have, given the current date.
422 * Return the maximum value that this field could have, given the current date.
428 * @return the maximum value that this field could have, given the current date.
452 * @return The class ID for this object. All objects of a given class have the
497 * given month in the given extended year. Subclasses should override
502 * the given year, otherwise, compute the day before the first day of
503 * the given month
505 * day of the given month and year
522 * Return the number of days in the given month of the given extended
531 * Return the number of days in the given extended year of this
540 * return the length of the given month.
541 * @param month the given month.
542 * @return the length of the given month.
548 * return the length of the month according to the given year.
549 * @param month the given month.
550 * @param year the given year.
558 * return the length of the given year.
559 * @param year the given year.
560 * @return the length of the given year.
654 * Compute the julian day number of the given year.
656 * @param year the given year.
670 * Validates the value of the given time field. True if it's valid.
675 * Return the pseudo-time-stamp for two fields, given their
679 * @param stamp_a One given field.
680 * @param stamp_b Another given field.
722 * @param millis The given milliseconds.
731 * @param julian The given Julian date number.