Searched refs:matches (Results 1 – 5 of 5) sorted by relevance
1 str1 matches: true2 str2 matches: false3 str3 matches: true
99 uint32_t matches = 0; in ComputeRegister() local104 matches++; in ComputeRegister()106 matches++; in ComputeRegister()108 CHECK_LT(vmap_offset - matches, static_cast<uint32_t>(POPCOUNT(spill_mask))); in ComputeRegister()110 while (matches != (vmap_offset + 1)) { in ComputeRegister()112 matches += spill_mask & 1; // Add 1 if the low bit is set in ComputeRegister()
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()
250 def __firstMatch(self, matches, string): argument251 starts = map(lambda m: len(string) if m is None else m.start(), matches)
36 …), public int java.lang.String.length(), public boolean java.lang.String.matches(java.lang.String)…