Home
last modified time | relevance | path

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

/dokuwiki/inc/Utf8/
H A DPhpString.php146 $Lx = (int)($length / 65535);
149 if ($Lx) $length_pattern = '(?:.{65535}){' . $Lx . '}';
153 $Lx = (int)((-$length) / 65535);
157 if ($Lx) $length_pattern = '(?:.{65535}){' . $Lx . '}';