Home
last modified time | relevance | path

Searched refs:charPos (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DSimState.php34 private $charPos = -1; variable in Antlr\\Antlr4\\Runtime\\Atn\\SimState
43 $this->charPos = -1;
69 return $this->charPos;
72 public function setCharPos(int $charPos) : void argument
74 $this->charPos = $charPos;
H A DLexerATNSimulator.php423 int $charPos argument
432 $this->charPositionInLine = $charPos;
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php116 $charPos = \mb_strlen(\mb_strcut($string, 0, $matches[0][1], 'UTF-8'), 'UTF-8');
118 return $offset + $charPos;