Searched defs:preceding (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DLayoutPath.java55 * path preceding the location, false if it is associated with
67 * 'preceding' is used to disambiguate the portion of the path
73 * @param preceding if true, the portion preceding the advance
82 public abstract void pathToPoint(Point2D location, boolean preceding, argument
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DWhitespaceBasedBreakIterator.java102 public int preceding(int n) { method in class:WhitespaceBasedBreakIterator
/openjdk7/jdk/src/share/classes/java/text/
H A DDictionaryBasedBreakIterator.java201 public int preceding(int offset) { method in class:DictionaryBasedBreakIterator
212 return super.preceding(offset);
H A DBreakIterator.java262 * DONE is returned by previous(), next(), next(int), preceding(int)
317 * Returns the boundary preceding the current boundary. If the current boundary
320 * current position is set to the boundary preceding the current boundary.
344 * Returns the last boundary preceding the specified character offset. If the
358 public int preceding(int offset) { method in class:BreakIterator
399 * following(int) or preceding(int). If any of these methods returns
411 * @see #preceding(int)
H A DRuleBasedBreakIterator.java93 * <td width="94%">Specifies that the expression preceding the asterisk may occur any number
119 * when there is overlap between the last group of characters in the expression preceding the
627 * Advances the iterator backwards, to the last boundary preceding this one.
628 * @return The position of the last boundary position preceding this one.
804 public int preceding(int offset) { method in class:RuleBasedBreakIterator
/openjdk7/jdk/test/java/text/BreakIterator/
H A DMirroredBreakIterator.java112 public int preceding(int offset) { method in class:MirroredBreakIterator
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DBreakIteratorProviderImpl.java129 public int preceding(int offset) { method in class:BreakIteratorProviderImpl.FooBreakIterator
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java62 public Point2D pathToPoint(double a, double o, boolean preceding) { argument
64 pathToPoint(pt, preceding, pt);
73 public void pathToPoint(double a, double o, boolean preceding, Point2D pt) { argument
75 pathToPoint(pt, preceding, pt);
333 public void pathToPoint(Point2D location, boolean preceding, Point2D point) { argument
334 locateAndGetIndex(location, preceding, point);
572 private double getClosedAdvance(double a, boolean preceding) { argument
577 if (a < 0 || (a == 0 && preceding)) {
593 * If preceding is true, and 'a' lies on a segment boundary,
594 * return the index of the preceding segmen
603 getSegmentIndexForAdvance(double a, boolean preceding) argument
641 locateAndGetIndex(Point2D loc, boolean preceding, Point2D result) argument
965 pathToPoint(Point2D location, boolean preceding, Point2D point) argument
[all...]
/openjdk7/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jar ... last () public int next () public int next (int) public int preceding (int) public int previous () public void setText (java.text ...

Completed in 75 milliseconds