MCPcopy
hub / github.com/google/guava / ascii

Method ascii

guava/src/com/google/common/base/CharMatcher.java:167–169  ·  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 {@code ASCII})

()

Source from the content-addressed store, hash-verified

165 * @since 19.0 (since 1.0 as constant {@code ASCII})
166 */
167 public static CharMatcher ascii() {
168 return Ascii.INSTANCE;
169 }
170
171 /**
172 * Determines whether a character is a BMP digit according to <a

Callers 9

validatePartMethod · 0.95
testSetBitsMethod · 0.95
testNoMatchesMethod · 0.95
testAllMatchesMethod · 0.95
testToStringMethod · 0.95
MediaTypeClass · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by 4

testSetBitsMethod · 0.76
testNoMatchesMethod · 0.76
testAllMatchesMethod · 0.76
testToStringMethod · 0.76