Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DChoiceFormatTest.java95 …String patternString = "-2#Inverted Orange| 0#No Orange| 0<Almost No Orange| 1#Normal Orange| 2#Ex… in test_ConstructorLjava_lang_String() local
96 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() local
225 ChoiceFormat orangeChoiceFormat2 = new ChoiceFormat(patternString); in test_equalsLjava_lang_Object()
/libcore/tools/upstream/src/main/java/libcore/
DRepository.java245 String blueprintPathString, String patternString) throws IOException { in loadOrderedRelPathsSetFromBlueprint() argument
247 Pattern pattern = Pattern.compile(patternString); in loadOrderedRelPathsSetFromBlueprint()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java366 String patternString = "(d{1,3})((a|c)*)(d{1,3})((a|c)*)(d{1,3})"; in testQuantVsGroup() local
369 Pattern pat = Pattern.compile(patternString); in testQuantVsGroup()