Searched refs:matchingChars (Results 1 – 2 of 2) sorted by relevance
73 public final String matchingChars; field in BenchmarkHelpers.SampleMatcherConfig75 SampleMatcherConfig(String matchingChars) { in SampleMatcherConfig() argument76 this(CharMatcher.anyOf(matchingChars), matchingChars); in SampleMatcherConfig()79 SampleMatcherConfig(CharMatcher matcher, String matchingChars) { in SampleMatcherConfig() argument81 this.matchingChars = matchingChars; in SampleMatcherConfig()
80 this.string = checkString(length, percent, config.matchingChars, in setUp()106 String matchingChars, Random rand, boolean forceSlow, boolean web) { in checkString() argument136 list.get(n) >= threshold ? NONMATCHING_CHARS : matchingChars, rand)); in checkString()