Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/ucgendat/
H A Ducgendat.php166 public function addPropRange(int $startCode, int $endCode, string $prop) { argument
168 $this->propRanges[$propIdx][] = new Range($startCode, $endCode);
396 $startCode = intval(substr($fields[0], 0, $dotsPos), 16);
401 if ($startCode == $lastRange->end + 1) {
407 $wideRanges[] = new Range($startCode, $endCode);
728 $startCode = dechex($range->start);
730 $result .= "\t{ 0x{$startCode}, 0x{$endCode} },\n";

Completed in 5 milliseconds