Searched refs:patternString (Results 1 – 3 of 3) sorted by relevance
95 …String patternString = "-2#Inverted Orange| 0#No Orange| 0<Almost No Orange| 1#Normal Orange| 2#Ex… in test_ConstructorLjava_lang_String() local96 ChoiceFormat cf = new ChoiceFormat(patternString); in test_ConstructorLjava_lang_String()213 …String patternString = "-2#Inverted Orange| 0#No Orange| 0<Almost No Orange| 1#Normal Orange| 2#Ex… in test_equalsLjava_lang_Object() local225 ChoiceFormat orangeChoiceFormat2 = new ChoiceFormat(patternString); in test_equalsLjava_lang_Object()
245 String blueprintPathString, String patternString) throws IOException { in loadOrderedRelPathsSetFromBlueprint() argument247 Pattern pattern = Pattern.compile(patternString); in loadOrderedRelPathsSetFromBlueprint()
366 String patternString = "(d{1,3})((a|c)*)(d{1,3})((a|c)*)(d{1,3})"; in testQuantVsGroup() local369 Pattern pat = Pattern.compile(patternString); in testQuantVsGroup()