Home
last modified time | relevance | path

Searched refs:parseCodes (Results 1 – 2 of 2) sorted by last modified time

/PHP-8.0/ext/mbstring/ucgendat/
H A Ducgendat.php265 function parseCodes(string $strCodes) : array { function
296 $foldCodes = parseCodes($fields[2]);
335 $lower = parseCodes($fields[1]);
336 $title = parseCodes($fields[2]);
337 $upper = parseCodes($fields[3]);
H A Ductest.php40 function parseCodes(string $strCodes) : array { function
107 $foldCodes = parseCodes($fields[2]);
118 $lower = parseCodes($fields[1]);
119 $title = parseCodes($fields[2]);
120 $upper = parseCodes($fields[3]);

Completed in 9 milliseconds