Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/ucgendat/
H A Ducgendat.php79 public $propIndexes; variable in UnicodeData
89 $this->propIndexes = array_flip([
99 $this->numProps = count($this->propIndexes);
121 if (!isset($this->propIndexes[$prop])) {
125 return $this->propIndexes[$prop];

Completed in 5 milliseconds