Searched refs:matches (Results 1 – 4 of 4) sorted by relevance
1 str1 matches: true2 str2 matches: false3 str3 matches: true
88 uint32_t matches = 0; in ComputeRegister() local93 matches++; in ComputeRegister()95 matches++; in ComputeRegister()97 CHECK_LT(vmap_offset - matches, static_cast<uint32_t>(__builtin_popcount(spill_mask))); in ComputeRegister()99 while (matches != (vmap_offset + 1)) { in ComputeRegister()101 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()
39 …), public int java.lang.String.length(), public boolean java.lang.String.matches(java.lang.String)…