Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPatternSyntaxExceptionTest.java90 String regex = "("; in testCase() local
101 String regex = "[4-"; in testCase2() local
/libcore/luni/src/main/native/
Djava_util_regex_Pattern.cpp85 ScopedJavaUnicodeString regex(env, javaRegex); in Pattern_compileImpl() local
/libcore/luni/src/main/java/java/util/regex/
DPattern.java460 private static native long compileImpl(String regex, int flags); in compileImpl()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java697 private void hitEndTest(boolean callFind, String testNo, String regex, in hitEndTest()
/libcore/luni/src/main/java/java/util/
DScanner.java1741 String regex = "(([-+]?(" + numeral + ")))|" + in getIntegerPattern() local