Lines Matching full:given
170 * specific. Example ranges given are for illustration only; see specific Calendar
284 * Creates a Calendar using the given timezone and the default locale.
288 * @param zoneToAdopt The given timezone to be adopted.
298 * Creates a Calendar using the given timezone and the default locale. The TimeZone
311 * Creates a Calendar using the default timezone and the given locale.
313 * @param aLocale The given locale.
323 * Creates a Calendar using the given timezone and given locale.
327 * @param zoneToAdopt The given timezone to be adopted.
328 * @param aLocale The given locale.
338 * Gets a Calendar using the given timezone and given locale. The TimeZone
341 * @param zoneToAdopt The given timezone to be adopted.
342 * @param aLocale The given locale.
364 * Given a key and a locale, returns an array of string values in a preferred
373 * with the given locale in preferred order. Otherwise,
376 * @return a string enumeration over keyword values for the given key and the locale.
407 * Sets this Calendar's current time with the given UDate. The time specified should
410 * @param date The given UDate in UTC (GMT) time.
425 * @return True if the given Calendar is the same as this Calendar; false
435 * @return True if the given Calendar is not the same as this Calendar; false
442 * Returns TRUE if the given Calendar object is equivalent to this
500 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given
519 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given
538 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
563 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
588 * Time Field Rolling function. Rolls by the given amount on the given
612 * Time Field Rolling function. Rolls by the given amount on the given
636 * Return the difference between the given time and the time this
638 * <em>before</em> the given time, the returned value will be
639 * positive. If this calendar is set <em>after</em> the given
648 * toward <code>when</code> by the given amount. That is, calling
693 * Return the difference between the given time and the time this
695 * <em>before</em> the given time, the returned value will be
696 * positive. If this calendar is set <em>after</em> the given
705 * toward <code>when</code> by the given amount. That is, calling
752 * given time zone is NULL, this function has no effect.
754 * @param value The given time zone.
763 * @param zone The given time zone.
823 * @param value The given first day of the week.
831 * @param value The given first day of the week.
859 * @param value The given minimal days required in the first week of the year.
876 * Gets the minimum value for the given time field. e.g., for Gregorian
879 * @param field The given time field.
880 * @return The minimum value for the given time field.
886 * Gets the minimum value for the given time field. e.g., for Gregorian
889 * @param field The given time field.
890 * @return The minimum value for the given time field.
896 * Gets the maximum value for the given time field. e.g. for Gregorian DAY_OF_MONTH,
899 * @param field The given time field.
900 * @return The maximum value for the given time field.
906 * Gets the maximum value for the given time field. e.g. for Gregorian DAY_OF_MONTH,
909 * @param field The given time field.
910 * @return The maximum value for the given time field.
916 * Gets the highest minimum value for the given field if varies. Otherwise same as
919 * @param field The given time field.
920 * @return The highest minimum value for the given time field.
926 * Gets the highest minimum value for the given field if varies. Otherwise same as
929 * @param field The given time field.
930 * @return The highest minimum value for the given time field.
936 * Gets the lowest maximum value for the given field if varies. Otherwise same as
939 * @param field The given time field.
940 * @return The lowest maximum value for the given time field.
946 * Gets the lowest maximum value for the given field if varies. Otherwise same as
949 * @param field The given time field.
950 * @return The lowest maximum value for the given time field.
956 * Return the minimum value that this field could have, given the current date.
966 * @return the minimum of the given field for the current date of this Calendar
972 * Return the minimum value that this field could have, given the current date.
982 * @return the minimum of the given field for the current date of this Calendar
988 * Return the maximum value that this field could have, given the current date.
1000 * @return the maximum of the given field for the current date of this Calendar
1006 * Return the maximum value that this field could have, given the current date.
1018 * @return the maximum of the given field for the current date of this Calendar
1024 * Gets the value for a given time field. Recalculate the current time field values
1030 * @param field The given time field.
1032 * @return The value for the given time field, or zero if the field is unset,
1039 * Gets the value for a given time field. Recalculate the current time field values
1045 * @param field The given time field.
1047 * @return The value for the given time field, or zero if the field is unset,
1054 * Determines if the given time field has a value set. This can affect in the
1057 * @param field The given time field.
1058 * @return True if the given time field has a value set; false otherwise.
1064 * Determines if the given time field has a value set. This can affect in the
1067 * @param field The given time field.
1068 * @return True if the given time field has a value set; false otherwise.
1074 * Sets the given time field with the given value.
1076 * @param field The given time field.
1077 * @param value The value to be set for the given time field.
1083 * Sets the given time field with the given value.
1085 * @param field The given time field.
1086 given time field.
1141 * Clears the value in the given time field, both making it unset and assigning it a
1151 * Clears the value in the given time field, both making it unset and assigning it a
1171 * @return The class ID for this object. All objects of a given class have the
1216 * Constructs a Calendar with the given time zone and locale. Clients are no longer
1217 * responsible for deleting the given time zone object after it's adopted.
1219 * @param zone The given time zone.
1220 * @param aLocale The given locale.
1228 * Constructs a Calendar with the given time zone and locale.
1230 * @param zone The given time zone.
1231 * @param aLocale The given locale.
1273 * Sets this Calendar's current time from the given long value.
1294 * Gets the value for a given time field. Subclasses can use this function to get
1297 * @param field The given time field.
1298 * @return The value for the given time field.
1304 * Gets the value for a given time field. Subclasses can use this function to get
1308 * @param field The given time field.
1310 * @return The value for the given time field.
1316 * Gets the value for a given time field. Subclasses can use this function to get
1319 * @param field The given time field.
1320 * @return The value for the given time field.
1326 * Sets the value for a given time field. This is a fast internal method for
1330 * @param field The given time field.
1331 * @param value The value for the given time field.
1337 * Sets the value for a given time field. This is a fast internal method for
1341 * @param field The given time field.
1342 * @param value The value for the given time field.
1402 * given month in the given extended year. Subclasses should override
1407 * the given year, otherwise, compute the day before the first day of
1408 * the given month
1410 * day of the given month and year
1417 * Return the number of days in the given month of the given extended
1426 * Return the number of days in the given extended year of this
1538 * Given a precedence table, return the newest field combination in
1687 * equivalents for the given Julian day.
1841 * initial days. This method requires the day of week for the given date in order to
1898 * used to figure out the week count for a specific date for a given locale. These
1901 * out the week count for a specific date for a given locale. These must be set when
1911 * @param desiredLocale The given locale.
1914 * the resource for the given locale. Returns U_ZERO_ERROR if
1962 * the given Julian day. These values are not stored in fields, but in
2025 * Validate a single field of this calendar given its minimum and
2040 * @param julian The given Julian date number.