Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/ucgendat/
H A Ductest.php48 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 3 milliseconds