Home
last modified time | relevance | path

Searched defs:re (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DOldRuntimeExceptionTest.java27 RuntimeException re = new RuntimeException(message, npe); in test_ConstructorLStringLThrowable() local
40 RuntimeException re = new RuntimeException(npe); in test_ConstructorLThrowable() local
/libcore/luni/src/main/java/java/util/regex/
DSplitter.java39 public static String[] fastSplit(String re, String input, int limit) { in fastSplit()
104 public static String[] split(Pattern pattern, String re, String input, int limit) { in split()