Home | History | Annotate | Download | only in unicode

Lines Matching full:given

170      * specific. Example ranges given are for illustration only; see specific Calendar
290 * Creates a Calendar using the given timezone and the default locale.
294 * @param zoneToAdopt The given timezone to be adopted.
304 * Creates a Calendar using the given timezone and the default locale. The TimeZone
317 * Creates a Calendar using the default timezone and the given locale.
319 * @param aLocale The given locale.
329 * Creates a Calendar using the given timezone and given locale.
333 * @param zoneToAdopt The given timezone to be adopted.
334 * @param aLocale The given locale.
344 * Gets a Calendar using the given timezone and given locale. The TimeZone
347 * @param zoneToAdopt The given timezone to be adopted.
348 * @param aLocale The given locale.
370 * Given a key and a locale, returns an array of string values in a preferred
379 * with the given locale in preferred order. Otherwise,
382 * @return a string enumeration over keyword values for the given key and the locale.
413 * Sets this Calendar's current time with the given UDate. The time specified should
416 * @param date The given
431 * @return True if the given Calendar is the same as this Calendar; false
441 * @return True if the given Calendar is not the same as this Calendar; false
448 * Returns TRUE if the given Calendar object is equivalent to this
506 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given
525 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given
544 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
569 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
594 * Time Field Rolling function. Rolls by the given amount on the given
618 * Time Field Rolling function. Rolls by the given amount on the given
642 * Return the difference between the given time and the time this
644 * <em>before</em> the given time, the returned value will be
645 * positive. If this calendar is set <em>after</em> the given
654 * toward <code>when</code> by the given amount. That is, calling
699 * Return the difference between the given time and the time this
701 * <em>before</em> the given time, the returned value will be
702 * positive. If this calendar is set <em>after</em> the given
711 * toward <code>when</code> by the given amount. That is, calling
758 * given time zone is NULL, this function has no effect.
760 * @param value The given time zone.
769 * @param zone The given time zone.
829 * @param value The given first day of the week.
837 * @param value The given first day of the week.
865 * @param value The given minimal days required in the first week of the year.
882 * Gets the minimum value for the given time field. e.g., for Gregorian
885 * @param field The given time field.
886 * @return The minimum value for the given time field.
892 * Gets the minimum value for the given time field. e.g., for Gregorian
895 * @param field The given time field.
896 * @return The minimum value for the given time field.
902 * Gets the maximum value for the given time field. e.g. for Gregorian DAY_OF_MONTH,
905 * @param field The given time field.
906 * @return The maximum value for the given time field.
912 * Gets the maximum value for the given time field. e.g. for Gregorian DAY_OF_MONTH,
915 * @param field The given time field.
916 * @return The maximum value for the given time field.
922 * Gets the highest minimum value for the given field if varies. Otherwise same as
925 * @param field The given time field.
926 * @return The highest minimum value for the given time field.
932 * Gets the highest minimum value for the given field if varies. Otherwise same as
935 * @param field The given time field.
936 * @return The highest minimum value for the given time field.
942 * Gets the lowest maximum value for the given field if varies. Otherwise same as
945 * @param field The given time field.
946 * @return The lowest maximum value for the given time field.
952 * Gets the lowest maximum value for the given field if varies. Otherwise same as
955 * @param field The given time field.
956 * @return The lowest maximum value for the given time field.
962 * Return the minimum value that this field could have, given the current date.
972 * @return the minimum of the given field for the current date of this Calendar
978 * Return the minimum value that this field could have, given the current date.
988 * @return the minimum of the given field for the current date of this Calendar
994 * Return the maximum value that this field could have, given the current date.
1006 * @return the maximum of the given field for the current date of this Calendar
1012 * Return the maximum value that this field could have, given the current date.
1024 * @return the maximum of the given field for the current date of this Calendar
1030 * Gets the value for a given time field. Recalculate the current time field values
1036 * @param field The given time field.
1038 * @return The value for the given time field, or zero if the field is unset,
1045 * Gets the value for a given time field. Recalculate the current time field values
1051 * @param field The given time field.
1053 * @return The value for the given time field, or zero if the field is unset,
1060 * Determines if the given time field has a value set. This can affect in the
1063 * @param field The given time field.
1064 * @return True if the given time field has a value set; false otherwise.
1070 * Determines if the given time field has a value set. This can affect in the
1073 * @param field The given time field.
1074 * @return True if the given time field has a value set; false otherwise.
1080 * Sets the given time field with the given value.
1082 * @param field The given time field.
1083 * @param value The value to be set for the given time field.
1089 * Sets the given time field with the given value.
1091 * @param field The given time field.
1092 * @param value The value to be set for the given time field.
1147 * Clears the value in the given time field, both making it unset and assigning it a
1157 * Clears the value in the given time field, both making it unset and assigning it a
1177 * @return The class ID for this object. All objects of a given class have the
1194 * Returns whether the given day of the week is a weekday, a
1227 * Returns TRUE if the given UDate is in the weekend in
1231 * @return TRUE if the given UDate is in the weekend in
1275 * Constructs a Calendar with the given time zone and locale. Clients are no longer
1276 * responsible for deleting the given time zone object after it's adopted.
1278 * @param zone The given time zone.
1279 * @param aLocale The given locale.
1287 * Constructs a Calendar with the given time zone and locale.
1289 * @param zone The given time zone.
1290 * @param aLocale The given locale.
1332 * Sets this Calendar's current time from the given long value.
1353 * Gets the value for a given time field. Subclasses can use this function to get
1356 * @param field The given time field.
1357 * @return The value for the given time field.
1363 * Gets the value for a given time field. Subclasses can use this function to get
1367 * @param field The given time field.
1369 * @return The value for the given time field.
1375 * Gets the value for a given time field. Subclasses can use this function to get
1378 * @param field The given time field.
1379 * @return The value for the given time field.
1385 * Sets the value for a given time field. This is a fast internal method for
1389 * @param field The given time field.
1390 * @param value The value for the given time field.
1396 * Sets the value for a given time field. This is a fast internal method for
1400 * @param field The given time field.
1401 * @param value The value for the given time field.
1461 * given month in the given extended year. Subclasses should override
1466 * the given year, otherwise, compute the day before the first day of
1467 * the given month
1469 * day of the given month and year
1476 * Return the number of days in the given month of the given extended
1485 * Return the number of days in the given extended year of this
1597 * Given a precedence table, return the newest field combination in
1746 * equivalents for the given Julian day.
1900 * initial days. This method requires the day of week for the given date in order to
1963 * used to figure out the week count for a specific date for a given locale. These
1966 * out the week count for a specific date for a given locale. These must be set when
1980 * @param desiredLocale The given locale.
1983 * the resource for the given locale. Returns U_ZERO_ERROR if
2031 * the given Julian day. These values are not stored in fields, but in
2094 * Validate a single field of this calendar given its minimum and
2109 * @param julian The given Julian date number.