Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/ucgendat/
H A Ductest.php47 function testCaseMap($type, int $origCode, array $newCodes) { argument
48 $origChar = mb_chr($origCode);
60 function testSimpleCaseMap($type, int $origCode, int $newCode) { argument
62 testCaseMap($type, $origCode, [$newCode]);
64 testCaseMap($type, $origCode, [$origCode]);
H A Ducgendat.php149 public function addCaseMapping(string $case, int $origCode, int $mappedCode) { argument
150 $this->caseMaps[$case][$origCode] = $mappedCode;

Completed in 6 milliseconds