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
()
| 233 | |
| 234 | |
| 235 | public static CharMatcher singleWidth() { |
| 236 | return SingleWidth.INSTANCE; |
| 237 | } |
| 238 | |
| 239 | // Legacy constants |
| 240 |