Searched refs:regex (Results 151 - 159 of 159) sorted by relevance

1234567

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java21 package com.sun.org.apache.xerces.internal.impl.xpath.regex;
804 throw new RuntimeException("org.apache.xerces.utils.regex.Token#getRange(): Unknown Unicode category: "+type);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthParser.java47 import java.util.regex.PatternSyntaxException;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java30 import java.util.regex.*;
1451 * regex matching that string. If the string is a valid
1452 * import-style string, return a regex that won't match anything.
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java38 import java.util.regex.*;
226 * of the regex syntax.
468 static void check(String regex, String input, String[] expected) { argument
470 Pattern p = Pattern.compile(regex);
485 //boundary at end of the lookbehind sub-regex should work consistently
486 //with the boundary just after the lookbehind sub-regex
1817 pattern = Pattern.compile("a thirty four character long regex");
1831 pattern = Pattern.compile(toSupplementaries("a thirty four character long regex"));
2954 * by the Pattern class when the regex is compiled.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java30 import java.util.regex.*;
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java31 import java.util.regex.*;
/openjdk7/jdk/test/java/util/Formatter/
H A DBasic-X.java.template46 import java.util.regex.Pattern;
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java31 import java.util.regex.*;
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java60 import java.util.regex.Pattern;
229 private static final String REGEX_SYNTAX = "regex";

Completed in 2755 milliseconds

1234567