Searched refs:isGlobMeta (Results 1 – 1 of 1) sorted by relevance
40 private static boolean isGlobMeta(char c) { in isGlobMeta() method in Globs72 if (isGlobMeta(next) || isRegexMeta(next)) { in toRegexPattern()