Searched refs:getMin (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DSunMinMaxPage.java47 public final int getMin() { method in class:SunMinMaxPage
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java228 int getMin() { // for CLOSURE method in class:Token
279 if (this.getMin() >= 0)
280 return this.getMin() * this.getChild(0).getMinLength();
1234 final int getMin() { method in class:Token.ClosureToken
1244 if (this.getMin() < 0 && this.getMax() < 0) {
1246 } else if (this.getMin() == this.getMax()) {
1247 ret = this.child.toString(options)+"{"+this.getMin()+"}";
1248 } else if (this.getMin() >= 0 && this.getMax() >= 0) {
1249 ret = this.child.toString(options)+"{"+this.getMin()+","+this.getMax()+"}";
1250 } else if (this.getMin() >
[all...]
H A DRegularExpression.java558 int min = tok.getMin();
/openjdk7/jdk/src/share/classes/java/util/
H A DTimer.java409 if (queue.getMin() == task)
532 task = queue.getMin();
567 * operations, and constant time performance for the getMin operation.
609 TimerTask getMin() { method in class:TaskQueue
615 * head task, which is returned by getMin) to the number of tasks on the
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1628 return s.getMin();

Completed in 101 milliseconds