MCPcopy Create free account
hub / github.com/antlr/codebuff / ascii

Method ascii

output/java_guava/1.4.18/CharMatcher.java:119–121  ·  view source on GitHub ↗

Determines whether a character is ASCII, meaning that its code point is less than 128. @since 19.0 (since 1.0 as constant ASCII)

()

Source from the content-addressed store, hash-verified

117
118
119 public static CharMatcher ascii() {
120 return Ascii.INSTANCE;
121 }
122
123 /**
124 * Determines whether a character is a digit according to

Callers 6

AlphabetMethod · 0.95
matchesMethod · 0.95
validatePartMethod · 0.95
CharMatcherClass · 0.95
MediaTypeClass · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected