Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) { argument
49 $origChar = mb_chr($origCode);
61 function testSimpleCaseMap($type, int $origCode, int $newCode) { argument
63 testCaseMap($type, $origCode, [$newCode]);
65 testCaseMap($type, $origCode, [$origCode]);
H A Ducgendat.php156 public function addCaseMapping(string $case, int $origCode, int $mappedCode) { argument
157 $this->caseMaps[$case][$origCode] = $mappedCode;
/PHP-7.4/scripts/dev/
H A Dtidy.php55 $origCode = $code = file_get_contents($path); variable
73 if ($origCode !== $code) {

Completed in 8 milliseconds