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

Method singleWidth

output/java_guava/1.4.13/CharMatcher.java:235–237  ·  view source on GitHub ↗

Determines whether a character is single-width (not double-width). When in doubt, this matcher errs on the side of returning false (that is, it tends to assume a character is double-width). Note: as the reference file evolves, we will modify this matcher to keep it up to date. @s

()

Source from the content-addressed store, hash-verified

233
234
235 public static CharMatcher singleWidth() {
236 return SingleWidth.INSTANCE;
237 }
238
239 // Legacy constants
240

Callers 1

CharMatcherClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected