Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds