Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/ucgendat/
H A Ducgendat.php86 public $propIndexes; variable in UnicodeData
96 $this->propIndexes = array_flip([
106 $this->numProps = count($this->propIndexes);
128 if (!isset($this->propIndexes[$prop])) {
132 return $this->propIndexes[$prop];

Completed in 7 milliseconds