Searched refs:origCode (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/mbstring/ucgendat/ |
H A D | uctest.php | 47 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 D | ucgendat.php | 149 public function addCaseMapping(string $case, int $origCode, int $mappedCode) { argument 150 $this->caseMaps[$case][$origCode] = $mappedCode;
|
Completed in 6 milliseconds