Home
last modified time | relevance | path

Searched defs:re (Results 1 – 3 of 3) 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/ojluni/src/main/java/sun/misc/
DRegexpPool.java58 public void add(String re, Object ret) throws REException { in add()
74 public void replace(String re, Object ret) { in replace()
88 public Object delete(String re) { in delete()
165 private void add(String re, Object ret, boolean replace) throws REException { in add()
268 String re = null; field in RegexpNode
/libcore/ojluni/src/main/java/java/util/regex/
DPattern.java1208 public static String[] fastSplit(String re, String input, int limit) { in fastSplit()