Home
last modified time | relevance | path

Searched refs:testPatternsMultiple (Results 1 – 1 of 1) sorted by relevance

/external/icu/android_icu4j/testing/src/com/android/icu/test/util/regex/
DMatcherNativeTest.java365 String[] testPatternsMultiple = { "((a)|(b)){1,2}abb", in testMatchesQuantifiers() local
388 for (int i = 0; i < testPatternsMultiple.length; i++) { in testMatchesQuantifiers()
389 Pattern pat = Pattern.compile(testPatternsMultiple[i]); in testMatchesQuantifiers()