Home
last modified time | relevance | path

Searched refs:bend (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DRegexpPool.java195 int bend = 0; in matchAfter() local
207 bend = len; in matchAfter()
220 bend = i+1; in matchAfter()
226 o = ((RegexpTarget) o).found(s.substring(bst, bend)); in matchAfter()