Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DStringUtils.php35 public static function codePoint(string $code) : int function in Antlr\\Antlr4\\Runtime\\Utils\\StringUtils
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php95 return StringUtils::codePoint($this->characters[$pos]);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php181 $this->data = [StringUtils::codePoint($characters[0])];
183 $code = StringUtils::codePoint($characters[$i]);