Home
last modified time | relevance | path

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

/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php92 public $propIndexes; variable in UnicodeData
102 $this->propIndexes = array_flip([
111 $this->numProps = count($this->propIndexes);
143 if (!isset($this->propIndexes[$prop])) {
147 return $this->propIndexes[$prop];

Completed in 12 milliseconds