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

Method invisible

output/java_guava/1.4.19/CharMatcher.java:219–221  ·  view source on GitHub ↗

Determines whether a character is invisible; that is, if its Unicode category is any of SPACE_SEPARATOR, LINE_SEPARATOR, PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and PRIVATE_USE according to ICU4J. @since 19.0 (since 1.0 as constant INVISIBLE)

()

Source from the content-addressed store, hash-verified

217
218
219 public static CharMatcher invisible() {
220 return Invisible.INSTANCE;
221 }
222
223 /**
224 * Determines whether a character is single-width (not double-width). When in doubt, this matcher

Callers 2

decodeMethod · 0.95
CharMatcherClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected