Searched refs:testCaseMap (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/mbstring/ucgendat/ |
H A D | uctest.php | 48 function testCaseMap($type, int $origCode, array $newCodes) { function 63 testCaseMap($type, $origCode, [$newCode]); 65 testCaseMap($type, $origCode, [$origCode]); 108 testCaseMap(MB_CASE_FOLD, $code, $foldCodes); 128 testCaseMap(MB_CASE_LOWER, $code, $lower); 129 testCaseMap(MB_CASE_UPPER, $code, $upper); 130 testCaseMap(MB_CASE_TITLE, $code, $title);
|
Completed in 5 milliseconds