Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 17 of 17) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcher2Test.java233 Matcher matcher = Pattern.compile("Hello").matcher("Hello, world!"); in testAppendReplacement_replacementEndsWithBackslash() local
243 Matcher matcher = Pattern.compile("Hello").matcher("Hello, world!"); in testAppendReplacement_replacementEndsWithDollar() local
DMatcherTest.java147 Matcher matcher = Pattern.compile("Hello").matcher("Hello, world!"); in testReplaceFirst_null_match() local
156 Matcher matcher = Pattern.compile("not found").matcher("Hello, world!"); in testReplaceFirst_null_nomatch() local
442 Matcher matcher = Pattern.compile("(Hello)").matcher("Hello, world!"); in testEnd_groupIndexOutOfBounds() local
458 Matcher matcher = Pattern.compile("(Hello)").matcher("Hello, world!"); in testStart_groupIndexOutOfBounds() local
657 Matcher matcher = pattern.matcher(input); in testMatchesRegionChanged() local
704 Matcher matcher = pattern.matcher("abcde"); in testFindRegionChanged() local
721 Matcher matcher = pattern.matcher(inputStr); in testFindRegionChanged2() local
749 Matcher matcher = pattern.matcher(s[i]); in testGeneralPunctuationCategory() local
791 Matcher matcher = pattern.matcher(input); in hitEndTest() local
DPattern2Test.java954 Matcher matcher = pattern.matcher(new String( in testCompile2() local
1043 Matcher matcher = pattern.matcher(text); in testCompile4() local
/libcore/benchmarks/src/benchmarks/regression/
DSchemePrefixBenchmark.java60 Matcher matcher = pattern.matcher(spec); in REGEX() local
/libcore/ojluni/src/main/java/java/util/regex/
DPattern.java1030 public Matcher matcher(CharSequence input) { in matcher() method in Pattern
1494 private final Matcher matcher; in splitAsStream() field in Pattern.MatcherIterator
/libcore/ojluni/annotations/sdk/nullability/java/util/regex/
DPattern.annotated.java44 @libcore.util.NonNull public java.util.regex.Matcher matcher(@libcore.util.NonNull java.lang.CharSe… in matcher() method in Pattern
/libcore/ojluni/src/main/java/sun/security/util/
DDebug.java252 Matcher matcher = pattern.matcher(source); in marshal() local
DDisabledAlgorithmConstraints.java279 Matcher matcher = keySizePattern.matcher(entry); in Constraints() local
/libcore/tools/testmapping/
Dgen_smoke_tests.py106 def match(matcher, got_source, message): argument
/libcore/tools/upstream/src/main/java/libcore/
DCompareUpstreams.java97 Matcher matcher = pattern.matcher(line); in androidChangedComments() local
DRepository.java281 Matcher matcher = pattern.matcher(line); in loadOrderedRelPathsSetFromBlueprint() local
/libcore/luni/src/test/java/libcore/java/util/regex/
DOldMatcherTest.java181 Matcher matcher = Pattern.compile("(Hello)").matcher("Hello, world!"); in test_startI_groupIndexOutOfBounds() local
217 Matcher matcher = Pattern.compile("(Hello)").matcher("Hello, world!"); in test_endI_groupIndexOutOfBounds() local
/libcore/ojluni/src/main/java/java/time/
DPeriod.java321 Matcher matcher = PATTERN.matcher(text); in parse() local
DDuration.java384 Matcher matcher = PATTERN.matcher(text); in parse() local
/libcore/luni/src/test/java/libcore/java/lang/
DProcessBuilderTest.java530 Matcher matcher = Pattern.compile("pid=(\\d+)").matcher(process.toString()); in getChildProcessPid() local
/libcore/ojluni/src/main/java/java/util/
DScanner.java317 private Matcher matcher; field in Scanner
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPatternTest.java1798 Matcher matcher = p.matcher("\uD801\uDC28"); in testUnicodeCategoryWithSurrogatesSupplementary() local