Home | History | Annotate | Download | only in i18n

Lines Matching full:time

27  * A time zone based on the Olson tz database.  Olson time zones change
28 * behavior over time. The raw offset, rules, presence or absence of
29 * daylight savings time, and even the daylight savings amount can all
60 * Each time is represented by a pair of 32bit integer.
65 * time (transPre32/trans/transPost32) and its corresponding offset
71 * after the final transition time, finalRule represents the rule
100 * cessation lists consist of the month, dowim, dow, time, and time
120 * @param tzid the time zone ID
199 * over time, so this API is not useful. In order to approximate
201 * current moment in time.
207 * not varies over time. In order to approximate expected
230 * Gets the first time zone transition after the base time.
231 * @param base The base time.
232 * @param inclusive Whether the base time is inclusive or not.
233 * @param result Receives the first transition after the base time.
240 * Gets the most recent time zone transition before the base time.
241 * @param base The base time.
242 * @param inclusive Whether the base time is inclusive or not.
243 * @param result Receives the most recent transition before the base time.
250 * Returns the number of <code>TimeZoneRule</code>s which represents time transitions,
251 * for this time zone, that is, all <code>TimeZoneRule</code>s for this time zone except
254 * @return The number of <code>TimeZoneRule</code>s representing time transitions.
260 * which represent time transitions for this time zone. On successful return,
264 * rule instance held by this time zone instance. Therefore, after this time zone
284 * Default constructor. Creates a time zone with an empty ID and
303 * Following 3 methods return an offset at the given transition time index.
317 * Number of transitions in each time range
324 * Time of each transition in seconds from 1970 epoch before 32bit second range (<= 1900).
331 * Time of each transition in seconds from 1970 epoch in 32bit second range.
337 * Time of each transition in seconds from 1970 epoch after 32bit second range (>= 2038).