Home | History | Annotate | Download | only in unicode

Lines Matching refs:adjacent

710 // The script tables have a lot of adjacent elements. Fold them together.
868 func (c *caseState) adjacent(d *caseState) bool {
873 case d.point != c.point+1: // code points not adjacent (shouldn't happen)
894 // check they're a matched case pair. we know they have adjacent values
1013 if state.adjacent(prevState) {