Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php87 public $numProps; variable in UnicodeData
106 $this->numProps = count($this->propIndexes);
108 $this->propRanges = array_fill(0, $this->numProps, []);
424 $result .= "static const unsigned short _ucprop_size = $data->numProps;\n\n";

Completed in 7 milliseconds