Searched refs:pat2 (Results 1 – 3 of 3) sorted by relevance
578 String pat2 = new ChoiceFormat(pat).toPattern(); in TestChoicePatternQuote() local579 if (!pat.equals(pat2)) in TestChoicePatternQuote()
402 Pattern pat2 = Pattern.compile(testPattern); in testFind() local403 Matcher mat2 = pat2.matcher(testString); in testFind()
268 Pattern pat2 = Pattern.compile(testPattern); in test_findI() local269 Matcher mat2 = pat2.matcher(testString); in test_findI()