Lines Matching full:code
29 * <code>BasicTimeZone</code> is an abstract class extending <code>TimeZone</code>.
31 * All ICU <code>TimeZone</code> concrete subclasses extend this class.
67 * @param tz The <code>BasicTimeZone</code> object to be compared with.
86 * Returns the number of <code>TimeZoneRule</code>s which represents time transitions,
87 * for this time zone, that is, all <code>TimeZoneRule</code>s for this time zone except
88 * <code>InitialTimeZoneRule</code>. The return value range is 0 or any positive value.
89 * @param status Receives error status code.
90 * @return The number of <code>TimeZoneRule</code>s representing time transitions.
96 * Gets the <code>InitialTimeZoneRule</code> and the set of <code>TimeZoneRule</code>
98 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
99 * the array trsrules is filled with 0 or multiple <code>TimeZoneRule</code>
108 * @param status Receives error status code.
119 * time, only the <code>InitialTimeZone</code> is returned. Otherwise, the rule for standard
121 * <code>InitialTimeZoneRule</code>. The standard and daylight saving time transition rules are
122 * represented by <code>AnnualTimeZoneRule</code> with <code>DateTimeRule::DOW</code> for its date
123 * rule and <code>DateTimeRule::WALL_TIME</code> for its time rule. Because daylight saving time
130 * @param initial Receives the <code>InitialTimeZone</code>, always not NULL.
131 * @param std Receives the <code>AnnualTimeZoneRule</code> for standard time transitions.
134 * @param dst Receives the <code>AnnualTimeZoneRule</code> for daylight saving time
137 * @param status Receives error status code.
202 * @param status Receives error status code