Home | History | Annotate | Download | only in i18n

Lines Matching full:time

12  * \brief C API: Time zone rule classes
72 * Fills in "name" with the name of this time zone.
74 * @param name Receives the name of this time zone.
82 * Gets the standard time offset.
84 * @return The standard time offset from UTC in milliseconds.
91 * Gets the amount of daylight saving delta time from the standard time.
118 * standard time and the amount of daylight saving offset adjustment.
119 * @param name The time zone name.
120 * @param nameLength The length of the time zone name.
121 * @param rawOffset The UTC offset of its standard time in milliseconds.
123 * If this ia a rule for standard time, the value of this argument is 0.
159 * Fills in "name" with the name of this time zone.
161 * @param name Receives the name of this time zone.
169 * Gets the standard time offset.
171 * @return The standard time offset from UTC in milliseconds.
178 * Gets the amount of daylight saving delta time from the standard time.
200 * Gets the very first time when this rule takes effect.
202 * @param prevRawOffset The standard time offset from UTC before this rule
205 * standard time.
206 * @param result Receives the very first time when this rule takes effect.
207 * @return true if the start time is available. When false is returned, output parameter
216 * Gets the final time when this rule takes effect.
218 * @param prevRawOffset The standard time offset from UTC before this rule
221 * standard time.
222 * @param result Receives the final time when this rule takes effect.
223 * @return true if the start time is available. When false is returned, output parameter
232 * Gets the first time when this rule takes effect after the specified time.
234 * @param base The first start time after this base time will be returned.
235 * @param prevRawOffset The standard time offset from UTC before this rule
238 * standard time.
239 * @param inclusive Whether the base time is inclusive or not.
240 * @param result Receives The first time when this rule takes effect after
241 * the specified base time.
242 * @return true if the start time is available. When false is returned, output parameter
251 * Gets the most recent time when this rule takes effect before the specified time.
253 * @param base The most recent time before this base time will be returned.
254 * @param prevRawOffset The standard time offset from UTC before this rule
257 * standard time.
258 * @param inclusive Whether the base time is inclusive or not.
259 * @param result Receives The most recent time when this rule takes effect before
260 * the specified base time.
261 * @return true if the start time is available. When false is returned, output parameter