Home | History | Annotate | Download | only in base

Lines Matching defs:precomputed

238       anyOf(" \r\n\t\u3000\u00A0\u2007\u202F").precomputed();
303 @Override public CharMatcher precomputed() {
369 @Override public CharMatcher precomputed() {
401 @Override public CharMatcher precomputed() {
452 @Override public CharMatcher precomputed() {
504 @Override public CharMatcher precomputed() {
635 * precomputed matcher is queried many thousands of times.
638 * it's unclear whether a precomputed matcher is faster, but it certainly
642 public CharMatcher precomputed() {
647 * This is the actual implementation of {@link #precomputed}, but we bounce
669 @Override public CharMatcher precomputed() {
697 * CharMatcher#precomputed}.