Home | History | Annotate | Download | only in common

Lines Matching defs:isBoundary

544     UBool endShouldBeBoundary = isBoundary(endPos);      // Has side effect of setting iterator position.
652 UBool RuleBasedBreakIterator::isBoundary(int32_t offset) {
660 // Note that isBoundary() is always be false for offsets that are not on code point boundaries.
678 // Not on a boundary. isBoundary() must leave iterator on the following boundary.