Home
last modified time | relevance | path

Searched defs:testPattern (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/regex/
DOldMatcherTest.java63 String testPattern = "(abb)"; in test_resetLjava_lang_String() local
112 String testPattern = "(abb)"; in test_reset() local
123 String testPattern = "abb"; in test_hasAnchoringBounds() local
141 String testPattern = "abb"; in test_hasTransparentBounds() local
159 String testPattern = "(((abb)a)(bb))"; in test_startI() local
195 String testPattern = "(((abb)a)(bb))"; in test_endI() local
231 String testPattern = "(((abb)a)(bb))"; in test_lookingAt() local
245 String testPattern = "(abb)"; in test_findI() local
319 String testPattern = "(abb)"; in test_start() local
338 String testPattern = "(abb)"; in test_end() local
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java164 public void testPattern() { in testPattern() method in MatcherTest
385 String testPattern = "(abb)"; in testFind() local
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandlesTest.java966 final String testPattern = "The system as we know it is broken"; in testStringConstructors() local
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPatternTest.java249 public void testPattern() { in testPattern() method in PatternTest