Home | History | Annotate | Download | only in i18n

Lines Matching full:time

12  * \brief C API: Time zone rule classes
67 * Fills in "name" with the name of this time zone.
69 * @param name Receives the name of this time zone.
76 * Gets the standard time offset.
78 * @return The standard time offset from UTC in milliseconds.
84 * Gets the amount of daylight saving delta time from the standard time.
109 * standard time and the amount of daylight saving offset adjustment.
110 * @param name The time zone name.
111 * @param nameLength The length of the time zone name.
112 * @param rawOffset The UTC offset of its standard time in milliseconds.
114 * If this ia a rule for standard time, the value of this argument is 0.
146 * Fills in "name" with the name of this time zone.
148 * @param name Receives the name of this time zone.
155 * Gets the standard time offset.
157 * @return The standard time offset from UTC in milliseconds.
163 * Gets the amount of daylight saving delta time from the standard time.
183 * Gets the very first time when this rule takes effect.
185 * @param prevRawOffset The standard time offset from UTC before this rule
188 * standard time.
189 * @param result Receives the very first time when this rule takes effect.
190 * @return true if the start time is available. When false is returned, output parameter
198 * Gets the final time when this rule takes effect.
200 * @param prevRawOffset The standard time offset from UTC before this rule
203 * standard time.
204 * @param result Receives the final time when this rule takes effect.
205 * @return true if the start time is available. When false is returned, output parameter
213 * Gets the first time when this rule takes effect after the specified time.
215 * @param base The first start time after this base time will be returned.
216 * @param prevRawOffset The standard time offset from UTC before this rule
219 * standard time.
220 * @param inclusive Whether the base time is inclusive or not.
221 * @param result Receives The first time when this rule takes effect after
222 * the specified base time.
223 * @return true if the start time is available. When false is returned, output parameter
231 * Gets the most recent time when this rule takes effect before the specified time.
233 * @param base The most recent time before this base time will be returned.
234 * @param prevRawOffset The standard time offset from UTC before this rule
237 * standard time.
238 * @param inclusive Whether the base time is inclusive or not.
239 * @param result Receives The most recent time when this rule takes effect before
240 * the specified base time.
241 * @return true if the start time is available. When false is returned, output parameter