Searched refs:matched (Results 1 – 5 of 5) sorted by relevance
298 final boolean[] matched = new boolean[len]; in compareSets()304 if (!matched[i] && Objects.equals(x, snapshot[i])) { in compareSets()305 matched[i] = true; in compareSets()307 do { j++; } while (j < len && matched[j]); in compareSets()
289 String matched = matcher.group(); in marshal() local290 target.append(matched.replaceFirst(keyReg, keyStr)); in marshal()313 String matched = matcher.group(); in marshal() local314 target.append(matched.replaceFirst(keyReg, keyStr)); in marshal()
166 boolean matched = false; in assertSerializedBySer()167 while (matched == false) { in assertSerializedBySer()173 matched = true; in assertSerializedBySer()
735 boolean matched = false; in issues()762 matched = issuerSelector.match(cert); in issues()765 if (matched && (crlAKID == null || in issues()769 matched = true; in issues()771 matched = false; in issues()775 return matched; in issues()
28 * advances past the input that matched the pattern.