Lines Matching refs:original
530 final CharMatcher original = this;
533 return !original.matches(c);
537 return original.matchesNoneOf(sequence);
540 return original.matchesAllOf(sequence);
543 return sequence.length() - original.countIn(sequence);
546 return original;
621 * which may be faster to query than the original; your mileage may vary.
639 * <p>The default precomputation is to cache the configuration of the original
641 * matcher which is faster to query than the original.