Searched defs:DST (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DAlphaComposite.java390 public static final int DST = 9; field in class:AlphaComposite
391 // Note that DST was added in 1.4 so it is numbered out of order...
470 // Rule 9 is DST which is defined above where it fits into the
473 // public static final int DST = 9;
533 * <code>AlphaComposite</code> object that implements the opaque DST rule
535 * @see #DST
538 public static final AlphaComposite Dst = new AlphaComposite(DST);
632 * the following: {@link #CLEAR}, {@link #SRC}, {@link #DST},
643 case DST:
680 * the following: {@link #CLEAR}, {@link #SRC}, {@link #DST},
[all...]
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DTimezone.java77 * Type of DST rules in this time zone
80 static final int UNDEF_DST = 0; // DST type not set yet
81 static final int NO_DST = 1; // never observed DST
82 static final int LAST_DST = 2; // last rule ends in DST (all year round DST-only)
83 static final int X_DST = 3; // used to observe DST
84 static final int DST = 4; // observing DST regularly field in class:Timezone
102 * The last DST rules. lastRules[0] is the DST star
[all...]

Completed in 387 milliseconds