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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java3022 static final int LAZY = 1; field in class:Pattern
3041 return new Ques(prev, LAZY);
3051 return new Curly(prev, 0, MAX_REPS, LAZY);
3061 return new Curly(prev, 1, MAX_REPS, LAZY);
3095 curly = new Curly(prev, cmin, cmax, LAZY);
4081 case LAZY:
4133 else if (type == LAZY)
4305 } else if (type == LAZY) {

Completed in 43 milliseconds