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

/openjdk9/jdk/src/java.base/share/classes/java/util/regex/
H A DPattern.java3240 return new BmpCharPropertyGreedy((BmpCharProperty)prev, cmin);
4310 static final class BmpCharPropertyGreedy extends CharPropertyGreedy { class in class:Pattern
4312 BmpCharPropertyGreedy(BmpCharProperty bcp, int cmin) { method in class:Pattern.BmpCharPropertyGreedy

Completed in 101 milliseconds