Lines Matching full:code
26 * <code>TimeZoneRule</code> is a class representing a rule for time zone.
27 * <code>TimeZoneRule</code> has a set of time zone attributes, such as zone name,
49 * Return true if the given <code>TimeZoneRule</code> objects are semantically equal. Objects
52 * @return true if the given <code>TimeZoneRule</code> objects are semantically equal.
58 * Return true if the given <code>TimeZoneRule</code> objects are semantically unequal. Objects
61 * @return true if the given <code>TimeZoneRule</code> objects are semantically unequal.
91 * When two <code>TimeZoneRule</code> objects differ only its names, this method
93 * @param other The <code>TimeZoneRule</code> object to be compared with.
94 * @return true if the other <code>TimeZoneRule</code> is the same as this one.
162 * Constructs a <code>TimeZoneRule</code> with the name, the GMT offset of its
193 * <code>InitialTimeZoneRule</code> represents a time zone rule
201 * Constructs an <code>InitialTimeZoneRule</code> with the name, the GMT offset of its
240 * Return true if the given <code>TimeZoneRule</code> objects are semantically equal. Objects
243 * @return true if the given <code>TimeZoneRule</code> objects are semantically equal.
249 * Return true if the given <code>TimeZoneRule</code> objects are semantically unequal. Objects
252 * @return true if the given <code>TimeZoneRule</code> objects are semantically unequal.
273 * When two <code>TimeZoneRule</code> objects differ only its names, this method
275 * @param that The <code>TimeZoneRule</code> object to be compared with.
276 * @return true if the other <code>TimeZoneRule</code> is equivalent to this one.
370 * <code>AnnualTimeZoneRule</code> is a class used for representing a time zone
385 * Constructs a <code>AnnualTimeZoneRule</code> with the name, the GMT offset of its
404 * Constructs a <code>AnnualTimeZoneRule</code> with the name, the GMT offset of its
451 * Return true if the given <code>TimeZoneRule</code> objects are semantically equal. Objects
454 * @return true if the given <code>TimeZoneRule</code> objects are semantically equal.
460 * Return true if the given <code>TimeZoneRule</code> objects are semantically unequal. Objects
463 * @return true if the given <code>TimeZoneRule</code> objects are semantically unequal.
470 * @return The <code>AnnualDateTimeRule</code> which represents the start date/time
508 * When two <code>TimeZoneRule</code> objects differ only its names, this method
510 * @param that The <code>TimeZoneRule</code> object to be compared with.
511 * @return true if the other <code>TimeZoneRule</code> is equivalent to this one.
611 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are
619 * Constructs a <code>TimeArrayTimeZoneRule</code> with the name, the GMT offset of its
631 * <code>DataTimeRule::WALL_TIME</code>, <code>STANDARD_TIME</code>
632 * and <code>UTC_TIME</code>.
667 * Return true if the given <code>TimeZoneRule</code> objects are semantically equal. Objects
670 * @return true if the given <code>TimeZoneRule</code> objects are semantically equal.
676 * Return true if the given <code>TimeZoneRule</code> objects are semantically unequal. Objects
679 * @return true if the given <code>TimeZoneRule</code> objects are semantically unequal.
686 * is either <code>DateTimeRule::WALL_TIME</code> or <code>STANDARD_TIME</code>
687 * or <code>UTC_TIME</code>.
714 * When two <code>TimeZoneRule</code> objects differ only its names, this method
716 * @param that The <code>TimeZoneRule</code> object to be compared with.
717 * @return true if the other <code>TimeZoneRule</code> is equivalent to this one.