Convert a character to a backslash-u escape
Convert a character digit to an Int according to given base, -1 if no success
Can character form part of an alphanumeric Scala identifier?
Can character start an alphanumeric Scala identifier?
Is character a line break?
NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender
See [4] and Appendix B of XML 1.0 specification.
NameStart ::= ( Letter | '_' )
where Letter means in one of the Unicode general
categories { Ll, Lu, Lo, Lt, Nl }
.
We do not allow a name to start with ':'. See [3] and Appendix B of XML 1.0 specification
Can character form part of a Scala operator name?
(#x20 | #x9 | #xD | #xA)
Is character a math or other symbol in Unicode?
Can character form part of a doc comment variable xxx?
Is character a whitespace character (but not a new line)?
Contains constants and classifier methods for characters