Lines Matching full:upper
999 // Scanned a digit from the lower value of an {lower,upper} interval
1011 // Scanned a digit from the upper value of an {lower,upper} interval
1026 // Scanned a single value interval like {27}. Upper = Lower.
1031 // Finished scanning a normal {lower,upper} interval. Generate the code for it.
1038 // Finished scanning a Possessive {lower,upper}+ interval. Generate the code for it.
1072 // Finished scanning a non-greedy {lower,upper}? interval. Generate the code for it.
1651 // Lower Limit > Upper limit being an error matches both Java
1721 // Lower Limit > Upper limit being an error matches both Java
2169 // An unbounded upper limit is an error.
2202 // An unbounded upper limit is an error.
2355 // (Upper < Lower picks up unbounded upper and errors, both.)