Searched refs:reallyTestAllMatches (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
H A DCharMatcherTest.java182 reallyTestAllMatches(matcher.negate(), s);
184 reallyTestAllMatches(matcher.negate().precomputed(), s);
185 reallyTestAllMatches(matcher.precomputed().negate(), s);
208 reallyTestAllMatches(matcher, s);
210 reallyTestAllMatches(matcher.precomputed(), s);
213 reallyTestAllMatches(forPredicate(matcher), s);
215 reallyTestAllMatches(matcher, new StringBuilder(s));
246 private void reallyTestAllMatches(CharMatcher matcher, CharSequence s) { method in class:CharMatcherTest

Completed in 198 milliseconds