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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java2293 ? new Utype(UnicodeProp.DIGIT).complement()
2317 ? new Utype(UnicodeProp.WHITE_SPACE).complement()
2326 ? new Utype(UnicodeProp.WORD).complement()
2351 ? new Utype(UnicodeProp.DIGIT)
2391 ? new Utype(UnicodeProp.WHITE_SPACE)
2402 ? new Utype(UnicodeProp.WORD)
2673 node = new Utype(uprop);
2682 node = new Utype(uprop);
3816 static final class Utype extends CharProperty { class in class:Pattern
3818 Utype(UnicodePro method in class:Pattern.Utype
[all...]

Completed in 335 milliseconds