Home
last modified time | relevance | path

Searched refs:hexChars (Results 1 – 2 of 2) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5Entities.php
H A DHtml5EntityDecoder.php71 private static function fromHex(string $hexChars): string
73 return self::fromDecimal(\hexdec($hexChars));
59 fromHex(string $hexChars) global() argument