• Home
  • Raw
  • Download

Lines Matching full:given

174      * Constructs a GregorianCalendar based on the current time in the given time zone
175 * with the default locale. Clients are no longer responsible for deleting the given
178 * @param zoneToAdopt The given timezone.
186 * Constructs a GregorianCalendar based on the current time in the given time zone
189 * @param zone The given timezone.
198 * with the given locale.
200 * @param aLocale The given locale.
208 * Constructs a GregorianCalendar based on the current time in the given time zone
209 * with the given locale. Clients are no longer responsible for deleting the given
212 * @param zoneToAdopt The given timezone.
213 * @param aLocale The given locale.
221 * Constructs a GregorianCalendar based on the current time in the given time zone
222 * with the given locale.
224 * @param zone The given timezone.
225 * @param aLocale The given locale.
233 * Constructs a GregorianCalendar with the given AD date set in the default time
247 * Constructs a GregorianCalendar with the given AD date and time set for the
263 * Constructs a GregorianCalendar with the given AD date and time set for the
311 * @param date The given Gregorian cutover date.
328 * Return true if the given year is a leap year. Determination of whether a year is
338 * @param year The given year.
339 * @return True if the given year is a leap year; false otherwise.
345 * Returns TRUE if the given Calendar object is equivalent to this
354 * (Overrides Calendar) Rolls up or down by the given amount in the specified field.
367 * (Overrides Calendar) Rolls up or down by the given amount in the specified field.
381 * Return the minimum value that this field could have, given the current date.
384 * @return the minimum value that this field could have, given the current date.
390 * Return the minimum value that this field could have, given the current date.
394 * @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.
405 * @return the minimum value that this field could have, given the current date.
412 * Return the maximum value that this field could have, given the current date.
417 * @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.
430 * @return the maximum value that this field could have, given the current date.
454 * @return The class ID for this object. All objects of a given class have the
499 * given month in the given extended year. Subclasses should override
504 * the given year, otherwise, compute the day before the first day of
505 * the given month
507 * day of the given month and year
524 * Return the number of days in the given month of the given extended
533 * Return the number of days in the given extended year of this
542 * return the length of the given month.
543 * @param month the given month.
544 * @return the length of the given month.
550 * return the length of the month according to the given year.
551 * @param month the given month.
552 * @param year the given year.
560 * return the length of the given year.
561 * @param year the given year.
562 * @return the length of the given year.
656 * Compute the julian day number of the given year.
658 * @param year the given year.
672 * Validates the value of the given time field. True if it's valid.
677 * Return the pseudo-time-stamp for two fields, given their
681 * @param stamp_a One given field.
682 * @param stamp_b Another given field.
724 * @param millis The given milliseconds.
733 * @param julian The given Julian date number.