Searched refs:testCaseMap (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/mbstring/ucgendat/ |
H A D | uctest.php | 47 function testCaseMap($type, int $origCode, array $newCodes) { function 62 testCaseMap($type, $origCode, [$newCode]); 64 testCaseMap($type, $origCode, [$origCode]); 107 testCaseMap(MB_CASE_FOLD, $code, $foldCodes); 127 testCaseMap(MB_CASE_LOWER, $code, $lower); 128 testCaseMap(MB_CASE_UPPER, $code, $upper); 129 testCaseMap(MB_CASE_TITLE, $code, $title);
|
Completed in 4 milliseconds