Searched defs:Ctype (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java2294 : new Ctype(ASCII.DIGIT).complement();
2318 : new Ctype(ASCII.SPACE).complement();
2327 : new Ctype(ASCII.WORD).complement();
2352 : new Ctype(ASCII.DIGIT);
2392 : new Ctype(ASCII.SPACE);
2403 : new Ctype(ASCII.WORD);
3828 static final class Ctype extends BmpCharProperty { class in class:Pattern
3830 Ctype(int ctype) { this.ctype = ctype; } method in class:Pattern.Ctype
5476 CharProperty make() { return new Ctype(ctype);}});

Completed in 582 milliseconds