Lexer.scanUnicodeAlpha

Returns true if the current character to be decoded is a Unicode alpha character.

class Lexer
static
bool
scanUnicodeAlpha
()

Parameters

ref_p
Type: cchar*

Is set to the last trail byte if true is returned.

Meta