Searched refs:adjacent (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DWhitespaceBasedBreakIterator.java99 return adjacent(n, 1);
103 return adjacent(n, -1);
114 private int adjacent(int n, int bias) { method in class:WhitespaceBasedBreakIterator
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerImpl.java711 * the two strings may already be adjacent, so that the merging is done
712 * in-place if the two strings are not adjacent, then the buffer holding the
739 boolean adjacent;
741 adjacent= current==next;
754 if(adjacent) {
780 if(!adjacent) {

Completed in 323 milliseconds