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

/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DGlobs.java36 private static boolean isRegexMeta(char c) { method in class:Globs
72 if (isGlobMeta(next) || isRegexMeta(next)) {
196 if (isRegexMeta(c)) {
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipUtils.java168 private static boolean isRegexMeta(char c) { method in class:ZipUtils
202 if (isGlobMeta(next) || isRegexMeta(next)) {
309 if (isRegexMeta(c)) {

Completed in 28 milliseconds