/openjdk7/jdk/src/share/classes/java/awt/font/ |
H A D | LayoutPath.java | 55 * 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
|
H A D | LineBreakMeasurer.java | 370 // NOTE: I think that breakIter.preceding(limit) should be 381 nextOffset = breakIter.preceding(testPos);
|
H A D | TextMeasurer.java | 522 compStart = fLineBreak.preceding(localStart);
|
/openjdk7/jdk/test/java/text/BreakIterator/ |
H A D | ExceptionTest.java | 76 * preceding(int) 80 check(bi.preceding(i), DONE); 82 check(bi.preceding(i), mirror.preceding(i)); 137 bi.preceding(offset); 141 throw new RuntimeException(bi + ": preceding() doesn't throw an IAE with offset "
|
H A D | MirroredBreakIterator.java | 112 public int preceding(int offset) { method in class:MirroredBreakIterator
|
/openjdk7/jdk/src/share/classes/sun/font/ |
H A D | LayoutPathImpl.java | 62 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/src/share/classes/javax/swing/text/ |
H A D | WhitespaceBasedBreakIterator.java | 102 public int preceding(int n) { method in class:WhitespaceBasedBreakIterator
|
H A D | GlyphView.java | 799 startFrom = breaker.preceding(s.offset + (startFrom - pstart))
|
H A D | Utilities.java | 474 int breakPos = bit.preceding(i + 1);
|
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/ |
H A D | BreakIteratorProviderImpl.java | 129 public int preceding(int offset) { method in class:BreakIteratorProviderImpl.FooBreakIterator
|
/openjdk7/jdk/src/share/classes/java/text/ |
H A D | DictionaryBasedBreakIterator.java | 201 public int preceding(int offset) { method in class:DictionaryBasedBreakIterator 212 return super.preceding(offset);
|
H A D | BreakIterator.java | 262 * 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 D | RuleBasedBreakIterator.java | 93 * <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/util/PluggableLocale/ |
H A D | fooprovider.jar | ... last () public int next () public int next (int) public int preceding (int) public int previous () public void setText (java.text ... |
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | TextComponent.java | 1104 : words.preceding(index); 1200 int start = words.preceding(end);
|
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/ |
H A D | XPathParser.java | 1536 error(XPATHErrorResources.ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG, null); //"Found ',' but no preceding argument!"); 2250 // Caller will have consumed any '/' or '//' preceding the
|