Searched refs:GREEDY (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/java/util/regex/ |
H A D | Pattern.java | 2879 if (ques.type == GREEDY) { 2905 if (curly.type == GREEDY) 3020 static final int GREEDY = 0; field in class:Pattern 3046 return new Ques(prev, GREEDY); 3056 return new Curly(prev, 0, MAX_REPS, GREEDY); 3066 return new Curly(prev, 1, MAX_REPS, GREEDY); 3100 curly = new Curly(prev, cmin, cmax, GREEDY); 4078 case GREEDY: 4131 if (type == GREEDY) 4303 if (type == GREEDY) { [all...] |
Completed in 32 milliseconds