• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:given

207      * specific. Example ranges given are for illustration only; see specific Calendar
323 * Creates a Calendar using the given timezone and the default locale.
327 * @param zoneToAdopt The given timezone to be adopted.
337 * Creates a Calendar using the given timezone and the default locale. The TimeZone
350 * Creates a Calendar using the default timezone and the given locale.
352 * @param aLocale The given locale.
362 * Creates a Calendar using the given timezone and given locale.
366 * @param zoneToAdopt The given timezone to be adopted.
367 * @param aLocale The given locale.
377 * Gets a Calendar using the given timezone and given locale. The TimeZone
380 * @param zone The given timezone.
381 * @param aLocale The given locale.
403 * Given a key and a locale, returns an array of string values in a preferred
412 * with the given locale in preferred order. Otherwise,
415 * @return a string enumeration over keyword values for the given key and the locale.
446 * Sets this Calendar's current time with the given UDate. The time specified should
449 * @param date The given UDate in UTC (GMT) time.
464 * @return True if the given Calendar is the same as this Calendar; false
474 * @return True if the given Calendar is not the same as this Calendar; false
481 * Returns TRUE if the given Calendar object is equivalent to this
539 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given
561 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given
584 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
619 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
653 * Time Field Rolling function. Rolls by the given amount on the given
686 * Time Field Rolling function. Rolls by the given amount on the given
719 * Return the difference between the given time and the time this
721 * <em>before</em> the given time, the returned value will be
722 * positive. If this calendar is set <em>after</em> the given
731 * toward <code>when</code> by the given amount. That is, calling
776 * Return the difference between the given time and the time this
778 * <em>before</em> the given time, the returned value will be
779 * positive. If this calendar is set <em>after</em> the given
788 * toward <code>when</code> by the given amount. That is, calling
835 * given time zone is NULL, this function has no effect.
837 * @param value The given time zone.
846 * @param zone The given time zone.
975 * @param value The given first day of the week.
984 * @param value The given first day of the week.
1014 * @param value The given minimal days required in the first week of the year.
1031 * Gets the minimum value for the given time field. e.g., for Gregorian
1034 * @param field The given time field.
1035 * @return The minimum value for the given time field.
1041 * Gets the minimum value for the given time field. e.g., for Gregorian
1044 * @param field The given time field.
1045 * @return The minimum value for the given time field.
1051 * Gets the maximum value for the given time field. e.g. for Gregorian DAY_OF_MONTH,
1054 * @param field The given time field.
1055 * @return The maximum value for the given time field.
1061 * Gets the maximum value for the given time field. e.g. for Gregorian DAY_OF_MONTH,
1064 * @param field The given time field.
1065 * @return The maximum value for the given time field.
1071 * Gets the highest minimum value for the given field if varies. Otherwise same as
1074 * @param field The given time field.
1075 * @return The highest minimum value for the given time field.
1081 * Gets the highest minimum value for the given field if varies. Otherwise same as
1084 * @param field The given time field.
1085 * @return The highest minimum value for the given time field.
1091 * Gets the lowest maximum value for the given field if varies. Otherwise same as
1094 * @param field The given time field.
1095 * @return The lowest maximum value for the given time field.
1101 * Gets the lowest maximum value for the given field if varies. Otherwise same as
1104 * @param field The given time field.
1105 * @return The lowest maximum value for the given time field.
1112 * Return the minimum value that this field could have, given the current date.
1122 * @return the minimum of the given field for the current date of this Calendar
1129 * Return the minimum value that this field could have, given the current date.
1139 * @return the minimum of the given field for the current date of this Calendar
1146 * Return the maximum value that this field could have, given the current date.
1158 * @return the maximum of the given field for the current date of this Calendar
1165 * Return the maximum value that this field could have, given the current date.
1177 * @return the maximum of the given field for the current date of this Calendar
1184 * Gets the value for a given time field. Recalculate the current time field values
1190 * @param field The given time field.
1192 * @return The value for the given time field, or zero if the field is unset,
1200 * Gets the value for a given time field. Recalculate the current time field values
1206 * @param field The given time field.
1208 * @return The value for the given time field, or zero if the field is unset,
1216 * Determines if the given time field has a value set. This can affect in the
1219 * @param field The given time field.
1220 * @return True if the given time field has a value set; false otherwise.
1227 * Determines if the given time field has a value set. This can affect in the
1230 * @param field The given time field.
1231 * @return True if the given time field has a value set; false otherwise.
1238 * Sets the given time field with the given value.
1240 * @param field The given time field.
1241 * @param value The value to be set for the given time field.
1248 * Sets the given time field with the given value.
1250 * @param field The given time field.
1251 * @param value The value to be set for the given time field.
1307 * Clears the value in the given time field, both making it unset and assigning it a
1318 * Clears the value in the given time field, both making it unset and assigning it a
1338 * @return The class ID for this object. All objects of a given class have the
1379 * Returns whether the given day of the week is a weekday, a weekend day,
1413 * Returns TRUE if the given UDate is in the weekend in
1417 * @return TRUE if the given UDate is in the weekend in
1461 * Constructs a Calendar with the given time zone and locale. Clients are no longer
1462 * responsible for deleting the given time zone object after it's adopted.
1464 * @param zone The given time zone.
1465 * @param aLocale The given locale.
1473 * Constructs a Calendar with the given time zone and locale.
1475 * @param zone The given time zone.
1476 * @param aLocale The given locale.
1518 * Sets this Calendar's current time from the given long value.
1540 * Gets the value for a given time field. Subclasses can use this function to get
1543 * @param field The given time field.
1544 * @return The value for the given time field.
1552 * Gets the value for a given time field. Subclasses can use this function to get
1556 * @param field The given time field.
1558 * @return The value for the given time field.
1564 * Gets the value for a given time field. Subclasses can use this function to get
1567 * @param field The given time field.
1568 * @return The value for the given time field.
1576 * Sets the value for a given time field. This is a fast internal method for
1580 * @param field The given time field.
1581 * @param value The value for the given time field.
1588 * Sets the value for a given time field. This is a fast internal method for
1592 * @param field The given time field.
1593 * @param value The value for the given time field.
1655 * given month in the given extended year. Subclasses should override
1660 * the given year, otherwise, compute the day before the first day of
1661 * the given month
1663 * day of the given month and year
1670 * Return the number of days in the given month of the given extended
1679 * Return the number of days in the given extended year of this
1802 * Given a precedence table, return the newest field combination in
1954 * equivalents for the given Julian day.
2111 * initial days. This method requires the day of week for the given date in order to
2187 * used to figure out the week count for a specific date for a given locale. These
2190 * out the week count for a specific date for a given locale. These must be set when
2204 * @param desiredLocale The given locale.
2207 * the resource for the given locale. Returns U_ZERO_ERROR if
2255 * the given Julian day. These values are not stored in fields, but in
2308 * Validate a single field of this calendar given its minimum and
2324 * @param julian The given Julian date number.
2459 * Find the previous zone transtion near the given time.
2481 * Get the calendar type for given locale.