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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DASCII.java45 static final int PUNCT = 0x00001000; field in class:ASCII
61 static final int GRAPH = (PUNCT|UPPER|LOWER|DIGIT);
101 PUNCT, /* 21 ! */
102 PUNCT, /* 22 " */
103 PUNCT, /* 23 # */
104 PUNCT, /* 24 $ */
105 PUNCT, /* 25 % */
106 PUNCT, /* 26 & */
107 PUNCT, /* 27 ' */
108 PUNCT, /* 2
[all...]
/openjdk7/jdk/test/java/util/regex/
H A DPOSIX_ASCII.java35 static final int PUNCT = 0x00001000; field in class:POSIX_ASCII
51 static final int GRAPH = (PUNCT|UPPER|LOWER|DIGIT);
91 PUNCT, /* 21 ! */
92 PUNCT, /* 22 " */
93 PUNCT, /* 23 # */
94 PUNCT, /* 24 $ */
95 PUNCT, /* 25 % */
96 PUNCT, /* 26 & */
97 PUNCT, /* 27 ' */
98 PUNCT, /* 2
[all...]

Completed in 747 milliseconds