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

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DCharMatcherTest.java157 reallyTestAllMatches(matcher.negate(), s);
159 reallyTestAllMatches(matcher.negate().precomputed(), s);
160 reallyTestAllMatches(matcher.precomputed().negate(), s);
183 reallyTestAllMatches(matcher, s);
185 reallyTestAllMatches(matcher.precomputed(), s);
188 reallyTestAllMatches(forPredicate(matcher), s);
190 reallyTestAllMatches(matcher, new StringBuilder(s));
221 private void reallyTestAllMatches(CharMatcher matcher, CharSequence s) { method in class:CharMatcherTest
/external/guava/guava-tests/test/com/google/common/base/
H A DCharMatcherTest.java226 reallyTestAllMatches(matcher.negate(), s);
228 reallyTestAllMatches(matcher.negate().precomputed(), s);
229 reallyTestAllMatches(matcher.precomputed().negate(), s);
252 reallyTestAllMatches(matcher, s);
254 reallyTestAllMatches(matcher.precomputed(), s);
257 reallyTestAllMatches(forPredicate(matcher), s);
259 reallyTestAllMatches(matcher, new StringBuilder(s));
290 private void reallyTestAllMatches(CharMatcher matcher, CharSequence s) { method in class:CharMatcherTest

Completed in 135 milliseconds