Searched refs:matches (Results 1 – 5 of 5) sorted by relevance
1 str1 matches: true2 str2 matches: false3 str3 matches: true
81 System.out.println("str1 matches: " + WEB_URL.matcher(testStr1).matches()); in main()82 System.out.println("str2 matches: " + WEB_URL.matcher(testStr2).matches()); in main()83 System.out.println("str3 matches: " + WEB_URL.matcher(testStr3).matches()); in main()
97 def __firstMatch(matches, string): argument102 starts = map(lambda m: len(string) if m is None else m.start(), matches)
2351 int32_t matches = 0; in createDiff() local2381 matches++; in createDiff()2387 qsort(diffs, matches, sizeof(DiffEntry), compareDiffEntriesExculsive); in createDiff()2445 qsort(diffs, matches, sizeof(DiffEntry), compareDiffEntriesInculsive); in createDiff()
36 …blic boolean java.lang.String.isEmpty(), public boolean java.lang.String.matches(java.lang.String)…