Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/ucgendat/
H A Ductest.php61 function testSimpleCaseMap($type, int $origCode, int $newCode) { function
80 testSimpleCaseMap(MB_CASE_UPPER_SIMPLE, $code, $upperCase);
81 testSimpleCaseMap(MB_CASE_LOWER_SIMPLE, $code, $lowerCase);
105 testSimpleCaseMap(MB_CASE_FOLD_SIMPLE, $code, $foldCode);

Completed in 4 milliseconds