Home
last modified time | relevance | path

Searched refs:MAX_CHAR_VALUE (Results 1 – 2 of 2) sorted by last modified time

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php441 if ($trans->matches($t, Lexer::MIN_CHAR_VALUE, Lexer::MAX_CHAR_VALUE)) {
657 if ($t->matches(Token::EOF, 0, Lexer::MAX_CHAR_VALUE)) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php27 public const MAX_CHAR_VALUE = 0x10FFFF; define in Antlr\\Antlr4\\Runtime\\Lexer