Lines Matching full:code
37 * Constructs a <code>RuleBasedTimeZone</code> object with the ID and the
38 * <code>InitialTimeZoneRule</code>. The input <code>InitialTimeZoneRule</code>
39 * is adopted by this <code>RuleBasedTimeZone</code>, thus the caller must not
68 * Return true if the given <code>TimeZone</code> objects are
71 * @return true if the given <code>TimeZone</code> objects are
78 * Return true if the given <code>TimeZone</code> objects are
81 * @return true if the given <code>TimeZone</code> objects are
88 * Adds the <code>TimeZoneRule</code> which represents time transitions.
89 * The <code>TimeZoneRule</code> must have start times, that is, the result
91 * is set to the error code.
92 * The input <code>TimeZoneRule</code> is adopted by this
93 * <code>RuleBasedTimeZone</code> on successful completion of this method,
96 * make this <code>RuleBasedTimeZone</code> ready to handle common time
98 * @param rule The <code>TimeZoneRule</code>.
105 * Makes the <code>TimeZoneRule</code> ready to handle actual timezone
193 * @param ec input-output error code
233 * @param status Output param filled in with success/error code.
243 * @param other the <code>TimeZone</code> object to be compared with
271 * Returns the number of <code>TimeZoneRule</code>s which represents time transitions,
272 * for this time zone, that is, all <code>TimeZoneRule</code>s for this time zone except
273 * <code>InitialTimeZoneRule</code>. The return value range is 0 or any positive value.
274 * @param status Receives error status code.
275 * @return The number of <code>TimeZoneRule</code>s representing time transitions.
281 * Gets the <code>InitialTimeZoneRule</code> and the set of <code>TimeZoneRule</code>
283 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
284 * the array trsrules is filled with 0 or multiple <code>TimeZoneRule</code>
293 * @param status Receives error status code.