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

Method invisible

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

192 * @since 19.0 (since 1.0 as constant {@code INVISIBLE})
193 */
194 public static CharMatcher invisible() {
195 return Invisible.INSTANCE;
196 }
197
198 /**
199 * 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