Home | History | Annotate | Download | only in text

Lines Matching defs:isBoundary

386         boolean endShouldBeBoundary = isBoundary(endPos);      // Has side effect of setting iterator position.
510 public boolean isBoundary(int offset) {
516 // Note that isBoundary() is always be false for offsets that are not on code point boundaries.
526 // Not on a boundary. isBoundary() must leave iterator on the following boundary.