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

Method ascii

corpus/java/training/guava/base/CharMatcher.java:110–112  ·  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

108 * @since 19.0 (since 1.0 as constant {@code ASCII})
109 */
110 public static CharMatcher ascii() {
111 return Ascii.INSTANCE;
112 }
113
114 /**
115 * Determines whether a character is a digit according to

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected