Searched refs:twoFindIndexes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java427 twoFindIndexes(input, matcher, 2, 4);
430 twoFindIndexes(input, matcher, 2, 5);
433 twoFindIndexes(input, matcher, 2, 4);
436 twoFindIndexes(input, matcher, 2, 5);
439 twoFindIndexes(input, matcher, 3, 5);
442 twoFindIndexes(input, matcher, 2, 5);
450 twoFindIndexes(input, matcher, 3, 6);
455 private static void twoFindIndexes(String input, Matcher matcher, int a, method in class:RegExTest
3789 twoFindIndexes(" \u0180sherman\u0400 ", bound, 1, 10);
3792 twoFindIndexes(" \u0180s
[all...]

Completed in 36 milliseconds